From: Hervé Poussineau Date: Sun, 7 Feb 2016 20:34:15 +0000 (+0100) Subject: cuda: remove GET_6805_ADDR command X-Git-Tag: qemu-xen-4.8.0-rc1~460^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e230d43e80267073e5a405500372a93cb0cf9599;p=qemu-xen.git cuda: remove GET_6805_ADDR command It doesn't seem to be used, and operating systems should accept a 'unknown command' answer. Signed-off-by: Hervé Poussineau Reviewed-by: Mark Cave-Ayland Signed-off-by: David Gibson --- diff --git a/hw/misc/macio/cuda.c b/hw/misc/macio/cuda.c index 611b4140f6..d65a36a912 100644 --- a/hw/misc/macio/cuda.c +++ b/hw/misc/macio/cuda.c @@ -733,9 +733,6 @@ static void cuda_receive_packet(CUDAState *s, } switch(data[0]) { - case CUDA_GET_6805_ADDR: - cuda_send_packet_to_host(s, obuf, 3); - return; case CUDA_COMBINED_FORMAT_IIC: obuf[0] = ERROR_PACKET; obuf[1] = 0x5;