On 01/14/2014 10:15 AM, William Dauchy wrote: > this will permit to specify an interface prefix to the tap instead of the > default one ("tap") > this functionnality is useful when you need an easy way to find the
s/functionnality/functionality/ > interfaces attached to a given virtual machine > > +++ b/qapi-schema.json > @@ -3028,7 +3028,8 @@ > { 'type': 'NetdevBridgeOptions', > 'data': { > '*br': 'str', > - '*helper': 'str' } } > + '*helper': 'str', > + '*prefix': 'str'} } Need to document the new field, including when it was added. Something like: # @NetdevBridgeOptions # # Connect a host TAP network interface to a host bridge device. # # @br: #optional bridge name # # @helper: #optional command to execute to configure bridge # # @prefix: #optional prefix to use in naming the bridge, default # "tap" (since 2.0) # # Since 1.2 -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature