]> xenbits.xensource.com Git - libvirt.git/commit
libxl: allow libxl to calculate shadow mem requirements
authorJim Fehlig <jfehlig@suse.com>
Tue, 2 Aug 2016 23:36:34 +0000 (17:36 -0600)
committerJim Fehlig <jfehlig@suse.com>
Wed, 3 Aug 2016 20:07:23 +0000 (14:07 -0600)
commitc0960aab7e8aa11bd66edd69c9edba35a3727f6a
tree30279940a83d47ff5ce28ff844a7d85c50e92654
parente4e4d17c9c2828b3a7d2909295e724c57e60a334
libxl: allow libxl to calculate shadow mem requirements

Long, long ago before libxl_get_required_shadow_memory() was
made publicly available, its code was copied to the libxl driver
for calculating shadow memory requirements of HVM domains.

Long ago, libxl_get_required_shadow_memory() was exported in
libxl_utils.h and included in xen-devel packages everywhere.

Remove the copied code, which has become stale, and let libxl
provode a proper shadow memory value.
src/libxl/libxl_conf.c