diff options
Diffstat (limited to 'results/classifier/105/device/1535497')
| -rw-r--r-- | results/classifier/105/device/1535497 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/results/classifier/105/device/1535497 b/results/classifier/105/device/1535497 new file mode 100644 index 000000000..53c25e67c --- /dev/null +++ b/results/classifier/105/device/1535497 @@ -0,0 +1,42 @@ +device: 0.774 +network: 0.734 +instruction: 0.728 +KVM: 0.694 +graphic: 0.691 +boot: 0.605 +vnc: 0.524 +semantic: 0.481 +socket: 0.438 +mistranslation: 0.205 +other: 0.147 +assembly: 0.066 + +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. + + + + + +Can you still reproduce this issue with the latest version of QEMU? If this is a bug in seabios, have you tried to report this to seabios instead? + +[Expired for QEMU because there has been no activity for 60 days.] + |