On 06/01/2010 10:32 PM, Bernhard M. Wiedemann wrote:
The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html
Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.
Signed-off-by: Bernhard M. Wie
bmsleight, please post to the top-level
and add a (v2) otherwise, it's easy for me to get confused
that i've already looked at a patch
Thanks
Hi All,
First - Qemu is fantastic and allows lots of wonderful things.
Second, when using qemu-system-ppc, I wanted to use sendkey to emulate
a col
The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html
Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.
Signed-off-by: Bernhard M. Wiedemann
---
monitor.c |7 ++-
1 files changed,
On 06/01/2010 02:29 PM, Bernhard M. Wiedemann wrote:
The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html
Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.
Signed-off-by: Bernhard M. Wie
The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html
Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.
Signed-off-by: Bernhard M. Wiedemann
---
monitor.c |6 ++
1 files changed,
Hi All,
First - Qemu is fantastic and allows lots of wonderful things.
Second, when using qemu-system-ppc, I wanted to use sendkey to emulate
a colon. This patch enables shift-semicolon to emulate a ':'
Whilst I was adding semicolon, I used the following link to look up
some other missing keys :