search for: vmx_assist

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

Did you mean: vm_assist
2006 Jul 26
5
[Fwd: stack overflow "cause" found]
...__start_xen: 240 0xffff830000114845 translate_gpfn_list: 232 0xffff830000114c78 translate_gpfn_list: 232 0xffff830000115b27 do_memory_op: 232 0xffff830000116067 do_memory_op: 232 0xffff8300001af923 vmx_assist: 224 0xffff8300001134a8 populate_physmap: 216 0xffff8300001137d3 populate_physmap: 216 0xffff83000012a742 guest_console_write: 216 0xffff83000012a8de guest_console_write: 216 0xffff83000011009a do_grant_t...
2005 Jun 02
0
[PATCH] vmx assist moved to a new address
To accomodate Intel''s ACPI support, VMX assist now lives at 0xD0000. Leendert Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com> --- xeno-unstable.orig/xen/include/public/vmx_assist.h 2005-04-22 02:26:10.000000000 -0400 +++ xeno-unstable.mine/xen/include/public/vmx_assist.h 2005-05-31 13:22:39.000000000 -0400 @@ -21,7 +21,7 @@ #ifndef _VMX_ASSIST_H_ #define _VMX_ASSIST_H_ -#define VMXASSIST_BASE 0xE0000 +#define VMXASSIST_BASE 0xD0000 #define VMXASSIST_MAGIC 0x17101966...
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