From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41344 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcZNv-0005Sr-VD for qemu-devel@nongnu.org; Tue, 11 Jan 2011 03:15:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcZNv-0004Rl-2K for qemu-devel@nongnu.org; Tue, 11 Jan 2011 03:15:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcZNu-0004RV-Lf for qemu-devel@nongnu.org; Tue, 11 Jan 2011 03:15:19 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0B8FHd9015539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jan 2011 03:15:17 -0500 Message-ID: <4D2C1191.1030108@redhat.com> Date: Tue, 11 Jan 2011 09:15:13 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/6] spice: client migration. References: <1294666311-23457-1-git-send-email-kraxel@redhat.com> <1294666311-23457-3-git-send-email-kraxel@redhat.com> <20110110154934.GP2723@redhat.com> <20110110155712.GA17952@playa.tlv.redhat.com> <4D2B2F08.9060103@redhat.com> <20110110161817.GQ2723@redhat.com> <4D2B35BE.7000907@redhat.com> <20110110192612.GA24028@playa.tlv.redhat.com> In-Reply-To: <20110110192612.GA24028@playa.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Hi, > This way the user doesn't have to say spice/vnc again after already having > set it once at command line. Doesn't fly. You can activate *both* vnc and spice, and in that case management has to send two client_migrate_info commands, one for spice and one for vnc. Also this is consistent with the set_password and expire_password commands which have protocol as first argument too. cheers, Gerd