Re: [Qemu-devel] [PATCH 1/4] adb.c: add support for QKeyCode

2016-03-24 Thread Peter Maydell
On 24 March 2016 at 13:47, Programmingkid wrote: > On Mar 24, 2016, at 6:34 AM, Peter Maydell wrote: >> This won't compile, because at this point in the series the >> adb-keys.h file doesn't exist. Patch series must build and >> work at every point in the series, not just at the end. > > This patc

Re: [Qemu-devel] [PATCH 1/4] adb.c: add support for QKeyCode

2016-03-24 Thread Programmingkid
On Mar 24, 2016, at 6:34 AM, Peter Maydell wrote: > On 24 March 2016 at 01:16, Programmingkid wrote: >> The old pc scancode translation is replaced with QEMU's QKeyCode. >> >> Signed-off-by: John Arbuckle >> --- >> hw/input/adb.c | 222 >> +-

Re: [Qemu-devel] [PATCH 1/4] adb.c: add support for QKeyCode

2016-03-24 Thread Peter Maydell
On 24 March 2016 at 01:16, Programmingkid wrote: > The old pc scancode translation is replaced with QEMU's QKeyCode. > > Signed-off-by: John Arbuckle > --- > hw/input/adb.c | 222 > + > 1 file changed, 176 insertions(+), 46 deletions(-) >

[Qemu-devel] [PATCH 1/4] adb.c: add support for QKeyCode

2016-03-23 Thread Programmingkid
The old pc scancode translation is replaced with QEMU's QKeyCode. Signed-off-by: John Arbuckle --- hw/input/adb.c | 222 + 1 file changed, 176 insertions(+), 46 deletions(-) diff --git a/hw/input/adb.c b/hw/input/adb.c index f0ad0d4..3bfa6