Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2014-01-06 Thread Jim Fehlig
Jim Fehlig wrote: > Ian Campbell wrote: > >> On Thu, 2013-12-19 at 11:39 -0700, Jim Fehlig wrote: >> >> >>> Stefan Bader wrote: >>> >>> Oh, just while talking about setdefault. Jim, this is one of the odd things when moving from xm to xl stack from libvirt: li

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-23 Thread Jim Fehlig
Ian Campbell wrote: > On Thu, 2013-12-19 at 11:39 -0700, Jim Fehlig wrote: > >> Stefan Bader wrote: >> >>> Oh, just while talking about setdefault. Jim, this is one of the odd things >>> when >>> moving from xm to xl stack from libvirt: libvirt defaults to the netfront >>> NIC >>> when no

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-20 Thread Ian Campbell
On Fri, 2013-12-20 at 11:16 +0100, Stefan Bader wrote: > > One issue is that xl stored the guest config and then retrieves it for > > use in xl list -l, but libvirt != xl and therefore has no config file to > > save. > > Right, that kind of was what I tried to say in many words. :) Oh, hm probabl

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-20 Thread Stefan Bader
On 19.12.2013 18:57, Ian Campbell wrote: > On Thu, 2013-12-19 at 18:06 +0100, Stefan Bader wrote: >>> How about we: >>> * move the init to setdefault to catch the single NIC added via >>> hotplug case >> >> Init of devid? > > Yes, sorry for not being clear. > >> Hm, would that work

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-20 Thread Ian Campbell
On Thu, 2013-12-19 at 11:39 -0700, Jim Fehlig wrote: > Stefan Bader wrote: > > Oh, just while talking about setdefault. Jim, this is one of the odd things > > when > > moving from xm to xl stack from libvirt: libvirt defaults to the netfront > > NIC > > when no model is specified and sets the typ

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-19 Thread Jim Fehlig
Stefan Bader wrote: > Oh, just while talking about setdefault. Jim, this is one of the odd things > when > moving from xm to xl stack from libvirt: libvirt defaults to the netfront NIC > when no model is specified and sets the type. The libxl setdefault function > sets > the model to rtl8139 but

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-19 Thread Ian Campbell
On Thu, 2013-12-19 at 18:06 +0100, Stefan Bader wrote: > > How about we: > > * move the init to setdefault to catch the single NIC added via > > hotplug case > > Init of devid? Yes, sorry for not being clear. > Hm, would that work as I am not sure there is a simple way of > differ

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-19 Thread Stefan Bader
On 19.12.2013 11:19, Ian Campbell wrote: > On Wed, 2013-12-18 at 17:44 -0700, Jim Fehlig wrote: >> Stefan Bader wrote: >>> On 18.12.2013 14:28, Ian Campbell wrote: >>> On Wed, 2013-12-18 at 14:12 +0100, Stefan Bader wrote: > On 18.12.2013 13:27, Ian Campbell wrote: >

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-19 Thread Ian Campbell
On Wed, 2013-12-18 at 17:44 -0700, Jim Fehlig wrote: > Stefan Bader wrote: > > On 18.12.2013 14:28, Ian Campbell wrote: > > > >> On Wed, 2013-12-18 at 14:12 +0100, Stefan Bader wrote: > >> > >>> On 18.12.2013 13:27, Ian Campbell wrote: > >>> > On Tue, 2013-12-17 at 18:32 +0100,

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-18 Thread Jim Fehlig
Stefan Bader wrote: > On 18.12.2013 14:28, Ian Campbell wrote: > >> On Wed, 2013-12-18 at 14:12 +0100, Stefan Bader wrote: >> >>> On 18.12.2013 13:27, Ian Campbell wrote: >>> On Tue, 2013-12-17 at 18:32 +0100, Stefan Bader wrote: >> Might this libxl fix be rele

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-18 Thread Stefan Bader
On 18.12.2013 14:28, Ian Campbell wrote: > On Wed, 2013-12-18 at 14:12 +0100, Stefan Bader wrote: >> On 18.12.2013 13:27, Ian Campbell wrote: >>> On Tue, 2013-12-17 at 18:32 +0100, Stefan Bader wrote: > > Might this libxl fix be relevant: > commit 5420f26507fc5c9853eb1076401a865

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-18 Thread Stefan Bader
On 18.12.2013 14:28, Ian Campbell wrote: > On Wed, 2013-12-18 at 14:12 +0100, Stefan Bader wrote: >> On 18.12.2013 13:27, Ian Campbell wrote: >>> On Tue, 2013-12-17 at 18:32 +0100, Stefan Bader wrote: > > Might this libxl fix be relevant: > commit 5420f26507fc5c9853eb1076401a865

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-18 Thread Ian Campbell
On Wed, 2013-12-18 at 14:12 +0100, Stefan Bader wrote: > On 18.12.2013 13:27, Ian Campbell wrote: > > On Tue, 2013-12-17 at 18:32 +0100, Stefan Bader wrote: > >>> > >>> Might this libxl fix be relevant: > >>> commit 5420f26507fc5c9853eb1076401a8658d72669da > >>> Author: Jim Fehlig

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-18 Thread Stefan Bader
On 18.12.2013 13:27, Ian Campbell wrote: > On Tue, 2013-12-17 at 18:32 +0100, Stefan Bader wrote: >>> >>> Might this libxl fix be relevant: >>> commit 5420f26507fc5c9853eb1076401a8658d72669da >>> Author: Jim Fehlig >>> Date: Fri Jan 11 12:22:26 2013 + >>> >>>

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-18 Thread Ian Campbell
On Tue, 2013-12-17 at 18:32 +0100, Stefan Bader wrote: > > > > Might this libxl fix be relevant: > > commit 5420f26507fc5c9853eb1076401a8658d72669da > > Author: Jim Fehlig > > Date: Fri Jan 11 12:22:26 2013 + > > > > libxl: Set vfb and vkb devid

Re: [libvirt] [Xen-devel] Setting devid for emulated NICs (Xen 4.3.1 / libvirt 1.2.0) using libxl driver

2013-12-17 Thread Stefan Bader
On 17.12.2013 17:58, Ian Campbell wrote: > On Tue, 2013-12-17 at 17:34 +0100, Stefan Bader wrote: >> Using virt-manager "hypervisor default" type: >> >> >> >> >> >> >> >> This causes the qemu call to have "-net none" which removes PXE boot >> abilities. A linux kernel