search for: 9a1d7caa2024

Displaying 2 results from an estimated 2 matches for "9a1d7caa2024".

2010 Apr 22
6
libxenlight and xl: missing features
Hi all, this is a non comprehensive list of missing features in libxenlight and\or xl: - xen_platform_pci flag support in VM config files; - relative paths support in VM config files; - hap support in VM config files; - -c option to xl create; - remus; - trigger command; - tmem-* commands; - sched-* commands; - usb-* commands; - scsi-* commands. In general if you execute "xm
2010 May 16
2
[PATCH][RESENT] xend: fix bug in xend option parsing
...0] File "/usr/lib/python2.5/posixpath.py", line 77, in split i = p.rfind(''/'') + 1 This patch fixes above bug. Patch should be considered for 4.0.x as the bug is present in release 4.0.0. Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de> diff -r 9a1d7caa2024 -r 0d3979903bac tools/python/xen/xend/XendOptions.py --- a/tools/python/xen/xend/XendOptions.py Mon Apr 26 12:13:23 2010 +0100 +++ b/tools/python/xen/xend/XendOptions.py Wed Apr 28 16:54:04 2010 +0200 @@ -207,18 +207,18 @@ def get_xend_tcp_xmlrpc_server_ssl_key_file(self): name = '...