]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xen hypervisor: xen domctl version 6
authorJim Fehlig <jfehlig@novell.com>
Thu, 7 Jan 2010 20:05:35 +0000 (13:05 -0700)
committerJim Fehlig <jfehlig@novell.com>
Thu, 7 Jan 2010 20:05:35 +0000 (13:05 -0700)
commit98ea78b6ee04733ca69c67df5a196c33dd4829ae
tree714a0856928c9089467ae964a5221cf190501f59
parent65160f50bea0756ebdb1945d7da624c7dc29e72d
xen hypervisor: xen domctl version 6

xen-unstable c/s 20685 changed the domctl interface, adding a field to
xen_domctl_getdomaininfo structure.  This additional field causes stack
corruption in libvirt.  xen-unstable c/s 20711 rightly bumped the domctl
interface version so it is at least possible to handle the new field.
This change accounts for shr_pages field added to xen_domctl_getdomaininfo
structure.
src/xen/xen_hypervisor.c