search for: main_blockattach

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

2010 May 20
0
[PATCH] xl: fix block-attach command parsing
..., "%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> <BackDev> <FrontDev> <Mode> [BackDomain]", + "<Domain> <BackDev> <FrontDev> [<Mode>] [BackDomain]", }, { "block-list", &mai...
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...quot;, }, { "network-detach", - &main_networkdetach, 0, + &main_networkdetach, 0, 1, "Destroy a domain''s virtual network device", "<Domain> <DevId|mac>", }, { "block-attach", - &main_blockattach, 1, + &main_blockattach, 1, 1, "Create a new virtual block device", "<Domain> <disk-spec-component(s)>...", }, { "block-list", - &main_blocklist, 0, + &main_blocklist, 0, 0, "List virtual block...
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.
2013 Apr 12
11
[PATCH v4 1/2] libxl: postpone backend name resolution
...mp;nic.backend_domname, oparg); } else if (MATCH_OPTION("vifname", *argv, oparg)) { replace_string(&nic.ifname, oparg); } else if (MATCH_OPTION("model", *argv, oparg)) { @@ -5643,15 +5606,15 @@ int main_networkdetach(int argc, char **argv) int main_blockattach(int argc, char **argv) { int opt; - uint32_t fe_domid, be_domid = 0; - libxl_device_disk disk = { 0 }; + uint32_t fe_domid; + libxl_device_disk disk; XLU_Config *config = 0; SWITCH_FOREACH_OPT(opt, "", NULL, "block-attach", 2) { /* No optio...
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.