blob: 460fcf0868721ce0a7c2bcb588bac362edbe9745 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Guest can not boot up when assigned more than 20 vcpus with option "-no-acpi"
Environment:
-------------------------------
KVM commit/branch: da3f7ca3/next
Qemu commit/branch: 7b8a354d/master
Host OS: RHEL7.2 ia32e
Host Kernel: 4.4-rc2
Guest OS: RHEL7.2 ia32e
Description:
--------------------------------
When assign more than 20 vpcus with option "-no-acpi", guest can not boot up.
Reproduce:
----------------
1.qemu-system-x86_64 --enable-kvm -m 1024 -smp 20 -no-acpi -device virtio-net-pci,netdev=nic0,mac=00:16:3e:17:9b:4c -netdev tap,id=nic0,script=/etc/kvm/qemu-ifup -drive file=/root/7u2.qcow2,if=none,id=virtio-disk0 -device virtio-blk-pci,drive=virtio-disk0
Bisect show the bad commit is 9ee2e2625 of seabios.
|