Re: [Qemu-devel] [PATCH RFC 4/4] PPC: fix CUDA packet header size

2015-08-23 Thread Mark Cave-Ayland
On 22/08/15 16:32, Cormac O'Brien wrote: > Change the CUDA packet model to use a three-byte header as in real hardware. > Also add handlers for CUDA_COMBINED_FORMAT_IIC and CUDA_GET_SET_IIC. I think it would make sense to split this patch into 2 - one for the CUDA packet changes, and another to a

[Qemu-devel] [PATCH RFC 4/4] PPC: fix CUDA packet header size

2015-08-22 Thread Cormac O'Brien
Change the CUDA packet model to use a three-byte header as in real hardware. Also add handlers for CUDA_COMBINED_FORMAT_IIC and CUDA_GET_SET_IIC. Signed-off-by: Cormac O'Brien --- hw/input/adb.c | 2 +- hw/misc/macio/cuda.c | 54 ++-- 2 file