summaryrefslogtreecommitdiffstats
path: root/hw/misc
diff options
context:
space:
mode:
authorPaolo Bonzini2016-07-07 14:47:00 +0200
committerPeter Maydell2016-07-07 14:47:00 +0200
commitbb14a1eda0d060413d17466c58b39e4c0dbcde4e (patch)
tree996aef5193299c4827cea6e22f1d6457a8a4704d /hw/misc
parenttarget-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit' (diff)
downloadqemu-bb14a1eda0d060413d17466c58b39e4c0dbcde4e.tar.gz
qemu-bb14a1eda0d060413d17466c58b39e4c0dbcde4e.tar.xz
qemu-bb14a1eda0d060413d17466c58b39e4c0dbcde4e.zip
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>
Diffstat (limited to 'hw/misc')
0 files changed, 0 insertions, 0 deletions