Bug 1170111
Summary: | fail to do ACPI for windows guest under Q35 if not enable it in command line | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Sibiao Luo <sluo> | ||||
Component: | qemu-kvm-rhev | Assignee: | Marcel Apfelbaum <marcel> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.1 | CC: | amit.shah, chayang, ghammer, hhuang, jsnow, juzhang, michen, pbonzini, virt-maint, wquan, xfu, xigao | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-04-15 09:46:10 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Sibiao Luo
2014-12-03 10:04:25 UTC
(In reply to Sibiao Luo from comment #0) > Description of problem: > > # /usr/libexec/qemu-kvm -S -M q35 -cpu SandyBridge -enable-kvm -m 4096 -smp > 2,sockets=2,cores=1,threads=1 -no-kvm-pit-reinjection -name sluo-test -uuid > ed09fa10-6ffe-4811-a42f-0294afcb5a42 -rtc > base=localtime,clock=host,driftfix=slew -drive > file=/home/rhel7-64.qcow2,if=none,id=drive-system-disk,format=qcow2, ^^^^^^^^replace it to win7-64-sp1-virtio.qcow2 > cache=none,aio=native,werror=stop,rerror=stop,serial=QEMU-DISK1 -device > virtio-blk-pci,drive=drive-system-disk,id=system-disk,bus=pcie.0,addr=0x04, > bootindex=1 -netdev tap,id=hostnet0,vhost=off,script=/etc/qemu-ifup -device > virtio-net-pci,netdev=hostnet0,id=virtio-net-pci0,mac=08:2e:5f:0a:0d:b1, > bus=pcie.0,addr=0x5,bootindex=2 -balloon none -usb -device > usb-tablet,id=input0 -serial unix:/tmp/ttyS0,server,nowait -qmp > tcp:0:4444,server,nowait -k en-us -boot menu=on -spice > disable-ticketing,port=5931 -vga qxl -monitor stdio Created attachment 964445 [details] Screenshot-bug1170111. append my win7 guest driver version: virtio-win-prewhql-0.1-93 qxl-win-0.1-20 Deferring. Both Q35 and S3/4 are not fully supported in 7.1. *** This bug has been marked as a duplicate of bug 1170533 *** |