From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1bLR-0004bY-Kk for qemu-devel@nongnu.org; Mon, 30 Jun 2014 09:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1bLM-0005la-5c for qemu-devel@nongnu.org; Mon, 30 Jun 2014 09:10:05 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:38410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1bLL-0005kZ-U5 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 09:10:00 -0400 Received: by mail-wi0-f177.google.com with SMTP id r20so5983823wiv.10 for ; Mon, 30 Jun 2014 06:09:59 -0700 (PDT) Date: Mon, 30 Jun 2014 15:09:56 +0200 From: Stefan Hajnoczi Message-ID: <20140630130956.GA18425@stefanha-thinkpad.redhat.com> References: <1402383802-14252-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <1402383802-14252-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] dataplane: introduce virtio-blk.iothread property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Paolo Bonzini , qemu-devel@nongnu.org, Andreas Faerber --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 10, 2014 at 09:03:19AM +0200, Stefan Hajnoczi wrote: > Up until now the virtio-blk x-data-plane and x-iothread features have been > experimental. It's time to commit to a final command-line interface: >=20 > qemu -object iothread,id=3Diothread0 \ > -drive if=3Dnone,id=3Ddrive0,file=3Dtest.qcow2,format=3Dqcow2 \ > -device virtio-blk-pci,iothread=3Diothread0,drive=3Ddrive0 >=20 > The iothread=3D property associates a virtio-blk-pci instance w= ith an > IOThread. If the iothread property is not given, the non-dataplane code = path > is used. This means dataplane is not the default yet. >=20 > The x-data-plane=3Don|off property is now obsolete but will be kept aroun= d for at > least another release cycle to give users a chance to migrate. >=20 > Stefan Hajnoczi (3): > virtio-blk: replace x-iothread with iothread link property > qdev: drop iothread property type > virtio-blk: remove need for explicit x-data-plane=3Don option >=20 > hw/block/dataplane/virtio-blk.c | 2 +- > hw/block/virtio-blk.c | 12 +++++++++- > hw/core/qdev-properties-system.c | 50 ----------------------------------= ------ > hw/s390x/s390-virtio-bus.c | 2 ++ > hw/s390x/virtio-ccw.c | 2 ++ > hw/virtio/virtio-pci.c | 2 ++ > include/hw/qdev-properties.h | 3 --- > 7 files changed, 18 insertions(+), 55 deletions(-) Applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTsWGkAAoJEJykq7OBq3PIsHIIAKx54/FUZ+okyRLGoQa5CO+f mZ+/920fI/aKGVVVLlPVI21/14U2ssmLIevkWkY+Pcft5TumUvUAOlMja/tusclL P/pmIgBrOSCtlf9TGkHwEWLWCYM7YyimcFic0Elc3tt8TQvdHuW4MB7o0gOSFv1c f+Y1iIJSHfGHrEpOsjO5JHf6DVWxBnoInmskQIdOTzF1krLlAJyv9x2OIx0c0Be7 odQa2kndSk3sPpKB1pXC6Hcmlx/DDJN7Xr1g5wTIzj1vI/VIHAWjGkd4DILrP16O D1cw8ytTqBsbrHqjhDzxY+5i676NCWDqXLb3lccj0RlarYd52bSeX0pMBL6dauM= =pb4V -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6--