On Fri, Jun 11, 2010 at 8:37 AM, Markus Armbruster <arm...@redhat.com> 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 relationship (json-string, >> + optional) >> +- "info": json-object containing the configuration information about the >> device. > > Didn't we agree to have two separate query commands, one for net devices > on VLANs, and another one for the rest? >
There were no consensus or requirement about that on the previous thread. >> + >> +Note: The supported device information is the same one supported by the >> '-net' >> +command-line argument, which are listed in the '-help' output or QEMU's >> manual. > > Not sure a pointer to -help suffices here. > Various parts of the documentation have the same structure: e.g.: netdev_add. If it is really necessary, I could send a new version without just a pointer to -help. Regards, Miguel