Re: [Qemu-devel] [PATCH] cuda.c: return error for unknown commands

2016-01-24 Thread David Gibson
On Fri, Jan 22, 2016 at 11:07:24PM +, Alyssa Milburn wrote: > This avoids MacsBug hanging at startup in the absence of ADB mouse > input, by replying with an error (which is also what MOL does) when > it sends an unknown command (0x1c). > > Signed-off-by: Alyssa Milburn I've applied this to

Re: [Qemu-devel] [PATCH] cuda.c: return error for unknown commands

2016-01-23 Thread Mark Cave-Ayland
On 22/01/16 23:07, Alyssa Milburn wrote: > This avoids MacsBug hanging at startup in the absence of ADB mouse > input, by replying with an error (which is also what MOL does) when > it sends an unknown command (0x1c). > > Signed-off-by: Alyssa Milburn > --- > hw/misc/macio/cuda.c | 5 + > 1

[Qemu-devel] [PATCH] cuda.c: return error for unknown commands

2016-01-22 Thread Alyssa Milburn
This avoids MacsBug hanging at startup in the absence of ADB mouse input, by replying with an error (which is also what MOL does) when it sends an unknown command (0x1c). Signed-off-by: Alyssa Milburn --- hw/misc/macio/cuda.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/misc/macio