From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44320 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pmd68-0008FB-56 for qemu-devel@nongnu.org; Mon, 07 Feb 2011 21:14:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmd67-0007JO-0O for qemu-devel@nongnu.org; Mon, 07 Feb 2011 21:14:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmd66-0007J0-Om for qemu-devel@nongnu.org; Mon, 07 Feb 2011 21:14:30 -0500 Date: Tue, 8 Feb 2011 07:44:23 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCH master/0.14] virtio-serial: Make sure virtqueue is ready before discarding data Message-ID: <20110208021422.GA691@amit-x200.redhat.com> References: <4D4BF674.5050305@codemonkey.ws> <20110206062046.GA1234@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110206062046.GA1234@amit-x200.redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu list , Juan Quintela On (Sun) 06 Feb 2011 [11:50:46], Amit Shah wrote: > On (Fri) 04 Feb 2011 [06:52:04], Anthony Liguori wrote: > > On 02/04/2011 02:54 AM, Amit Shah wrote: > > >This can happen if a port gets unplugged before guest has chance to > > >initialise vqs. > > > > > >Reported-by: Juan Quintela > > >Signed-off-by: Amit Shah > > > > Applied to master, Thanks. > > What's the strategy to commit to 0.14? Nevermind; saw it in the last pull. Amit