Re: [libvirt] [PATCHv3 22/27] qemu: Record the default NIC model in the domain XML

2013-03-12 Thread Daniel P. Berrange
On Mon, Mar 11, 2013 at 04:06:33PM +0100, Peter Krempa wrote: > This patch implements the callback that is used to fill the qemu default > network card into the XML if none is specified. > > Libvirt assumes that the network card for qemu if none specified is the > "rtl8139". Record this in the XML

[libvirt] [PATCHv3 22/27] qemu: Record the default NIC model in the domain XML

2013-03-11 Thread Peter Krempa
This patch implements the callback that is used to fill the qemu default network card into the XML if none is specified. Libvirt assumes that the network card for qemu if none specified is the "rtl8139". Record this in the XML using the new callback to avoid user confusion. --- src/qemu/qemu_conf