search for: xen_cap_rec

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

Did you mean: xen_cap_re
2012 Dec 06
3
Re: [libvirt] [PATCH] Convert libxl driver to Xen 4.2
...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; > > - > static int > libxlNextFreeVncPort(libxlDriverPrivatePtr driver, int startPort) > { This looks like a spurious whitespace change in isolation, but as long as the overall file is consistent on one vs. two blank lines before functions, I don''t care if you keep or...