From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdMF8-0008Ex-Ln for qemu-devel@nongnu.org; Tue, 27 Nov 2012 09:34:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdMF3-0007IO-Iv for qemu-devel@nongnu.org; Tue, 27 Nov 2012 09:34:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdMF3-0007IA-Bd for qemu-devel@nongnu.org; Tue, 27 Nov 2012 09:34:29 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAREYSCM031381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Nov 2012 09:34:28 -0500 Date: Tue, 27 Nov 2012 20:04:24 +0530 From: Amit Shah Message-ID: <20121127143424.GI10280@amit.redhat.com> References: <1353850754-22704-1-git-send-email-alevy@redhat.com> <20121127124815.GD10280@amit.redhat.com> <87y5hn9lxd.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y5hn9lxd.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH] hw/virtio-serial-bus: replay guest open on destination List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Alon Levy , qemu-devel@nongnu.org, Gerd Hoffmann On (Tue) 27 Nov 2012 [15:10:06], Markus Armbruster wrote: > Amit Shah writes: > > Adding Gerd and Markus as I think they were involved in the discussion > > last time as well. > > Got a pointer to the old thread? https://lists.nongnu.org/archive/html/qemu-devel/2011-07/msg02986.html I didn't go through it entirely, but I'm looking for guidance here -- should spice handle the migration (as I suggest), or should virtio-serial-bus replay guest_open (as this patch by Alon does)? Amit