From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZHKD-0002m4-3y for qemu-devel@nongnu.org; Fri, 16 Nov 2012 03:31:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZHKA-0007yA-1U for qemu-devel@nongnu.org; Fri, 16 Nov 2012 03:30:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZHK9-0007y4-QE for qemu-devel@nongnu.org; Fri, 16 Nov 2012 03:30:53 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAG8Up5b022921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Nov 2012 03:30:52 -0500 Date: Fri, 16 Nov 2012 14:00:18 +0530 From: Amit Shah Message-ID: <20121116083018.GA11780@amit.redhat.com> References: <1352898547-22694-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1352898547-22694-1-git-send-email-alevy@redhat.com> Subject: Re: [Qemu-devel] [PATCH] hw/virtio-serial-bus: post_load send_event when vm is running List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, alexl@redhat.com On (Wed) 14 Nov 2012 [15:09:07], Alon Levy wrote: > Add a new timer based on vm_clock for 1 ns in the future from post_load > to do the event send in case host_connected differs between migration > source and target. > > RHBZ: 867366 > > Signed-off-by: Alon Levy > --- > hw/virtio-serial-bus.c | 54 ++++++++++++++++++++++++++++++++++++++++---------- > 1 file changed, 44 insertions(+), 10 deletions(-) Thanks, applied. Amit