Hide Forgot
Description of problem: Boot 2008-64 guest,then connect guest via vnc.about 2008-64 guest,we need to input "crtl+alt+delete" to unlock this guest.then I input crtl+alt+delete(below the insert key),does not work. then I tried to input "crtl+alt+delete(below "3" key),works. Version-Release number of selected component (if applicable): Qemu version qemu-kvm-0.12.1.2-2.213 How reproducible: 100% Steps to Reproduce: 1.boot win2008 guest #/usr/libexec/qemu-kvm -M rhel6.2.0 -enable-kvm -m 2048 -smp 2,sockets=1,cores=2,threads=1 -name rhel6.2-64 -uuid f1606ee0-2c5e-4dc5-9de1-455e5e451d1c -rtc base=utc,clock=host,driftfix=slew -boot menu=on -drive file=/root/win2k8-64.qcow2,if=none,id=drive-ide-0-0,media=disk,format=qcow2,cache=none,werror=stop,rerror=stop,aio=native -device ide-drive,drive=drive-ide-0-0,id=ide0-0-0 -netdev tap,id=hostnet0 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=22:1a:4a:42:1b:37 -usb -device usb-tablet,id=input1 -monitor stdio -balloon none -drive file=/root/en_windows_server_2008_datacenter_enterprise_standard_x64_dvd_X14-26714.iso,index=1,if=none,id=drive-ide0-0-1,media=cdrom,readonly=on,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-1,id=ide0-0-1 -vnc :10 2.connect guest via vnc 3.input "crtl+alt+delete(below the insert key) to unlock the guest. Actual results: Does not work Expected results: should work Additional info: 1."crtl+alt+delete(below "3" key"),works 2.I also tried connect via spice,both works regardless " crtl+alt+delete(below the insert key)" or "crtl+alt+delete(below "3" key)"
Not reproducable. Tried virt-manager, works fine. Tried vncviewer, can't enter ctrl-alt-del directly because it doesn't grab the keyboard and the window manager catches the key combination. Can hit F8 + pick ctrl-alt-del from the menu though, which has the expected effect.