Hi I've successfully run PM_PowerStateTransition against Windows 7 64 bits with NetKVM build 101 and QXL Windows 7 driver version 0.1.21. The command line is below: --- /usr/bin/qemu-kvm -drive file=./images/HCK_Client1_Win7_x64.qcow2,if=ide,serial=111033 -netdev tap,id=hostnet0,script=VirtHCK/hck_ctrl_bridge_ifup.sh,downscript=no,ifname=cc1_33 -device e1000,netdev=hostnet0,mac=56:cc:cc:01:cc:cc,bus=pci.0,id=cc1_33 -netdev tap,id=hostnet2,vhost=on,script=VirtHCK/hck_test_bridge_ifup.sh,downscript=no,ifname=t1c1_33,queues=4 -device virtio-net-pci,netdev=hostnet2,mac=56:cc:cc:01:01:cc,bus=pci.0,id=t1c1_33,mq=on,vectors=10 -m 1G -smp 4,cores=4 -enable-kvm -cpu qemu64,+x2apic -usbdevice tablet -boot d -M pc -rtc-td-hack -no-kvm-pit-reinjection -rtc base=localtime,clock=host,driftfix=slew -uuid CDEF127c-8795-4e67-95da-8dd0a8891001 -name HCK-Client1_33_Snarl.daynix -spice port=6000,disable-ticketing -vga qxl -global qxl-vga.revision=3 -monitor telnet::10100,server,nowait --- I suspect that the problem with popups under Windows 7 stems come from the lack with QXL-Win driver. Regards, Joseph Hindin
I've also successfully run the PM_PowerStateTransition test against Windows 7 64 bit with S3 and S4 enabled in BIOS with options -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0 Regards, Joseph Hindin
run this job with build 101,job "PM_PowerStateTransition" can PASS on win8/win8.1/win7 guests. So this issue has been verified.
Move status to VERIFIED according to comment #4.