search for: xl_sxp

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

Did you mean: closxp
2014 Feb 13
0
trouble with building latest xen code
Hello, I am trying to build the latest xen code from the git branch and I am seeing errors in building the tools. gcc -pthread -o xl xl.o xl_cmdimpl.o xl_cmdtable.o xl_sxp.o libxlutil.so /home/aasthakm/workspace/ibc/source/xen/tools/libxl/../../tools/libxl/libxenlight.so -Wl,-rpath-link=/home/aasthakm/workspace/ibc/source/xen/tools/libxl/../../tools/libxc -Wl,-rpath-link=/home/aasthakm/workspace/ibc/source/xen/tools/libxl/../../tools/xenstore -Wl,-rpath-link=/home/aa...
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...dline = cmdline; - xlu_cfg_replace_string (config, "ramdisk", &b_info->u.pv.ramdisk.path, 0); + xlu_cfg_replace_string (config, "ramdisk", &b_info->u.pv.ramdisk, 0); break; } default: diff -r ac45608496cd -r cdb947baea10 tools/libxl/xl_sxp.c --- a/tools/libxl/xl_sxp.c Thu May 17 16:39:51 2012 +0100 +++ b/tools/libxl/xl_sxp.c Thu May 17 17:51:32 2012 +0100 @@ -146,9 +146,9 @@ void printf_info_sexp(int domid, libxl_d break; case LIBXL_DOMAIN_TYPE_PV: printf("\t\t(linux %d)\n", 0); - printf("...
2013 Jul 23
73
Bug: Limitation of <=2GB RAM in domU persists with 4.3.0
I just built 4.3.0 in order to get > 2GB of RAM in domU with GPU passthrough without crashes. Unfortunately, the same crashes still happen. Massive frame buffer corruption on domU before it locks up solid. It seems the PCI memory stomp is still happening. I am using qemu-dm, as I did on Xen 4.2.x. So whatever fix for this went into 4.3.0 didn''t fix it for me. Passing less than 2GB