aboutsummaryrefslogtreecommitdiff
path: root/include/xen/interface/memory.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-24xen: add balloon driverJeremy Fitzhardinge1-8/+4
The balloon driver allows memory to be dynamically added or removed from the domain, in order to allow host memory to be balanced between multiple domains. This patch introduces the Xen balloon driver, though it currently only allows a domain to be shrunk from its initial size (and re-grown back to that size). A later patch will add the ability to grow a domain beyond its initial size. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
2007-07-18xen: Add Xen interface header filesJeremy Fitzhardinge1-0/+145
Add Xen interface header files. These are taken fairly directly from the Xen tree, but somewhat rearranged to suit the kernel's conventions. Define macros and inline functions for doing hypercalls into the hypervisor. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ian Pratt <[email protected]> Signed-off-by: Christian Limpach <[email protected]> Signed-off-by: Chris Wright <[email protected]>