]> git.proxmox.com Git - qemu.git/commit - hw/sd/pl181.c
PL181 write fix
authorPaul Brook <paul@codesourcery.com>
Mon, 22 Feb 2010 15:33:59 +0000 (15:33 +0000)
committerPaul Brook <paul@codesourcery.com>
Mon, 22 Feb 2010 15:33:59 +0000 (15:33 +0000)
commitbc3b26f5356c6de13f887c865c98dcdfac143514
treea02110e8e66823602558c4429623a388b7a4090f
parent238431a9d8354c4dc3a7ff85e7ff31a7c8ce9b01
PL181 write fix

The PL181 data transfer loop incorrectly terminates after the last FIFO
word is popped, discarding the last 3 bytes of data on a write transfer.

Signed-off-by: Paul Brook <paul@codesourcery.com>
hw/pl181.c