|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 1/1] vnc, xen: write vnc address and password to
Stefano Stabellini writes ("Re: [Xen-devel] [PATCH 1/1] vnc, xen: write vnc
address and password to xenstore"):
> On Tue, 1 Feb 2011, Ian Jackson wrote:
> > -void xenstore_write_vncport(int vnc_display);
> > void xenstore_read_vncpasswd(int domid, char *pwbuf, size_t pwbuflen);
> > void xenstore_write_vslots(char *vslots);
> >
> why did you add xenstore_write_vncinfo to qemu-common.h instead of
> qemu-xen.h?
Because qemu-xen.h isn't included by vnc.c, and when I tried to add it
it all became a horrible doom of clashing symbols. This seemed like
the best way out.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|