libvirt/src/xenxs
Stefan Bader 10c31135f3 xen: do not use ioemu type for any emulated NIC
When using the xm/xend stack to manage instances there is a bug
that causes the emulated interfaces to be unusable when the vif
config contains type=ioemu.

The current code already has a special quirk to not use this
keyword if no specific model is given for the emulated NIC
(defaulting to rtl8139).
Essentially it works because regardless of the type argument,i
the Xen stack always creates emulated and paravirt interfaces and
lets the guest decide which one to use. So neither xl nor xm stack
actually require the type keyword for emulated NICs.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2012-04-16 22:20:31 -06:00
..
xen_sxpr.c xen: do not use ioemu type for any emulated NIC 2012-04-16 22:20:31 -06:00
xen_sxpr.h xen_xs: name xendConfigVersion magic numbers 2012-02-01 16:28:17 -07:00
xen_xm.c xen: do not use ioemu type for any emulated NIC 2012-04-16 22:20:31 -06:00
xen_xm.h Renamed functions in xenxs 2011-02-21 11:15:08 -07:00
xenxs_private.h xen_xs: name xendConfigVersion magic numbers 2012-02-01 16:28:17 -07:00