[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/4] xen: I/O Memory Reference Counting
This patch adds support for reference counting pages of I/O memory using a red-black tree. Pages are only tracked when needed (there's no reason to account for every page in a 32-bit or 64-bit address space!). This is important for being able to identify when a page of memory is still in-use by a domain before giving it to another domain. Signed-off-by: Ryan Wilson <hap9@xxxxxxxxxxxxxx> --- b/xen/arch/x86/iomm.c | 282 +++++++++++++++++++++++++++++++++++++++++++++++ xen/include/asm-x86/mm.h | 1 2 files changed, 283 insertions(+) Attachment:
iomm.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |