Re: [libvirt] [PATCH v3 0/4] Try several possible default network devices

2015-09-10 Thread Andrea Bolognani
On Wed, 2015-09-09 at 21:43 +0200, Martin Kletzander wrote: > > Andrea Bolognani (4): > > qemu: Introduce QEMU_CAPS_DEVICE_RTL8139 > > qemu: Introduce QEMU_CAPS_DEVICE_E1000 > > qemu: Introduce QEMU_CAPS_DEVICE_VIRTIO_NET > > qemu: Try several network devices when looking for a default > >

[libvirt] [PATCH v3 0/4] Try several possible default network devices

2015-09-09 Thread Andrea Bolognani
Changes in v3: * detect rtl8139 and e1000 availability as well * don't try to use virtio-net based on availability alone: try rtl8139, e1000 and virtio-net in this order instead * patch 4/4 contains an ugly bit we'll be able to get rid of once capabilities can be properly mocked

Re: [libvirt] [PATCH v3 0/4] Try several possible default network devices

2015-09-09 Thread Martin Kletzander
On Wed, Sep 09, 2015 at 02:50:19PM +0200, Andrea Bolognani wrote: Changes in v3: * detect rtl8139 and e1000 availability as well * don't try to use virtio-net based on availability alone: try rtl8139, e1000 and virtio-net in this order instead * patch 4/4 contains an ugly bit we'll be