
23 Sep
2013
23 Sep
'13
6:06 a.m.
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 warn developers when adding a new HyperV feature. --- src/conf/domain_conf.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 67 insertions(+), 5 deletions(-)
ACK.
Pushed; Thanks. Peter