Re: [Qemu-devel] [PATCH 16/19] Add a query-netdev command to QMP

2010-06-26 Thread Markus Armbruster
Anthony Liguori writes: > On 06/07/2010 09: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 >>

Re: [Qemu-devel] [PATCH 16/19] Add a query-netdev command to QMP

2010-06-08 Thread Daniel P. Berrange
On Mon, Jun 07, 2010 at 04:13:48PM -0300, Miguel Di Ciurcio Filho wrote: > 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 '

Re: [Qemu-devel] [PATCH 16/19] Add a query-netdev command to QMP

2010-06-07 Thread Miguel Di Ciurcio Filho
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

Re: [Qemu-devel] [PATCH 16/19] Add a query-netdev command to QMP

2010-06-07 Thread Anthony Liguori
On 06/07/2010 09: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 The data format looks like [

[Qemu-devel] [PATCH 16/19] Add a query-netdev command to QMP

2010-06-07 Thread Daniel P. Berrange
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 The data format looks like [ { "name": "user", "pro