1
0
Fork 0
alistair23-linux/drivers/xen
Jeremy Fitzhardinge 1775826cee xen: add balloon driver
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 <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-04-24 23:57:33 +02:00
..
xenbus xen: Module autoprobing support for frontend drivers 2008-04-24 23:57:33 +02:00
Kconfig xen: add balloon driver 2008-04-24 23:57:33 +02:00
Makefile xen: add balloon driver 2008-04-24 23:57:33 +02:00
balloon.c xen: add balloon driver 2008-04-24 23:57:33 +02:00
events.c xen: add resend_irq_on_evtchn() definition into events.c 2008-04-24 23:57:32 +02:00
features.c xen: move features.c from arch/x86/xen/features.c to drivers/xen 2008-04-24 23:57:32 +02:00
grant-table.c xen: make grant table arch portable 2008-04-24 23:57:32 +02:00
xencomm.c xen: import arch generic part of xencomm 2008-04-24 23:57:32 +02:00