qemu/hw/display
Paolo Bonzini bb14a1eda0 xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifo
xlnx_dp_aux_push_tx_fifo takes an immediate uint8_t and a buffer length,
which must be 1 because that is how many uint8_t's fit in a uint8_t.
Sure enough, that is what xlnx_dp_write passes to it, but the function
is just weird.  Therefore, make xlnx_dp_aux_push_tx_fifo look like
xlnx_dp_aux_push_rx_fifo, taking a pointer to the buffer.

Reported by Coverity.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-07-07 13:47:00 +01:00
..
2016-05-19 16:42:29 +02:00
2016-05-19 16:42:29 +02:00
2016-06-14 15:59:15 +01:00
2016-05-13 09:33:38 +01:00
2016-06-14 16:01:03 +01:00
2016-05-19 16:42:29 +02:00
2016-07-06 10:31:57 +02:00
2016-07-06 10:31:11 +02:00
2016-05-23 14:28:25 +02:00
2016-06-16 18:39:03 +02:00