From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47620 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORMm8-0005N2-RT for qemu-devel@nongnu.org; Wed, 23 Jun 2010 06:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORMm7-0004Nh-HC for qemu-devel@nongnu.org; Wed, 23 Jun 2010 06:01:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54367) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORMm7-0004NY-9V for qemu-devel@nongnu.org; Wed, 23 Jun 2010 06:01:43 -0400 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH v4 00/23] qdev path reworks & basic device state visualization References: Date: Wed, 23 Jun 2010 12:01:39 +0200 In-Reply-To: (Jan Kiszka's message of "Wed, 16 Jun 2010 00:38:24 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Juan Quintela , qemu-devel@nongnu.org, Luiz Capitulino , Blue Swirl , Avi Kivity Jan Kiszka writes: > This is v4 of this series. Besides small fixes, it's main focus is on > the groundwork for the visualization command: qdev path usability. Don't let my griping on individual patches mislead you: there's lots of good stuff in here.