From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abt7W-0003yw-RV for qemu-devel@nongnu.org; Fri, 04 Mar 2016 12:02:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abt7R-0001eM-6n for qemu-devel@nongnu.org; Fri, 04 Mar 2016 12:02:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abt7R-0001eH-1y for qemu-devel@nongnu.org; Fri, 04 Mar 2016 12:02:25 -0500 From: Markus Armbruster References: <1455831854-49013-1-git-send-email-silbe@linux.vnet.ibm.com> Date: Fri, 04 Mar 2016 18:02:21 +0100 In-Reply-To: <1455831854-49013-1-git-send-email-silbe@linux.vnet.ibm.com> (Sascha Silbe's message of "Thu, 18 Feb 2016 22:44:11 +0100") Message-ID: <87d1ra89cy.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 0/3] add missing virtio aliases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sascha Silbe Cc: Cornelia Huck , Christian Borntraeger , qemu-devel@nongnu.org, "Michael S. Tsirkin" Sascha Silbe writes: > Split out from the series fixing qemu-iotest 140 on s390x [1]. > > This series makes crafting qemu command lines that work across > multiple (virtio-supporting) platforms at lot easier. > > Changes since the original series: > - included patch to improve the error message when the target device > class of an alias doesn't exist > - added comment about keeping alias table sorted > - covering all non-abstract virtio device classes rather than just > those already implemented on s390x > > Sascha Silbe (3): > qdev-monitor: improve error message when alias device is unavailable > qdev-monitor: sort alias table by typename > qdev-monitor: add missing aliases for virtio device classes > > qdev-monitor.c | 42 ++++++++++++++++++++++++++++++++++-------- > 1 file changed, 34 insertions(+), 8 deletions(-) > > [1] mid:1455023713-104799-1-git-send-email-silbe@linux.vnet.ibm.com > "[PATCH 0/3] qemu-iotests: fix 140 on s390x" by Sascha Silbe > on 2016-02-09 Applied to my monitor-next branch, will hold the queue for a couple of days to give others a chance to review, thanks!