From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWHif-0002wf-38 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 17:29:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWHic-0002vK-NC for qemu-devel@nongnu.org; Thu, 21 Aug 2008 17:29:23 -0400 Received: from [199.232.76.173] (port=41403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWHic-0002vA-At for qemu-devel@nongnu.org; Thu, 21 Aug 2008 17:29:22 -0400 Received: from mx1.redhat.com ([66.187.233.31]:33616) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWHib-00046l-E1 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 17:29:22 -0400 Message-ID: <48ADDE2B.50503@redhat.com> Date: Thu, 21 Aug 2008 23:29:15 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 12/13] set vnc password from xenstore. References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-13-git-send-email-kraxel@redhat.com> <48ADCCA2.8050201@codemonkey.ws> <20080821201955.GG1531@redhat.com> In-Reply-To: <20080821201955.GG1531@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org Daniel P. Berrange wrote: > If the monitor really isn't sufficient, then I'd suggest allowing an > open file descriptor to be specified on the -vnc arg, eg > > -vnc localhost:3,passwdfd=6 > > And then let QEMU read the password from this file descriptor. I'd rather > XenD just used the monitor though - it'll ultimately need to use it anyway > to perform disk/network hotplug amongst other things. I'd say using the monitor is the way to go for xend. I'd expect setting the vnc port in xenstore (for -vncunused functionality) will be vetoed too. Thus xend will have to use the monitor anyway to figure the vnc port. No point in implementing a passwdfd= option then. cheers, Gerd -- http://kraxel.fedorapeople.org/xenner/