Re: [libvirt] [PATCH] conf: Do better job when comparing features ABI compatibility

2013-09-22 Thread Peter Krempa
On 09/20/13 16:08, Eric Blake wrote: > On 09/20/2013 07:05 AM, Peter Krempa wrote: >> The ABI compatibility check for domain features didn't check the >> expanded HyperV and APIC EOI values, thus possibly allowing change in >> guest ABI. >> >> Add the check and use typecasted switch statement to wa

Re: [libvirt] [PATCH] conf: Do better job when comparing features ABI compatibility

2013-09-20 Thread Eric Blake
On 09/20/2013 07:05 AM, Peter Krempa wrote: > The ABI compatibility check for domain features didn't check the > expanded HyperV and APIC EOI values, thus possibly allowing change in > guest ABI. > > Add the check and use typecasted switch statement to warn developers > when adding a new HyperV fe

[libvirt] [PATCH] conf: Do better job when comparing features ABI compatibility

2013-09-20 Thread Peter Krempa
The ABI compatibility check for domain features didn't check the expanded HyperV and APIC EOI values, thus possibly allowing change in guest ABI. Add the check and use typecasted switch statement to warn developers when adding a new HyperV feature. --- src/conf/domain_conf.c | 72