search for: xl_cmdtable

Displaying 20 results from an estimated 21 matches for "xl_cmdtable".

2010 May 19
6
[PATCH 0/6]xl: Add ''xl tmem-*'' commands
Add tmem-* commands, did some simple tests. [PATCH 1/6]xl: Add ''xl tmem-list'' command [PATCH 2/6]xl: Add ''xl tmem-freeze'' command [PATCH 3/6]xl: Add ''xl tmem-destroy'' command [PATCH 4/6]xl: Add ''xl tmem-thaw'' command [PATCH 5/6]xl: Add ''xl tmem-set'' command [PATCH 6/6]xl: Add ''xl
2013 Jan 31
7
[PATCH] libxl: pass debug flag down to libxl_domain_suspend
...quot; (rc=%d)\n", rc); @@ -3784,7 +3786,7 @@ int main_migrate(int argc, char **argv) return 1; } - migrate_domain(domid, rune, config_filename); + migrate_domain(domid, rune, debug, config_filename); return 0; } diff -r 12455da211d4 -r 256d59b2bc8a tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -153,7 +153,8 @@ struct cmd_spec cmd_table[] = { " to sh. If empty, run <host> instead of ssh <host> xl\n" " migrate-receive [-d -e]\n" "-e...
2012 Apr 03
3
[PATCH] xl: Don't require a config file for cpupools
...quot;Using config file \"%s\"\n", config_src); printf("cpupool name: %s\n", name); printf("scheduler: %s\n", libxl_scheduler_to_string(sched)); printf("number of cpus: %d\n", n_cpus); diff -r 30cc13e25e01 -r 0fb728d56bae tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Tue Apr 03 19:02:19 2012 +0100 +++ b/tools/libxl/xl_cmdtable.c Tue Apr 03 19:28:04 2012 +0100 @@ -364,12 +364,14 @@ struct cmd_spec cmd_table[] = { }, { "cpupool-create", &main_cpupoolcreate, 1, - "Create a CPU pool based an...
2012 May 15
6
[PATCH 0 of 2 v2] Add vncviewer xm compatibility options
...cs updated. - Updated vnc logic to depend on create_domain tools/libxl/xl_cmdimpl.c | 50 ++++++++++++++++--------------- docs/man/xl.cfg.pod.5 | 4 ++ docs/man/xl.pod.1 | 18 +++++++++++ tools/libxl/xl_cmdimpl.c | 73 ++++++++++++++++++++++++++++++++++++++-------- tools/libxl/xl_cmdtable.c | 15 ++++++--- 5 files changed, 118 insertions(+), 42 deletions(-)
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
...else { + rc = 1; + goto out; + } + } + } + +cleanup: + if (dom) { + free(dom); + dom = NULL; + } + +out: + return rc; } static void button_press(const char *p, const char *b) diff -r 4e1d091d10d8 -r 46f8afe643de tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Fri Mar 16 15:24:25 2012 +0000 +++ b/tools/libxl/xl_cmdtable.c Tue Mar 20 15:36:49 2012 +0000 @@ -31,6 +31,11 @@ " (deprecated in favour of global -N option).\n" "-d Enable debug messages.\n...
2012 Sep 06
7
[PATCH] xl: Introduce shutdown xm compatibility option -a to shutdown all domains
docs/man/xl.pod.1 | 6 +++++- tools/libxl/xl_cmdimpl.c | 39 ++++++++++++++++++++++++++++++++++++--- tools/libxl/xl_cmdtable.c | 3 ++- 3 files changed, 43 insertions(+), 5 deletions(-) xl: Introduce shutdown xm compatibility option -a to shutdown all domains Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it> diff -r 9dc729b75595 -r 67f9ef649937 docs/man/xl.pod.1 --- a/docs/man/xl.pod.1 Mon Sep 03 11:22...
2010 May 20
0
[PATCH] xl: fix block-attach command parsing
...;w'') ? 1 : 0; + disk.readwrite = (argc <= 4 || argv[4][0] == ''w'') ? 1 : 0; if (domain_qualifier_to_domid(argv[1], &fe_domid, 0) < 0) { fprintf(stderr, "%s is an invalid domain identifier\n", argv[1]); diff -r 0f0a25c4c991 tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Thu May 20 09:18:33 2010 -0700 +++ b/tools/libxl/xl_cmdtable.c Thu May 20 14:37:24 2010 -0700 @@ -216,7 +216,7 @@ { "block-attach", &main_blockattach, "Create a new virtual block device", - "<Domain> <Ba...
2010 May 07
1
[PATCH 1/2]xl: Add "xl domid" command
....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 2010 +0100 +++ b/tools/libxl/xl_cmdtable.c Fri May 07 19:35:40 2010 +0800 @@ -35,7 +35,8 @@ { "vcpu-set", &main_vcpuset, "set the number of active VCPUs allowed for the domain" }, { "list-vm", &mai...
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning, I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2) I would like to get the XENFB driver working on domU. But currently in xen/arm there''s no support for VFB, atleast qemu is not supported. But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer. So there are
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...ssage. Cc: george.dunlap@eu.citrix.com Cc: ian.jackson@eu.citrix.com Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> --- docs/man/xl.pod.1 | 6 ++ tools/libxl/xl.c | 22 +++++++- tools/libxl/xl.h | 1 + tools/libxl/xl_cmdimpl.c | 4 +- tools/libxl/xl_cmdtable.c | 132 ++++++++++++++++++++++---------------------- 5 files changed, 96 insertions(+), 69 deletions(-) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index e5324fb..e829697 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -75,6 +75,12 @@ Verbose. Dry run: do not actually execute...
2011 Apr 15
3
[PATCHv3] libxl: Exposed Flask XSM functionality
...++++++++++++++ tools/libxl/Makefile | 2 tools/libxl/libxl.c | 1 tools/libxl/libxl.h | 8 ++ tools/libxl/libxl.idl | 3 tools/libxl/xl.h | 3 tools/libxl/xl_cmdimpl.c | 165 ++++++++++++++++++++++++++++++++++++++++++-- tools/libxl/xl_cmdtable.c | 18 ++++ 8 files changed, 261 insertions(+), 10 deletions(-) Signed-off-by: mbgrego@tycho.ncsc.mil -- Machon Gregory National Information Assurance Research Lab (NIARL) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists....
2013 Sep 06
21
[PATCH v2 0/5] xl: allow for node-wise specification of vcpu pinning
...xl.cfg.pod.5 | 42 +++++-- tools/libxl/check-xl-vcpupin-parse | 229 ++++++++++++++++++++++++++++++++++++ tools/libxl/libxl_utils.c | 22 +++ tools/libxl/libxl_utils.h | 3 tools/libxl/xl_cmdimpl.c | 198 ++++++++++++++++++++++--------- tools/libxl/xl_cmdtable.c | 2 6 files changed, 432 insertions(+), 64 deletions(-) create mode 100755 tools/libxl/check-xl-vcpupin-parse -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, ht...
2012 May 15
5
[PATCH 0 of 4 v3] Add commands to automatically prep devices for pass-through
Add commands to automatically prep devices for pass-through The current method for passing through devices requires users to either modify cryptic Linux boot parameters and reboot, or do a lot of manual reads and writes into sysfs nodes. This set of patches introduces commands to make this easier. It expands on the concept of "assignable" (from the list_assignable_devices command).
2011 Mar 21
9
Build problem: note: ''xtl_createlogger_stdiostream'' is defined in DSO .. so try adding it to the linker command line... libxenctrl.so.4.0: could not read symbols: Invalid operation
...en mv -f _libxl_paths.h.tmp.tmp _libxl_paths.h.tmp; fi sed -e "s/\([^=]*\)=\(.*\)/#define \1 \2/g" _libxl_paths.h.tmp >_libxl_paths.h.2.tmp if ! cmp _libxl_paths.h.2.tmp _libxl_paths.h; then mv -f _libxl_paths.h.2.tmp _libxl_paths.h; fi gcc -Wl,--no-as-needed -o xl xl.o xl_cmdimpl.o xl_cmdtable.o libxlutil.so libxenlight.so -L/home/konrad/ssd/xtt/xen-unstable/tools/libxl/../../tools/libxl -Wl,-rpath-link=/home/konrad/ssd/xtt/xen-unstable/tools/libxl/../../tools/libxc -Wl,-rpath-link=/home/konrad/ssd/xtt/xen-unstable/tools/libxl/../../tools/xenstore -Wl,-rpath-link=/home/konrad/ssd/xtt/xen...
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.
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...
2011 Apr 04
2
[PATCHv2] libxl: Exposed Flask XSM functionality
...ing a label to domains, obtaining and setting the current enforcing mode, and loading a policy with xl command when the Flask XSM is in use. libxl.c | 1 libxl.idl | 3 - xl.h | 3 + xl_cmdimpl.c | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- xl_cmdtable.c | 18 +++++- 5 files changed, 187 insertions(+), 9 deletions(-) Signed-off-by: mbgrego@tycho.ncsc.mil -- Machon Gregory National Information Assurance Research Lab (NIARL) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.x...
2013 Apr 18
9
[PATCH v5 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
This patch exposes a generic interface which can be expanded in the future to implement USB for PVUSB, qemu, and stubdoms. It can also be extended to include other types of USB other than host USB (for example, tablets, mice, or keyboards). For each device removed or added, one of two protocols is available: * PVUSB * qemu (DEVICEMODEL) The caller can additionally specify "AUTO", in
2013 Apr 04
28
[PATCH v3 0/3] libxl: memory management patches
Hi, Here are three small but important libxl/xl memory management patches: - libxl: xl mem-max et consortes must update static-max in xenstore too, - xl: Allow user to configure xl mem-set behavior, - xl: Improve xl documentation in regards to guest memory management. Daniel
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for directly mapping hardware io memory into a vm. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 013270d..428da21 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g.