Re: [Qemu-devel] [PATCH 04/13] cuda.c: fix CUDA ADB error packet format

2015-11-04 Thread Mark Cave-Ayland
On 04/11/15 03:12, David Gibson wrote: > On Fri, Oct 23, 2015 at 02:56:29PM +0100, Mark Cave-Ayland wrote: >> ADB error packets should be of the form (type, status, cmd) rather than just >> (type, status). This fixes ADB device detection under MacOS 9. > > Hmm.. are there any public doc on these

Re: [Qemu-devel] [PATCH 04/13] cuda.c: fix CUDA ADB error packet format

2015-11-03 Thread David Gibson
On Fri, Oct 23, 2015 at 02:56:29PM +0100, Mark Cave-Ayland wrote: > ADB error packets should be of the form (type, status, cmd) rather than just > (type, status). This fixes ADB device detection under MacOS 9. Hmm.. are there any public doc on these ADB / CUDA things that we can look up to compare

[Qemu-devel] [PATCH 04/13] cuda.c: fix CUDA ADB error packet format

2015-10-23 Thread Mark Cave-Ayland
ADB error packets should be of the form (type, status, cmd) rather than just (type, status). This fixes ADB device detection under MacOS 9. Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/cuda.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/misc/macio/cuda.c b