From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWGYt-0005fG-37 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:15:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWGYr-0005dF-9v for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:15:14 -0400 Received: from [199.232.76.173] (port=34454 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWGYr-0005d4-55 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:15:13 -0400 Received: from an-out-0708.google.com ([209.85.132.249]:9729) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWGYr-0006wz-0C for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:15:13 -0400 Received: by an-out-0708.google.com with SMTP id d18so26877and.130 for ; Thu, 21 Aug 2008 13:15:12 -0700 (PDT) Message-ID: <48ADCCA2.8050201@codemonkey.ws> Date: Thu, 21 Aug 2008 15:14:26 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: 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> In-Reply-To: <1219336054-15919-13-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com, Gerd Hoffmann I don't really like this approach. I don't want to have a totally separate management interface just for Xend to use (via xenstore). Can't Xend use the monitor like every other management tool? Regards, Anthony Liguori