Miguel Di Ciurcio Filho <miguel.fi...@gmail.com> writes: > --- > qemu-doc.texi | 24 +++--------------------- > 1 files changed, 3 insertions(+), 21 deletions(-) > > diff --git a/qemu-doc.texi b/qemu-doc.texi > index e2c8e56..d5bf318 100644 > --- a/qemu-doc.texi > +++ b/qemu-doc.texi [...] > @@ -794,7 +776,7 @@ Network adapter that supports CDC ethernet and RNDIS > protocols. @var{options} > specifies NIC options as with @code{-net nic,}...@var{options} (see > description). > For instance, user-mode networking can be used with > @example > -qemu [...OPTIONS...] -net user,vlan=0 -usbdevice net:vlan=0 > +qemu [...OPTIONS...] -net user -usbdevice net > @end example > Currently this cannot be used in machines that support PCI NICs. > @item bt[:@var{hci-type}]
Does this example actually work after you remove VLANs?