Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix maxvcpu increase makes the case checking maxvcpu failed #6059

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"