|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix vnc-dryrun option interaction
Keir Fraser wrote:
On 23 Jun 2005, at 15:23, George Washington Dunlap III wrote:
A patch that was applied yesterday tried to turn the vnc option off if
dryrun was set. Unfortunately, the way it was actually coded turned
vnc ON if dryrun was not set! I think this patch should fix it
(someone who actually uses vnc & dryrun should test it, though).
-George
That patch was originally from Arun Sharma at Intel. I've cc'ed him.
Please apply this patch. It fixes two problems:
- vnc shouldn't be turned on by default (I didn't spot it because I
usually have VNC on)
- If it's a boolean, its stringified version seen by xend would be
"True" or "False". An integer is easier to parse in xend. A patch that I
have in my queue expects it to be an integer.
-Arun
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|