search for: cpulist

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

Did you mean: cpu_list
2016 May 13
0
vcpupin vs taskset performance difference
...in' from the virsh console instead of running 'taskset' natively. Specifically the methods I am comparing are 1. Using native shell taskset -a -cp $MY_CPUSET $MY_DOMAIN_PID 2. Using virsh console (performance ~30% down) for all $VCPUs virsh vcpupin my_domain -cpulist $MY_CPUSET -vcpu $VCPU -live virsh emulatorpin my_domain -cpulist $MY_CPUSET -live It seems that the usage of 'vcpupin' causes a performance drop even if it is run alongside 'taskset' on the same $CPU_SET Functionally everything seems to be working when I ch...
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...file_reference *pptr) -{ - return genwrap__string_set(v, &pptr->path); -} - int attrib__libxl_hwcap_set(PyObject *v, libxl_hwcap *pptr) { PyErr_SetString(PyExc_NotImplementedError, "Setting hwcap"); @@ -315,11 +310,6 @@ PyObject *attrib__libxl_cpumap_get(libxl return cpulist; } -PyObject *attrib__libxl_file_reference_get(libxl_file_reference *pptr) -{ - return genwrap__string_get(&pptr->path); -} - PyObject *attrib__libxl_hwcap_get(libxl_hwcap *pptr) { PyErr_SetString(PyExc_NotImplementedError, "Getting hwcap");
2012 Jul 04
53
[PATCH 00 of 10 v3] Automatic NUMA placement for xl
Hello, Third version of the NUMA placement series Xen 4.2. All the comments received during v2''s review have been addressed (more details in single changelogs). The most notable changes are the following: - the libxl_cpumap --> libxl_bitmap renaming has been rebased on top of the recent patches that allows us to allocate bitmaps of different sizes; - the heuristics for deciding