diff options
| author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2015-06-04 22:59:37 +0100 |
|---|---|---|
| committer | John Snow <jsnow@redhat.com> | 2015-06-04 20:25:39 -0400 |
| commit | 0ba98885a0e965a17df214ab12b819ef630d8a14 (patch) | |
| tree | f28fd6b52b165e29d3cdf834bd6d53daa45bc9f8 /include/hw/ppc/mac_dbdma.h | |
| parent | b01d44cd0623dec66e583d6cd2438451443261df (diff) | |
| download | focaccia-qemu-0ba98885a0e965a17df214ab12b819ef630d8a14.tar.gz focaccia-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; }; |