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
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
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