Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/arch/xen
Module Name: src
Committed By: riz
Date: Mon Oct 15 04:34:16 UTC 2007
Modified Files:
src/sys/arch/xen/include [netbsd-3]: granttables.h
src/sys/arch/xen/include/xen3-public [netbsd-3]: grant_table.h
src/sys/arch/xen/xen [netbsd-3]: xengnt.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1836):
sys/arch/xen/include/granttables.h: revision 1.2 via patch
sys/arch/xen/include/xen3-public/grant_table.h: revision 1.4 via patch
sys/arch/xen/xen/xengnt.c: revision 1.3 via patch
Switch to dynamically-sized grant tables, available since Xen-3.1.0.
This removes a hard limit that would prevent a guest from running with more
than 7 virtual network interface.
If running on a hypervisor that doesn't support GNTTABOP_query_size, fall back
to a 4-pages grant table, so this change is backward-compatible.
To generate a diff of this commit:
cvs rdiff -r1.1.8.1 -r1.1.8.2 src/sys/arch/xen/include/granttables.h
cvs rdiff -r1.2.2.1 -r1.2.2.2 \
src/sys/arch/xen/include/xen3-public/grant_table.h
cvs rdiff -r1.2.2.1 -r1.2.2.2 src/sys/arch/xen/xen/xengnt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index