Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-31 Thread Daniel Veillard
On Wed, Oct 31, 2007 at 03:05:07PM +, Daniel P. Berrange wrote: > On Wed, Oct 31, 2007 at 09:34:33AM -0400, Daniel Veillard wrote: > > > Getting it fixed upstream might be best. We could also just have > > > libvirt always append "model=rtl8139", but I'd be concerned that we > > > could break

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-31 Thread Daniel P. Berrange
On Wed, Oct 31, 2007 at 09:34:33AM -0400, Daniel Veillard wrote: > On Mon, Oct 22, 2007 at 05:23:47PM -0400, Jim Paris wrote: > > Daniel P. Berrange wrote: > > > On Mon, Oct 22, 2007 at 04:33:40PM -0400, Daniel Veillard wrote: > > > > On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: > > >

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-31 Thread Daniel Veillard
On Mon, Oct 22, 2007 at 05:23:47PM -0400, Jim Paris wrote: > Daniel P. Berrange wrote: > > On Mon, Oct 22, 2007 at 04:33:40PM -0400, Daniel Veillard wrote: > > > On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: > > > > Hi, > > > > > > > > Sometime between kvm-36 and kvm-46 I ran into pro

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-22 Thread Jim Paris
Daniel P. Berrange wrote: > On Mon, Oct 22, 2007 at 04:33:40PM -0400, Daniel Veillard wrote: > > On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: > > > Hi, > > > > > > Sometime between kvm-36 and kvm-46 I ran into problems with the > > > default QEMU network card (ne2k-pci). Switching i

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-22 Thread Daniel P. Berrange
On Mon, Oct 22, 2007 at 04:33:40PM -0400, Daniel Veillard wrote: > On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: > > Hi, > > > > Sometime between kvm-36 and kvm-46 I ran into problems with the > > default QEMU network card (ne2k-pci). Switching it fixed the > > problems, but libvirt

Re: [Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-22 Thread Daniel Veillard
On Mon, Oct 22, 2007 at 03:44:38PM -0400, Jim Paris wrote: > Hi, > > Sometime between kvm-36 and kvm-46 I ran into problems with the > default QEMU network card (ne2k-pci). Switching it fixed the > problems, but libvirt doesn't support changing the NIC model. > These patches add support for: > >

[Libvir] PATCH: Support NIC model selection for QEMU/KVM

2007-10-22 Thread Jim Paris
Hi, Sometime between kvm-36 and kvm-46 I ran into problems with the default QEMU network card (ne2k-pci). Switching it fixed the problems, but libvirt doesn't support changing the NIC model. These patches add support for: which becomes qemu -net nic,model=rtl8139,mac=... By defau