]> 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)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jan 2014 17:42:20 +0000 (10:42 -0700)
commit28923d5a7cad04e9d7af7dcc1c8e95425322e1c1
treec389d1d4ed5e77b3db9dbc81af3c5a60c100923d
parent30e8839812362ad8e8df0b0509c5d67785094e86
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