diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-29 09:57:06 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-29 09:57:06 -0500 |
commit | 9f4bd6baf64b8139cf2d7f8f53a98b27531da13c (patch) | |
tree | 9136aeff1fbbd0fd0b0765886cd791c95ccb07c8 /hw/ide/internal.h | |
parent | 950c671df1078f4505d1b8461620f48aa91a9fda (diff) | |
parent | a22f123ca3d3c09a77af4341ed1fbcc175b54f1d (diff) |
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r-- | hw/ide/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 02e805f070..7f5ef8de1d 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -440,6 +440,7 @@ struct IDEState { int lba; int cd_sector_size; int atapi_dma; /* true if dma is requested for the packet cmd */ + BlockAcctCookie acct; /* ATA DMA state */ int io_buffer_size; QEMUSGList sg; |