]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: fix build with Xen4.3
authorJim Fehlig <jfehlig@suse.com>
Thu, 16 May 2013 14:42:21 +0000 (08:42 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 11 Jul 2013 16:27:35 +0000 (10:27 -0600)
commit8c4faa90443e26b9a4aabadf428ad9f611ce9476
treeb25e3fa51273998ee55b7edde300f4f4f208b512
parent233a616bda3702e4d4bc8681720450bdb97a5209
libxl: fix build with Xen4.3

Xen 4.3 fixes a mistake in the libxl event handler signature where the
event owned by the application was defined as const.  Detect this and
define the libvirt libxl event handler signature appropriately.
(cherry picked from commit 43b0ff5b1eb7fbcdc348b2a53088a7db939d5e48)
src/libxl/libxl_driver.c