From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53735 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgKsh-00070R-4L for qemu-devel@nongnu.org; Tue, 03 Aug 2010 13:02:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgKsf-0003DC-U9 for qemu-devel@nongnu.org; Tue, 03 Aug 2010 13:02:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17004) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgKsf-0003D5-MR for qemu-devel@nongnu.org; Tue, 03 Aug 2010 13:02:21 -0400 Message-ID: <4C584B8D.6090405@redhat.com> Date: Tue, 03 Aug 2010 19:02:05 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] RFC adding ioctl's to virtserial/virtconsole References: <1998763220.603051280770128553.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> <4C5703A1.2040500@codemonkey.ws> <4C57D768.20401@redhat.com> <4C5815BC.6030600@codemonkey.ws> <4C583594.8060903@redhat.com> <4C5839D0.1060109@codemonkey.ws> <4C5846DD.90209@redhat.com> <4C58479E.2000805@codemonkey.ws> In-Reply-To: <4C58479E.2000805@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Amit Shah , Anthony Liguori , Alon Levy , qemu-devel On 08/03/10 18:45, Anthony Liguori wrote: > On 08/03/2010 11:42 AM, Gerd Hoffmann wrote: >> spice-vmc code registers/unregisters the interface within the spice >> server. So the interface is only activated in case the guest uses it. >> Spice client sees the interface being active or not and can act >> accordingly. > > So we have to migrate connected state? virtio-serial handles that already. cheers, Gerd