summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2015-06-04 22:59:37 +0100
committerJohn Snow <jsnow@redhat.com>2015-06-04 20:25:39 -0400
commit0ba98885a0e965a17df214ab12b819ef630d8a14 (patch)
treef28fd6b52b165e29d3cdf834bd6d53daa45bc9f8 /include/hw/ppc
parentb01d44cd0623dec66e583d6cd2438451443261df (diff)
downloadhqemu-0ba98885a0e965a17df214ab12b819ef630d8a14.zip
hqemu-0ba98885a0e965a17df214ab12b819ef630d8a14.tar.gz
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')
-rw-r--r--include/hw/ppc/mac_dbdma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/mac_dbdma.h b/include/hw/ppc/mac_dbdma.h
index 7f247fa..c687021 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;
};
OpenPOWER on IntegriCloud