[libvirt] [PATCH v3 4/4] qemu: Try several network devices when looking for a default

2015-09-09 Thread Andrea Bolognani
Up until now, the default has been rtl8139, but no check was in place to make sure that device was actually available. Now we try rtl8139, e1000 and virtio-net in turn, checking for availability before using any of them: this means we have a much better chance for the guest to be able to boot.

Re: [libvirt] [PATCH v3 4/4] qemu: Try several network devices when looking for a default

2015-09-09 Thread Martin Kletzander
On Wed, Sep 09, 2015 at 02:50:23PM +0200, Andrea Bolognani wrote: Up until now, the default has been rtl8139, but no check was in place to make sure that device was actually available. Now we try rtl8139, e1000 and virtio-net in turn, checking for availability before using any of them: this

Re: [libvirt] [PATCH v3 4/4] qemu: Try several network devices when looking for a default

2015-09-09 Thread Martin Kletzander
On Wed, Sep 09, 2015 at 03:30:07PM +0200, Martin Kletzander wrote: On Wed, Sep 09, 2015 at 02:50:23PM +0200, Andrea Bolognani wrote: Up until now, the default has been rtl8139, but no check was in place to make sure that device was actually available. Now we try rtl8139, e1000 and virtio-net