summaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
diff options
context:
space:
mode:
authorAnthony Liguori2010-10-26 16:50:58 +0200
committerAnthony Liguori2010-10-26 16:50:58 +0200
commit21bcc5907f4c4a8acffcda8b6662710784cba388 (patch)
tree0eed92970495fef0729139bd1e8bbe22983e3177 /hw/ide/internal.h
parentseabios: Update to 0.6.1 (diff)
parentvirtio-blk: Respect werror option for flushes (diff)
downloadqemu-21bcc5907f4c4a8acffcda8b6662710784cba388.tar.gz
qemu-21bcc5907f4c4a8acffcda8b6662710784cba388.tar.xz
qemu-21bcc5907f4c4a8acffcda8b6662710784cba388.zip
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'hw/ide/internal.h')
-rw-r--r--hw/ide/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ide/internal.h b/hw/ide/internal.h
index 416554324c..d652e06c45 100644
--- a/hw/ide/internal.h
+++ b/hw/ide/internal.h
@@ -472,7 +472,8 @@ struct IDEDeviceInfo {
#define BM_STATUS_INT 0x04
#define BM_STATUS_DMA_RETRY 0x08
#define BM_STATUS_PIO_RETRY 0x10
-#define BM_STATUS_RETRY_READ 0x20
+#define BM_STATUS_RETRY_READ 0x20
+#define BM_STATUS_RETRY_FLUSH 0x40
#define BM_CMD_START 0x01
#define BM_CMD_READ 0x08