From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP7NS-00061s-NC for qemu-devel@nongnu.org; Fri, 19 Oct 2012 03:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP7NP-0006h2-7t for qemu-devel@nongnu.org; Fri, 19 Oct 2012 03:52:18 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:63215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP7NP-0006gh-0k for qemu-devel@nongnu.org; Fri, 19 Oct 2012 03:52:15 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so49672bkc.4 for ; Fri, 19 Oct 2012 00:52:14 -0700 (PDT) Date: Fri, 19 Oct 2012 09:52:12 +0200 From: Stefan Hajnoczi Message-ID: <20121019075212.GC1126@stefanha-thinkpad.redhat.com> References: <1350626215-24558-1-git-send-email-dmitry@daynix.com> <1350626215-24558-2-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350626215-24558-2-git-send-email-dmitry@daynix.com> Subject: Re: [Qemu-devel] [PATCH V3] e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Chris Webb , qemu-devel@nongnu.org, Richard Davies On Fri, Oct 19, 2012 at 07:56:55AM +0200, Dmitry Fleytman wrote: > Real HW always treats RX ring with RDH == RDT as empty. > Emulation is supposed to behave the same. > > Reported-by: Chris Webb > Reported-by: Richard Davies > Signed-off-by: Dmitry Fleytman > --- > hw/e1000.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Applied to the net tree: http://github.com/stefanha/qemu/commits/net Thanks for your efforts in squashing this bug! Glad it was possible to drop check_rxov. Stefan