Re: [libvirt] [PATCHv4 2/9] qemu: Record the default NIC model in the domain XML

2013-03-29 Thread Laine Stump
On 03/26/2013 12:51 PM, Peter Krempa wrote: On 03/25/13 21:34, Laine Stump wrote: On 03/15/2013 11:26 AM, Peter Krempa wrote: This patch implements the devices post parse cllback and uses it to fill the default qemu network card model into the XML if none is specified. Libvirt assumes that

Re: [libvirt] [PATCHv4 2/9] qemu: Record the default NIC model in the domain XML

2013-03-26 Thread Peter Krempa
On 03/25/13 21:34, Laine Stump wrote: On 03/15/2013 11:26 AM, Peter Krempa wrote: This patch implements the devices post parse cllback and uses it to fill the default qemu network card model into the XML if none is specified. Libvirt assumes that the network card model for qemu is the rtl8139.

Re: [libvirt] [PATCHv4 2/9] qemu: Record the default NIC model in the domain XML

2013-03-25 Thread Laine Stump
On 03/15/2013 11:26 AM, Peter Krempa wrote: This patch implements the devices post parse cllback and uses it to fill the default qemu network card model into the XML if none is specified. Libvirt assumes that the network card model for qemu is the rtl8139. Record this in the XML using the new

[libvirt] [PATCHv4 2/9] qemu: Record the default NIC model in the domain XML

2013-03-15 Thread Peter Krempa
This patch implements the devices post parse cllback and uses it to fill the default qemu network card model into the XML if none is specified. Libvirt assumes that the network card model for qemu is the rtl8139. Record this in the XML using the new callback to avoid user confusion. --- Notes: