Re: [libvirt] [PATCH] libxl: mark domain0 as persistent

2017-12-15 Thread Michal Privoznik
On 12/14/2017 05:53 PM, Jim Fehlig wrote: > On 12/14/2017 12:15 AM, Michal Privoznik wrote: >> On 12/13/2017 10:41 PM, Jim Fehlig wrote: >>> A Xen domain0 is better described as a persistent domain. Mark it >>> as such during intialization. >>> >>> Signed-off-by: Jim Fehlig >>> --- >>> >>> I notic

Re: [libvirt] [PATCH] libxl: mark domain0 as persistent

2017-12-14 Thread Jim Fehlig
On 12/14/2017 12:15 AM, Michal Privoznik wrote: On 12/13/2017 10:41 PM, Jim Fehlig wrote: A Xen domain0 is better described as a persistent domain. Mark it as such during intialization. Signed-off-by: Jim Fehlig --- I noticed this while debugging a libvirt-guests issue. The list_guests() func

Re: [libvirt] [PATCH] libxl: mark domain0 as persistent

2017-12-13 Thread Michal Privoznik
On 12/13/2017 10:41 PM, Jim Fehlig wrote: > A Xen domain0 is better described as a persistent domain. Mark it > as such during intialization. > > Signed-off-by: Jim Fehlig > --- > > I noticed this while debugging a libvirt-guests issue. The list_guests() > function filters domain0 with > > echo

[libvirt] [PATCH] libxl: mark domain0 as persistent

2017-12-13 Thread Jim Fehlig
A Xen domain0 is better described as a persistent domain. Mark it as such during intialization. Signed-off-by: Jim Fehlig --- I noticed this while debugging a libvirt-guests issue. The list_guests() function filters domain0 with echo "$list" | grep -v ---- If do