diff options
author | Anthony Liguori | 2010-10-26 16:50:58 +0200 |
---|---|---|
committer | Anthony Liguori | 2010-10-26 16:50:58 +0200 |
commit | 21bcc5907f4c4a8acffcda8b6662710784cba388 (patch) | |
tree | 0eed92970495fef0729139bd1e8bbe22983e3177 /hw/ide/internal.h | |
parent | seabios: Update to 0.6.1 (diff) | |
parent | virtio-blk: Respect werror option for flushes (diff) | |
download | qemu-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.h | 3 |
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 |