From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWWN4-0005zL-Jw for qemu-devel@nongnu.org; Thu, 18 Feb 2016 16:44:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWWMv-0003nQ-H0 for qemu-devel@nongnu.org; Thu, 18 Feb 2016 16:44:22 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:46244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWWMv-0003lx-6o for qemu-devel@nongnu.org; Thu, 18 Feb 2016 16:44:13 -0500 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 18 Feb 2016 21:44:09 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2D8762190023 for ; Thu, 18 Feb 2016 21:43:53 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1ILi8gD6095192 for ; Thu, 18 Feb 2016 21:44:08 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1ILi7OS017467 for ; Thu, 18 Feb 2016 14:44:07 -0700 From: Sascha Silbe Date: Thu, 18 Feb 2016 22:44:11 +0100 Message-Id: <1455831854-49013-1-git-send-email-silbe@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/3] add missing virtio aliases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, "Michael S. Tsirkin" , Cornelia Huck , Christian Borntraeger , Markus Armbruster 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 -- 2.1.4