From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLhlj-0001ia-63 for qemu-devel@nongnu.org; Mon, 07 Jun 2010 15:13:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLhle-0006xa-Er for qemu-devel@nongnu.org; Mon, 07 Jun 2010 15:13:55 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:37475) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLhle-0006xO-8t for qemu-devel@nongnu.org; Mon, 07 Jun 2010 15:13:50 -0400 Received: by wwb13 with SMTP id 13so2887941wwb.4 for ; Mon, 07 Jun 2010 12:13:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1275921752-29420-17-git-send-email-berrange@redhat.com> References: <1275921752-29420-1-git-send-email-berrange@redhat.com> <1275921752-29420-17-git-send-email-berrange@redhat.com> Date: Mon, 7 Jun 2010 16:13:48 -0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 16/19] Add a query-netdev command to QMP From: Miguel Di Ciurcio Filho Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Luiz Capitulino On Mon, Jun 7, 2010 at 11:42 AM, Daniel P. Berrange wrote: > This adds a new QMP command called query-netdev to provide information > about the available netdev backends in the QEMU binary. There is no > existing '-netdev ?' support, but if there was, this would obsolete it > Hi Daniel, Could we work on a different name? Just a few hours ago on another thread query-netdev, instead of the originaly proposed query-netdevices, was proposed, with similar functionality. I see that your patch shows the supported backends. I'm working on another patch that actually shows the current used backend network devices. Regards, Miguel