summaryrefslogtreecommitdiff
path: root/hw/virtio-blk.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-08-22 13:01:05 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2012-08-22 13:01:05 -0500
commit7b2f89c435f895431d55b675dc412275c2069314 (patch)
tree5be26fa2548653d69d30733bf8d9e7eddf902af8 /hw/virtio-blk.h
parentb6825cd79cdf3e2006c22bb8cfe47a0d7c5209fa (diff)
parenteec7f96c2cac88f59fd8c79b78a6e027df4abfb2 (diff)
downloadqemu-7b2f89c435f895431d55b675dc412275c2069314.tar.gz
Merge remote-tracking branch 'kwolf/for-anthony' into staging
* kwolf/for-anthony: virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine types Documentation: Warn against qemu-img on active image vmdk: Read footer for streamOptimized images vmdk: Fix header structure Conflicts: hw/virtio-blk.c
Diffstat (limited to 'hw/virtio-blk.h')
-rw-r--r--hw/virtio-blk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/virtio-blk.h b/hw/virtio-blk.h
index 651a000b9f..f0740d01af 100644
--- a/hw/virtio-blk.h
+++ b/hw/virtio-blk.h
@@ -104,6 +104,7 @@ struct VirtIOBlkConf
BlockConf conf;
char *serial;
uint32_t scsi;
+ uint32_t config_wce;
};
#define DEFINE_VIRTIO_BLK_FEATURES(_state, _field) \