[libvirt] [PATCH] Fix 'make check' after commit 04197350

2011-01-14 Thread Jim Fehlig
I broke 'make check' with commit 04197350 by unconditionally emitting 'hap=' in xen xm driver. Only emit 'hap=' if xendConfigVersion = 3. I've tested sending 'hap=' to a Xen 3.2 machine without support for hap setting and verified that xend silently drops the unrecognized setting. ---

Re: [libvirt] [PATCH] Fix 'make check' after commit 04197350

2011-01-14 Thread Eric Blake
On 01/14/2011 11:29 AM, Jim Fehlig wrote: I broke 'make check' with commit 04197350 by unconditionally emitting 'hap=' in xen xm driver. Only emit 'hap=' if xendConfigVersion = 3. I've tested sending 'hap=' to a Xen 3.2 machine without support for hap setting and verified that xend silently

Re: [libvirt] [PATCH] Fix 'make check' after commit 04197350

2011-01-14 Thread Jim Fehlig
Eric Blake wrote: On 01/14/2011 11:29 AM, Jim Fehlig wrote: I broke 'make check' with commit 04197350 by unconditionally emitting 'hap=' in xen xm driver. Only emit 'hap=' if xendConfigVersion = 3. I've tested sending 'hap=' to a Xen 3.2 machine without support for hap setting and