Re: [Qemu-devel] [PATCH] Extra scan codes for missing keys

2010-06-22 Thread Anthony Liguori
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

[Qemu-devel] [PATCH] Extra scan codes for missing keys (v2)

2010-06-03 Thread Brendan Sleight
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

[Qemu-devel] [PATCH] Extra scan codes for missing keys

2010-06-01 Thread Bernhard M. Wiedemann
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,

Re: [Qemu-devel] [PATCH] Extra scan codes for missing keys

2010-06-01 Thread Anthony Liguori
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

[Qemu-devel] [PATCH] Extra scan codes for missing keys

2010-06-01 Thread Bernhard M. Wiedemann
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,

[Qemu-devel] [PATCH] Extra scan codes for missing keys

2010-05-27 Thread Brendan Sleight
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 :