[libvirt] [PATCH 0/7] conf: Replace SKIP_OSTYPE with SKIP_VALIDATE

2018-07-24 Thread Cole Robinson
The SKIP_OSTYPE domain parse flag is largely redundant nowadays since we have SKIP_VALIDATE. This series smoothes out some of the SKIP_OSTYPE weirdness so we can drop it Cole Robinson (7): conf: Break out virDomainDefParseCaps conf: Clean up virDomainDefParseCaps tests: qemuhotplug: Fix segf

Re: [libvirt] [PATCH 0/7] conf: Replace SKIP_OSTYPE with SKIP_VALIDATE

2018-07-25 Thread Michal Privoznik
On 07/24/2018 11:23 PM, Cole Robinson wrote: > The SKIP_OSTYPE domain parse flag is largely redundant nowadays > since we have SKIP_VALIDATE. This series smoothes out some of > the SKIP_OSTYPE weirdness so we can drop it > > Cole Robinson (7): > conf: Break out virDomainDefParseCaps > conf: Cl