search for: main_vcpuset

Displaying 5 results from an estimated 5 matches for "main_vcpuset".

2010 May 07
1
[PATCH 1/2]xl: Add "xl domid" command
...name); + exit(1); + } + + printf("%d\n", domid); + + exit(0); +} diff -r ccae861f52f7 -r 1d00cee69621 tools/libxl/xl_cmdimpl.h --- a/tools/libxl/xl_cmdimpl.h Thu May 06 11:59:55 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.h Fri May 07 19:35:40 2010 +0800 @@ -35,5 +35,6 @@ int main_vcpuset(int argc, char **argv); int main_memset(int argc, char **argv); int main_sched_credit(int argc, char **argv); +int main_domid(int argc, char **argv); void help(char *command); diff -r ccae861f52f7 -r 1d00cee69621 tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Thu May 06 11:59:55 201...
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
..."[Domain, ...]", }, { "vcpu-pin", - &main_vcpupin, 0, + &main_vcpupin, 0, 1, "Set which CPUs a VCPU can use", "<Domain> <VCPU|all> <CPUs|all>", }, { "vcpu-set", - &main_vcpuset, 0, + &main_vcpuset, 0, 1, "Set the number of active VCPUs allowed for the domain", "<Domain> <vCPUs>", }, { "list-vm", - &main_list_vm, 0, + &main_list_vm, 0, 0, "List the VMs,without DOM0&quot...
2012 Feb 20
18
[PATCH] libxl: fix compile error of libvirt
a, libxl_event.h is included in libxl.h. So, the former one also need to be installed. b, define __XEN_TOOLS__ in libxl.h: the head file "xen/sysctl.h" need check this macro. It is the same way used by the xen libxc public headers(tools/libxc/xenctrl.h and tools/libxc/xenctrlosdep.h). Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> diff -r 87218bd367be
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.
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