search for: xendbg_context

Displaying 1 result from an estimated 1 matches for "xendbg_context".

2005 Aug 31
0
[PATCH] tiny signed char fix in arch/x86/cdb.c
...ug 31 14:53:43 2005 +++ b/xen/arch/x86/cdb.c Wed Aug 31 15:39:43 2005 @@ -21,7 +21,7 @@ debugger. so avoid it. */ #define dbg_printk(...) -static unsigned char opt_cdb[30] = "none"; +static char opt_cdb[30] = "none"; string_param("cdb", opt_cdb); struct xendbg_context { _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel