]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix 'make check' after commit 04197350
authorJim Fehlig <jfehlig@novell.com>
Fri, 14 Jan 2011 18:12:46 +0000 (11:12 -0700)
committerJim Fehlig <jfehlig@novell.com>
Fri, 14 Jan 2011 18:49:52 +0000 (11:49 -0700)
commit094c6f4a24165d2d07f64bbd70243b3306a34d5b
treeca9d2b1ed299fe47e8615c360e3f316042f25fc7
parent30b9e608c6ba30fc68fedd57f619a29907fa6712
Fix 'make check' after commit 04197350

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.
src/xen/xm_internal.c