From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU0WL-0001IH-AK for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:33:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU0WJ-0006Zh-Ut for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:33:41 -0400 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:33513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU0WJ-0006ZF-8s for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:33:39 -0400 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 2 Nov 2012 01:03:36 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qA1JXXcW32768004 for ; Fri, 2 Nov 2012 01:03:33 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qA213O6N025100 for ; Fri, 2 Nov 2012 12:03:24 +1100 From: Anthony Liguori In-Reply-To: <1351768218-21466-1-git-send-email-stefanha@redhat.com> References: <1351768218-21466-1-git-send-email-stefanha@redhat.com> Date: Thu, 01 Nov 2012 14:33:28 -0500 Message-ID: <87txt9p187.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 1.3 0/4] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b: > > target-mips: don't flush extra TLB on permissions upgrade (2012-10-31 22:20:49 +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git net > > for you to fetch changes up to 372254c6e5c078fb13b236bb648d2b9b2b0c70f1: > > e1000: pre-initialize RAH/RAL registers (2012-11-01 12:02:17 +0100) > > ---------------------------------------------------------------- > Dmitry Fleytman (1): > e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty > > Gabriel L. Somlo (1): > e1000: pre-initialize RAH/RAL registers > > Lei Li (1): > net: use "socket" model name for UDP sockets > > Stefan Hajnoczi (1): > net: Reject non-netdevs in qmp_netdev_del() > Pulled. Thanks. Regards, Anthony Liguori > hw/e1000.c | 17 ++++++++++++----- > net.c | 9 ++++++++- > net/socket.c | 2 +- > 3 files changed, 21 insertions(+), 7 deletions(-) > > -- > 1.7.12.1