diff options
author | Mark Cave-Ayland | 2015-06-04 23:59:37 +0200 |
---|---|---|
committer | John Snow | 2015-06-05 02:25:39 +0200 |
commit | 0ba98885a0e965a17df214ab12b819ef630d8a14 (patch) | |
tree | f28fd6b52b165e29d3cdf834bd6d53daa45bc9f8 /include/hw/ppc/mac_dbdma.h | |
parent | macio: update comment/constants to reflect the new code (diff) | |
download | qemu-0ba98885a0e965a17df214ab12b819ef630d8a14.tar.gz qemu-0ba98885a0e965a17df214ab12b819ef630d8a14.tar.xz qemu-0ba98885a0e965a17df214ab12b819ef630d8a14.zip |
macio: remove remainder_len DBDMA_io property
Since the block alignment code is now effectively independent of the DMA
implementation, this variable is no longer required and can be removed.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 1433455177-21243-5-git-send-email-mark.cave-ayland@ilande.co.uk
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'include/hw/ppc/mac_dbdma.h')
-rw-r--r-- | include/hw/ppc/mac_dbdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/mac_dbdma.h b/include/hw/ppc/mac_dbdma.h index 7f247fa4f1..c6870212e9 100644 --- a/include/hw/ppc/mac_dbdma.h +++ b/include/hw/ppc/mac_dbdma.h @@ -42,7 +42,6 @@ struct DBDMA_io { /* unaligned last sector of a request */ uint8_t head_remainder[0x200]; uint8_t tail_remainder[0x200]; - int remainder_len; QEMUIOVector iov; }; |