* [Qemu-devel] [PATCH] virtio-ccw patch queue as of 2013/07/11
@ 2013-07-11 12:07 Cornelia Huck
2013-07-11 12:07 ` [Qemu-devel] [PATCH] virtio-ccw: Enable x-data-plane for virtio-ccw-blk Cornelia Huck
0 siblings, 1 reply; 2+ messages in thread
From: Cornelia Huck @ 2013-07-11 12:07 UTC (permalink / raw)
To: qemu-devel
Hi,
as we have notifiers for virtio-ccw now, we can enable dataplane for
virtio-blk.
(This patch has been running in our internal testing for some time now
and just has been redone to fit on upstream qemu.)
Patch is available at
git://github.com/cohuck/qemu virtio-ccw-upstr
Dominik Dingel (1):
virtio-ccw: Enable x-data-plane for virtio-ccw-blk
hw/s390x/virtio-ccw.c | 3 +++
1 file changed, 3 insertions(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] [PATCH] virtio-ccw: Enable x-data-plane for virtio-ccw-blk
2013-07-11 12:07 [Qemu-devel] [PATCH] virtio-ccw patch queue as of 2013/07/11 Cornelia Huck
@ 2013-07-11 12:07 ` Cornelia Huck
0 siblings, 0 replies; 2+ messages in thread
From: Cornelia Huck @ 2013-07-11 12:07 UTC (permalink / raw)
To: qemu-devel; +Cc: Dominik Dingel
From: Dominik Dingel <dingel@linux.vnet.ibm.com>
Add property x-data-plane to virtio-ccw-blk devices.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
---
hw/s390x/virtio-ccw.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c
index e744957..8835bd4 100644
--- a/hw/s390x/virtio-ccw.c
+++ b/hw/s390x/virtio-ccw.c
@@ -1031,6 +1031,9 @@ static Property virtio_ccw_blk_properties[] = {
DEFINE_VIRTIO_BLK_PROPERTIES(VirtIOBlkCcw, blk),
DEFINE_PROP_BIT("ioeventfd", VirtioCcwDevice, flags,
VIRTIO_CCW_FLAG_USE_IOEVENTFD_BIT, true),
+#ifdef CONFIG_VIRTIO_BLK_DATA_PLANE
+ DEFINE_PROP_BIT("x-data-plane", VirtIOBlkCcw, blk.data_plane, 0, false),
+#endif
DEFINE_PROP_END_OF_LIST(),
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-11 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11 12:07 [Qemu-devel] [PATCH] virtio-ccw patch queue as of 2013/07/11 Cornelia Huck
2013-07-11 12:07 ` [Qemu-devel] [PATCH] virtio-ccw: Enable x-data-plane for virtio-ccw-blk Cornelia Huck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).