qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Exclude unix: from vnc call to unix_listen()


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Exclude unix: from vnc call to unix_listen()
Date: Tue, 02 Dec 2008 14:02:29 -0600
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Ryan Harper wrote:
When using an existing unix socket like:

 -vnc unix:/tmp/file1Y2nY2

qemu fails to bind a unix socket because the vnc call to unix_listen includes
the unix: prefix and stores that in the unix.sun_path.  The fix is to not pass
in unix: for the filename (same way qemu-char.c does it).

Applied.  Thanks.

Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]