Re: [Qemu-devel] [PATCH 05/13] cuda: port SET_DEVICE_LIST command to new framework

2016-02-07 Thread Mark Cave-Ayland
On 23/01/16 20:40, Hervé Poussineau wrote: > Take device list mask into account when polling ADB devices. > > Signed-off-by: Hervé Poussineau > --- > hw/input/adb.c | 18 ++ > hw/misc/macio/cuda.c | 17 +++-- > hw/ppc/mac.h |

Re: [Qemu-devel] [PATCH 05/13] cuda: port SET_DEVICE_LIST command to new framework

2016-01-24 Thread David Gibson
On Sat, Jan 23, 2016 at 09:40:02PM +0100, Hervé Poussineau wrote: > Take device list mask into account when polling ADB devices. Again, this appears to implement the command, not just move it. > Signed-off-by: Hervé Poussineau > --- > hw/input/adb.c | 18

[Qemu-devel] [PATCH 05/13] cuda: port SET_DEVICE_LIST command to new framework

2016-01-23 Thread Hervé Poussineau
Take device list mask into account when polling ADB devices. Signed-off-by: Hervé Poussineau --- hw/input/adb.c | 18 ++ hw/misc/macio/cuda.c | 17 +++-- hw/ppc/mac.h | 1 + include/hw/input/adb.h | 2 +- roms/SLOF