Manuel Bouyer writes ("[PATCH] add a qemu-ifup script on NetBSD"):
> On NetBSD, qemu-xen will use a qemu-ifup script to setup the tap interfaces
> (as qemu-xen-traditional used to). Copy the script from qemu-xen-traditional,
> and install it on NetBSD. While there document parameters and environnement
> variables.Release-Acked-by: Ian Jackson <[email protected]> > +++ b/tools/hotplug/NetBSD/qemu-ifup > @@ -0,0 +1,9 @@ > +#!/bin/sh > + > +#called by qemu when a HVM domU is started. > +# first parameter is tap interface, second is the bridge name > +# environement variable $XEN_DOMAIN_ID contains the domU's ID, > +# which can be used to retrieve extra parameters from the xenstore. > + > +ifconfig $1 up > +exec /sbin/brconfig $2 add $1 Acked-by: Ian Jackson <[email protected]> Ian.
