search for: a661566745ae

Displaying 2 results from an estimated 2 matches for "a661566745ae".

2006 Oct 25
3
[REQEST] about xentop -b
xentop "-b" options are duplicateded(--batch and --vbds). from xen-unstable 10623 Please fix it. http://xenbits.xensource.com/xen-unstable.hg?cs=856caf975abd Thanks, Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 25
4
[PATCH][VNC Auth] Fix qemu-dm becomes defunct when rebooting hvm domain
..._vmconfig]) When vncpasswd is removed, qemu-dm cannot be started in reboot of hvm domain. Because necessary information disappears. It cannot be helped though information in config list remains in xenstore. This patch corrects above. Regards, Masami ------------------------------------ diff -r a661566745ae tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Tue Oct 24 16:46:02 2006 +0100 +++ b/tools/python/xen/xend/image.py Wed Oct 25 16:55:52 2006 +0900 @@ -395,9 +395,6 @@ class HVMImageHandler(ImageHandler): if vncpasswd != '''': s...