Re: [Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support

2016-03-11 Thread Peter Maydell
On 12 March 2016 at 00:19, Programmingkid wrote: > My git send-email is broken. I spend hours googling fixes that > didn't work. Unfortunately this makes it awkward for me to actually test your patches, because the tooling for handling patch mails assumes they're formatted correctly: $ patches a

Re: [Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support

2016-03-11 Thread Programmingkid
On Mar 11, 2016, at 12:14 PM, Eric Blake wrote: > On 03/10/2016 07:24 PM, Programmingkid wrote: >> This patchset adds QKeyCode support the adb and cocoa code. >> >> Note: you do not need to be on a Mac to test out the adb.c, qapi-schema.json, >> and adb-keys.h files. Only the cocoa.m file chang

Re: [Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support

2016-03-11 Thread Eric Blake
On 03/10/2016 07:24 PM, Programmingkid wrote: > This patchset adds QKeyCode support the adb and cocoa code. > > Note: you do not need to be on a Mac to test out the adb.c, qapi-schema.json, > and adb-keys.h files. Only the cocoa.m file changes are Mac specific. > > If you are using Linux as a gu

[Qemu-devel] [PATCH v4 0/4] Implement some QKeyCode support

2016-03-10 Thread Programmingkid
This patchset adds QKeyCode support the adb and cocoa code. Note: you do not need to be on a Mac to test out the adb.c, qapi-schema.json, and adb-keys.h files. Only the cocoa.m file changes are Mac specific. If you are using Linux as a guest, then the xev command is what you could use to test ou