[libvirt] [PATCH] libvirt: xen: do not use ioemu type for any emulated NIC

2012-04-12 Thread Stefan Bader
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 (MAC address all zero). The current code already has a special quirk to not use this keyword

Re: [libvirt] [PATCH] libvirt: xen: do not use ioemu type for any emulated NIC

2012-04-12 Thread Cole Robinson
15:32:41 +0200 Subject: [PATCH] libvirt: 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 (MAC address all zero). The current code

Re: [libvirt] [PATCH] libvirt: xen: do not use ioemu type for any emulated NIC

2012-03-21 Thread Philipp Hahn
Hello, On Friday 16 March 2012 11:34:37 Stefan Bader wrote: 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. I had a look at a similar problem some time ago, so some gereral comments:

Re: [libvirt] [PATCH] libvirt: xen: do not use ioemu type for any emulated NIC

2012-03-21 Thread Stefan Bader
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 21.03.2012 08:58, Philipp Hahn wrote: Hello, On Friday 16 March 2012 11:34:37 Stefan Bader wrote: 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

Re: [libvirt] [PATCH] libvirt: xen: do not use ioemu type for any emulated NIC

2012-03-21 Thread Philipp Hahn
Hello Stefan, On Wednesday 21 March 2012 09:24:04 Stefan Bader wrote: Unfortunately not true. You always get the enulated NIC, whatever you do with type=ioemu. ... From what I see (and at least from Xen side expect) is that you always get both. Whether you use default or a specific NIC type.

[libvirt] [PATCH] libvirt: xen: do not use ioemu type for any emulated NIC

2012-03-16 Thread Stefan Bader
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 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