search for: virstringsplit

Displaying 1 result from an estimated 1 matches for "virstringsplit".

2012 Dec 06
3
Re: [libvirt] [PATCH] Convert libxl driver to Xen 4.2
...with Xen 4.2 > libxl. Additionally, the default toolstack in Xen 4.1 is still xend, > for which libvirt has a stable, functional driver. > --- > V2: > Remove 128 vcpu limit. > Remove split_string_into_string_list() function copied from xen > sources since libvirt now has virStringSplit(). Tested on Fedora 18, with its use of xen 4.2. ACK; let''s get this pushed. > @@ -62,7 +64,6 @@ struct guest_arch { > static const char *xen_cap_re = "(xen|hvm)-[[:digit:]]+\\.[[:digit:]]+-(x86_32|x86_64|ia64|powerpc64)(p|be)?"; > static regex_t xen_cap_rec; >...