From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXpJR-0004t3-Nl for qemu-devel@nongnu.org; Mon, 22 Feb 2016 07:10:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXpJO-0005t4-Ea for qemu-devel@nongnu.org; Mon, 22 Feb 2016 07:10:01 -0500 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:39432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXpJO-0005sz-4R for qemu-devel@nongnu.org; Mon, 22 Feb 2016 07:09:58 -0500 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 22 Feb 2016 12:09:56 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2958E1B08069 for ; Mon, 22 Feb 2016 12:10:13 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1MC9sNp65601712 for ; Mon, 22 Feb 2016 12:09:54 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1MC9rdt008912 for ; Mon, 22 Feb 2016 05:09:54 -0700 Date: Mon, 22 Feb 2016 13:09:52 +0100 From: Cornelia Huck Message-ID: <20160222130952.4be4efc1.cornelia.huck@de.ibm.com> In-Reply-To: <1455831854-49013-4-git-send-email-silbe@linux.vnet.ibm.com> References: <1455831854-49013-1-git-send-email-silbe@linux.vnet.ibm.com> <1455831854-49013-4-git-send-email-silbe@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/3] qdev-monitor: add missing aliases for virtio device classes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sascha Silbe Cc: Christian Borntraeger , qemu-devel@nongnu.org, Markus Armbruster , "Michael S. Tsirkin" On Thu, 18 Feb 2016 22:44:14 +0100 Sascha Silbe wrote: > virtio-{blk,balloon,net,serial} are aliases for their actual, > architecture-dependent implementations (*-ccw on s390x, *-pci on other > architectures supporting virtio). This makes it a lot easier to craft > qemu invocations that work on all supported architectures. Complete > the set to cover all existing non-abstract virtio device classes. > > For virtio-balloon, only the CCW implementation was missing. There's also virtio-vga but that one looks quite hardcoded around pci. > > Signed-off-by: Sascha Silbe > --- > v1->v2: > - Completely wired up all (non-abstract) virtio device classes, even > those that still lack a CCW implementation. > > Markus, does your Reviewed-by apply to this version as well? (Wasn't > sure so I didn't include it) > --- > qdev-monitor.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Reviewed-by: Cornelia Huck