Re: [Qemu-devel] [PATCH 2/8] QMP: Introduce the documentation for query-netdev and info netdev

2010-06-11 Thread Miguel Di Ciurcio Filho
On Fri, Jun 11, 2010 at 8:37 AM, Markus Armbruster wrote: >> +- "id": the device's ID, must be unique (json-string) >> +- "vlan": QEMU's internal vlan identification. Only present if the device is >> +  attached to a VLAN (json-int, optional) >> +- "peer": ID of the frontend device when on a 1:1 r

Re: [Qemu-devel] [PATCH 2/8] QMP: Introduce the documentation for query-netdev and info netdev

2010-06-11 Thread Markus Armbruster
Miguel Di Ciurcio Filho writes: > These commands show the information about active backend network devices. > > Signed-off-by: Miguel Di Ciurcio Filho > --- > qemu-monitor.hx | 53 + > 1 files changed, 53 insertions(+), 0 deletions(-) > > di

[Qemu-devel] [PATCH 2/8] QMP: Introduce the documentation for query-netdev and info netdev

2010-06-10 Thread Miguel Di Ciurcio Filho
These commands show the information about active backend network devices. Signed-off-by: Miguel Di Ciurcio Filho --- qemu-monitor.hx | 53 + 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/qemu-monitor.hx b/qemu-monitor.hx ind