search for: acm_core

Displaying 3 results from an estimated 3 matches for "acm_core".

2008 Jan 26
0
Can`t compile Xen3.2 with ACM
Hello Folks, I tryed to compile Xen3.2 sources with ACM. To include ACM in the build I set ACM_SECURITY ?= y in Config.mk. When I start the build process by calling "make all" compiling failes: acm_core.c: In Funktion »acm_init«: acm_core.c:283: Fehler: »policy_buffer« nicht deklariert (erste Benutzung in dieser Funktion) acm_core.c:283: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt acm_core.c:283: Fehler: für jede Funktion in der er auftritt.) acm_core.c:283: Fehler: »pol...
2005 Jun 22
17
[PATCH] fix broken ACM
The latest change to ACM makes it fail to compile. This patch fixes the problem. Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> $ diffstat acm.patch acm/acm_core.c | 61 --------------------- include/acm/acm_hooks.h | 135 ++++++++++++++++++++++++++++++++++-------------- 2 files changed, 96 insertions(+), 100 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel