From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXpAW-0000Ww-0s for qemu-devel@nongnu.org; Mon, 22 Feb 2016 07:00:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXpAR-0003Wm-23 for qemu-devel@nongnu.org; Mon, 22 Feb 2016 07:00:47 -0500 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:60025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXpAQ-0003WS-HS for qemu-devel@nongnu.org; Mon, 22 Feb 2016 07:00:42 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 22 Feb 2016 12:00:41 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 59C241B08061 for ; Mon, 22 Feb 2016 12:00:58 +0000 (GMT) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1MC0dRe32309258 for ; Mon, 22 Feb 2016 12:00:39 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1MC0b6s010659 for ; Mon, 22 Feb 2016 05:00:38 -0700 Date: Mon, 22 Feb 2016 13:00:35 +0100 From: Cornelia Huck Message-ID: <20160222130035.07b5cdc4.cornelia.huck@de.ibm.com> In-Reply-To: <1455831854-49013-3-git-send-email-silbe@linux.vnet.ibm.com> References: <1455831854-49013-1-git-send-email-silbe@linux.vnet.ibm.com> <1455831854-49013-3-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 2/3] qdev-monitor: sort alias table by typename 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:13 +0100 Sascha Silbe wrote: > Sort the alias table by typename so it's easier to see which aliases > exist. > > Signed-off-by: Sascha Silbe > --- > v1->v2: Added comment asking devs to keep table sorted > --- > qdev-monitor.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) Reviewed-by: Cornelia Huck