From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: "Blue Swirl" <blauwirbel@gmail.com>,
"Cornelia Huck" <cornelia.huck@de.ibm.com>,
"Anthony Liguori" <aliguori@us.ibm.com>,
"Dominik Dingel" <dingel@linux.vnet.ibm.com>,
"Aurélien Jarno" <aurelien@aurel32.net>
Subject: [Qemu-devel] [PULL] virtio-ccw: Enable x-data-plane for virtio-ccw-blk
Date: Mon, 15 Jul 2013 17:46:47 +0200 [thread overview]
Message-ID: <1373903207-27085-2-git-send-email-cornelia.huck@de.ibm.com> (raw)
In-Reply-To: <1373903207-27085-1-git-send-email-cornelia.huck@de.ibm.com>
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
next prev parent reply other threads:[~2013-07-15 15:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-15 15:46 [Qemu-devel] [PULL] virtio-ccw: dataplane enablement Cornelia Huck
2013-07-15 15:46 ` Cornelia Huck [this message]
2013-07-15 16:52 ` Anthony Liguori
2013-07-15 17:15 ` Paolo Bonzini
2013-07-16 7:10 ` Stefan Hajnoczi
2013-07-16 8:54 ` Cornelia Huck
2013-07-16 9:34 ` Paolo Bonzini
2013-07-16 12:34 ` Anthony Liguori
2013-07-18 19:36 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373903207-27085-2-git-send-email-cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--cc=dingel@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).