From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53779 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVmIc-00021g-Ew for qemu-devel@nongnu.org; Mon, 05 Jul 2010 10:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVmIb-0000PH-Fd for qemu-devel@nongnu.org; Mon, 05 Jul 2010 10:05:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3936) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVmIb-0000OQ-9C for qemu-devel@nongnu.org; Mon, 05 Jul 2010 10:05:29 -0400 Date: Mon, 5 Jul 2010 11:05:17 -0300 From: Luiz Capitulino Message-ID: <20100705110517.5136e118@redhat.com> In-Reply-To: <1277909584-13012-1-git-send-email-miguel.filho@gmail.com> References: <1277909584-13012-1-git-send-email-miguel.filho@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 0/7] QMP: Introduce query-netdev List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Miguel Di Ciurcio Filho Cc: avi@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On Wed, 30 Jun 2010 11:52:57 -0300 Miguel Di Ciurcio Filho wrote: > This series implement the previously discussed QMP command query-netdev. Looks good to me now, applied to the monitor queue. Thanks.