From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwVuo-0005Xf-Gb for qemu-devel@nongnu.org; Thu, 25 Aug 2011 05:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwVun-0008Nh-SA for qemu-devel@nongnu.org; Thu, 25 Aug 2011 05:07:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwVun-0008NQ-L8 for qemu-devel@nongnu.org; Thu, 25 Aug 2011 05:07:57 -0400 Message-ID: <4E5610DF.8050105@redhat.com> Date: Thu, 25 Aug 2011 11:07:43 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1314211389-28915-1-git-send-email-aliguori@us.ibm.com> <1314211389-28915-11-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1314211389-28915-11-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/14] qapi: add change-vnc-password List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Luiz Capitulino , qemu-devel@nongnu.org, Michael Roth On 08/24/11 20:43, Anthony Liguori wrote: > This is a new QMP only command that only changes the VNC password. What is wrong with "set_password vnc $secret" ? cheers, Gerd