From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMhwk-0002or-2m for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:18:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMhwi-0001zj-G4 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:18:45 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:45976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMhwh-0001zY-Ul for qemu-devel@nongnu.org; Fri, 12 Oct 2012 12:18:44 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 13 Oct 2012 02:16:15 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9CGIZnS49414298 for ; Sat, 13 Oct 2012 03:18:35 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9CGIZdi008660 for ; Sat, 13 Oct 2012 03:18:35 +1100 From: Anthony Liguori In-Reply-To: <1349697783-19368-1-git-send-email-stefanha@redhat.com> References: <1349697783-19368-1-git-send-email-stefanha@redhat.com> Date: Fri, 12 Oct 2012 11:18:29 -0500 Message-ID: <87r4p34qay.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 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 4bb26682f70a5f626cad3e0ac82bf4b6252ea7a4: > > Merge branch 'master' of git.qemu.org:/pub/git/qemu (2012-10-07 18:42:18 +0000) > > are available in the git repository at: > > > git://github.com/stefanha/qemu.git net > > for you to fetch changes up to a245fc18352fe286ba45ae0661a73b3841514889: > > net: consolidate NetClientState header files into one (2012-10-08 13:59:40 +0200) > Pulled. Thanks. Regards, Anthony Liguori > ---------------------------------------------------------------- > Amos Kong (2): > e1000: update nc.link_down in e1000_post_load() > virtio-net: update nc.link_down in virtio_net_load() > > Jason Wang (1): > rtl8139: implement 8139cp link status > > Paolo Bonzini (1): > net: consolidate NetClientState header files into one > > hw/e1000.c | 12 ++++++++++++ > hw/rtl8139.c | 24 ++++++++++++++++++++++-- > hw/virtio-net.c | 5 +++++ > net.c | 11 ++++------- > net/{socket.h => clients.h} | 28 +++++++++++++++++++++++++--- > net/dump.c | 2 +- > net/dump.h | 33 --------------------------------- > net/hub.c | 1 + > net/hub.h | 2 -- > net/slirp.c | 3 ++- > net/slirp.h | 3 --- > net/socket.c | 3 +-- > net/tap-win32.c | 2 +- > net/tap.c | 3 ++- > net/tap.h | 6 ------ > net/vde.c | 3 +-- > net/vde.h | 37 ------------------------------------- > 17 files changed, 77 insertions(+), 101 deletions(-) > rename net/{socket.h => clients.h} (62%) > delete mode 100644 net/dump.h > delete mode 100644 net/vde.h > > -- > 1.7.11.4