Re: [Qemu-devel] [PATCH 05/13] cuda.c: fix CUDA_PACKET response packet format

2015-11-04 Thread Mark Cave-Ayland
On 04/11/15 03:15, David Gibson wrote: > On Fri, Oct 23, 2015 at 02:56:30PM +0100, Mark Cave-Ayland wrote: >> According to comments in MOL, the response to a CUDA_PACKET should be one of >> the following: >> >> Reply: CUDA_PACKET, status, cmd >> Error: ERROR_PACKET, status, CUDA_PACKET, cmd >> >>

Re: [Qemu-devel] [PATCH 05/13] cuda.c: fix CUDA_PACKET response packet format

2015-11-03 Thread David Gibson
On Fri, Oct 23, 2015 at 02:56:30PM +0100, Mark Cave-Ayland wrote: > According to comments in MOL, the response to a CUDA_PACKET should be one of > the following: > > Reply: CUDA_PACKET, status, cmd > Error: ERROR_PACKET, status, CUDA_PACKET, cmd > > Update cuda_receive_packet() accordingly to ref

[Qemu-devel] [PATCH 05/13] cuda.c: fix CUDA_PACKET response packet format

2015-10-23 Thread Mark Cave-Ayland
According to comments in MOL, the response to a CUDA_PACKET should be one of the following: Reply: CUDA_PACKET, status, cmd Error: ERROR_PACKET, status, CUDA_PACKET, cmd Update cuda_receive_packet() accordingly to reflect this. Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/cuda.c | 24 ++