On 6 May 2016 at 03:33, Programmingkid <[email protected]> wrote: > This patch series makes several improvements to the ADB code. To test this > code, > please implement the patches in the order below. > > John Arbuckle (5): > adb-keys.h: initial commit > adb.c: add support for QKeyCode > adb.c: correct several key assignments > adb.c: prevent NO_KEY value from going to guest > adb.c: add power key support > > hw/input/adb.c | 239 > +++++++++++++++++++++++++++++++++++--------- > include/hw/input/adb-keys.h | 142 ++++++++++++++++++++++++++ > 2 files changed, 335 insertions(+), 46 deletions(-) > create mode 100644 include/hw/input/adb-keys.h
Hi; I've reviewed this v3 patchset. For v4 I recommend you cc qemu-ppc, Alex and David, because the ADB input device is only used for the hw/ppc/mac* boards and I think patches for those are best routed via the PPC tree. Please also make sure you send the patches for v4 so that they are threaded correctly -- v3 did not come through threaded properly. thanks -- PMM
