[Qemu-devel] [Bug 1169049] Re: do not stop on first gdb breakpoint with -enable-kvm

2017-06-23 Thread skovalev via Qemu-devel
Hello. I have forgot about this. I even unable to remember what I have done. Unfortunately I can't help you. Sorry. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1169049 Title: do not stop on firs

[Qemu-devel] [Bug 1267520] Re: Keyboard input not working when the "-k en-us" argument is specified.

2016-12-19 Thread skovalev
I confirm this too: Qemu 2.6.1. I have tried to install Fedora with kickstart file through Packer with `"boot_command": [ "text ks=http://{{.HTTPIP}}:{{.HTTPPort}}/ks.cfg"]`. But no symbol from `["", " ", "[:alpha:]"]` were printed. Only `["=", ":", "/", "."]` could be seen if I manually press "".

[Qemu-devel] [Bug 1169049] [NEW] do not stop on first gdb breakpoint with -enable-kvm

2013-04-15 Thread skovalev
Public bug reported: I run qemu like this: qemu-system-x86-64 -enable-kvm -hda -s -S, and start gdb with commands like this: gdb>tartget remote localhost:1234 gdb>break *0x7c00 gdb>c but gdb don't stop on it. I then could break execution manually and then breakpoints work. QEMU version