]> git.baikalelectronics.ru Git - kernel.git/commit
xen: add balloon driver
authorJeremy Fitzhardinge <jeremy@goop.org>
Wed, 2 Apr 2008 17:54:13 +0000 (10:54 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:57:33 +0000 (23:57 +0200)
commit77422506e41ffac672f3c6890bd4cf5173a9105e
tree585b75deeb350a36ff54095de591ecd58e860ea1
parent0eead4d952c5020c76b32702936b585bb6e05ba4
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>
drivers/Kconfig
drivers/xen/Kconfig [new file with mode: 0644]
drivers/xen/Makefile
drivers/xen/balloon.c [new file with mode: 0644]
include/xen/balloon.h [new file with mode: 0644]
include/xen/interface/memory.h