Skip to content

Commit

Permalink
Merge pull request #6059 from nanli1/fix_maxvxpu_increase_makes_the_c…
Browse files Browse the repository at this point in the history
…ase_checking_maxcpu_failed

fix maxvcpu increase makes the case checking maxvcpu failed
  • Loading branch information
chloerh authored Jan 21, 2025
2 parents 3a5466a + 38831fb commit 8f91a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirt/tests/cfg/cpu/max_vcpus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
- no_iommu:
only q35
check = "no_iommu"
status_error = "no"
guest_vcpu = "256"
err_msg = "unsupported configuration: more than 255 vCPUs require extended interrupt mode enabled on the iommu device"
- with_iommu:
only q35
check = "with_iommu"
Expand All @@ -60,5 +60,5 @@
- ioapic_iommu:
only q35
check = "ioapic_iommu_ne"
guest_vcpu = "711"
guest_vcpu = "4097"
err_msg = "unsupported configuration: Maximum CPUs greater than specified machine type limit|exceeds the maximum cpus supported|CPU topology doesn't match maximum vcpu count"

0 comments on commit 8f91a52

Please sign in to comment.