| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Dec. 11, 2012, 8:53 a.m. |
| Message ID | <CAJSP0QVma+SjKdTRTBM2=wPzi+NXZiij4UAzG_sEkE_V17up=w@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/205139/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index c60b89a..32cc910 100644 --- a/hw/virtio-pci.c +++ b/hw/virtio-pci.c @@ -895,6 +895,7 @@ static Property virtio_blk_properties[] = { #ifdef __linux__ DEFINE_PROP_BIT("scsi", VirtIOPCIProxy, blk.scsi, 0, true), #endif + DEFINE_PROP_BIT("config-wce", VirtIOPCIProxy, blk.config_wce, 0, true), DEFINE_PROP_BIT("ioeventfd", VirtIOPCIProxy, flags, VIRTIO_PCI_FLAG_USE_IOEVENTFD_BIT, true), #ifdef CONFIG_VIRTIO_BLK_DATA_PLANE
This morning I found the following unstaged change in my working tree, it should have been part of "[PATCH v6 10/12] virtio-blk: restore VirtIOBlkConf->config_wce flag": DEFINE_PROP_BIT("x-data-plane", VirtIOPCIProxy, blk.data_plane, 0, false),