Re: [libvirt] [PATCH v2 0/7] Cleanup flags checking and fix setvcpus

2015-04-29 Thread Pavel Hrdina
On Thu, Apr 09, 2015 at 09:13:11AM -0400, John Ferlan wrote: On 03/27/2015 06:01 AM, Pavel Hrdina wrote: The first four patches only cleanup the flags checking in our APIs by introducing new macros to check exclusive flags and requirements. Patch 5/7 uses the new macros to do better

Re: [libvirt] [PATCH v2 0/7] Cleanup flags checking and fix setvcpus

2015-04-09 Thread John Ferlan
On 03/27/2015 06:01 AM, Pavel Hrdina wrote: The first four patches only cleanup the flags checking in our APIs by introducing new macros to check exclusive flags and requirements. Patch 5/7 uses the new macros to do better flags checking for virDomainSetvcpusFlags API. Patch 6/7

[libvirt] [PATCH v2 0/7] Cleanup flags checking and fix setvcpus

2015-03-27 Thread Pavel Hrdina
The first four patches only cleanup the flags checking in our APIs by introducing new macros to check exclusive flags and requirements. Patch 5/7 uses the new macros to do better flags checking for virDomainSetvcpusFlags API. Patch 6/7 introduces macro to check virsh options requirements. The