Description of problem: boot guest with the following cmd, press Ctrl+Alt+Delete, and input passwd, Ctrl+Alt+Delete can be invoked, but can not input passwd. Version-Release number of selected component (if applicable): kvm-83-213.el5 How reproducible: sometime Steps to Reproduce: 1. cmd /usr/libexec/qemu-kvm -drive file=/usr/Auto/autotest/client/tests/kvm/images/win2008r2-64-virtio.qcow2,index=0,if=virtio,media=disk,cache=none,format=qcow2,boot=on -net nic,vlan=0,model=virtio,macaddr=9a:2d:20:42:2a:60 -net tap,vlan=0,ifname=t0-140400-SfXj,script=/usr/Auto/autotest/client/tests/kvm/scripts/qemu-ifup-switch,downscript=no -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu qemu64,+sse2,+sse4.2,+sse4.1 -vnc :0 -rtc-td-hack -M rhel5.5.0 -usbdevice tablet -boot c -monitor stdio 2. 3. Actual results: Expected results: Additional info: 1. issue don't exist when boot guest without +sse4.2,+sse4.1 2. host info: 2.6.18-232.el5 processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz stepping : 4 cpu MHz : 1600.000 cache size : 8192 KB physical id : 0 siblings : 8 core id : 3 cpu cores : 4 apicid : 7 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm 3. guest Window2008R2
I can reproduce with the following cmd: (without sse4.1, sse4.2) /usr/libexec/qemu-kvm -drive file=/root/win2008r2-64-virtio.bak,index=0,if=virtio,media=disk,cache=none,format=qcow2,boot=on -net nic,vlan=0,model=virtio,macaddr=9a:2d:20:42:2a:60 -net tap,vlan=0,ifname=t0-140400-SfXj,script=/usr/Auto/autotest/client/tests/kvm/scripts/qemu-ifup-switch,downscript=no -m 2048 -smp 2,cores=1,threads=1,sockets=2 -cpu qemu64,+sse2 -vnc :0 -rtc-td-hack -M rhel5.6.0 -usbdevice tablet -boot c -monitor stdio -drive file=/root/storage.qcow2,index=1,media=disk
Which vnc client you are using?
vnc-4.1.2-14.el5_3.1 tigervnc-1.0.1-3.fc12.i686
How do you send Ctrl-Alt-Del? Using the F8 menu? In case windows doesn't accept the password: Does it help to press the left Ctrl key once? Does it help to press the left Alt key once?
Is possibly a duplicate of bug #643317
Can you test whenever kvm-83-218.el5 fixes the bug please?
1. reproduce in kvm-83-213.el5 keyboard work after pressing the left Ctrl key once. keyboard doesn't work after pressing the left Alt key once. Ctrl+Alt+Delete is sent by F8 menu in bug #643317, Ctrl+Alt+Delete is sent by kerboard in this bug. they are not duplicate. 2. Can not reproduce in kvm-83-218.el5
*** This bug has been marked as a duplicate of bug 643317 ***