]> xenbits.xensource.com Git - xen.git/commit
libxl: Set default shadow memory based on final values for vcpus and memory
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 19 May 2010 07:15:05 +0000 (08:15 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 19 May 2010 07:15:05 +0000 (08:15 +0100)
commit034b34e084704260e44f160d1ee734b8f05782b0
treed103147b0554ec3555c0b8084b20ba38c1e07791
parentf82f9019ad41ca333150187d51ca6bc28a360436
libxl: Set default shadow memory based on final values for vcpus and memory

Set default shadow memory based on final versions of memory and vcpus,
not on minimum default versions.

Failure mode was failed p2m allocaitons, e.g., with hvm-linux PV
drivers mapping the shared-info page.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
tools/libxl/xl_cmdimpl.c