From patchwork Mon Oct 8 12:02:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 190002 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CE65B2C01FD for ; Mon, 8 Oct 2012 23:03:55 +1100 (EST) Received: from localhost ([::1]:40386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLC3t-0004ss-PC for incoming@patchwork.ozlabs.org; Mon, 08 Oct 2012 08:03:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLC3Y-0004ZG-HT for qemu-devel@nongnu.org; Mon, 08 Oct 2012 08:03:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLC3N-00074Q-Mt for qemu-devel@nongnu.org; Mon, 08 Oct 2012 08:03:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLC3N-000748-EN for qemu-devel@nongnu.org; Mon, 08 Oct 2012 08:03:21 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q98C3Ku3019608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 8 Oct 2012 08:03:20 -0400 Received: from localhost (ovpn-112-16.ams2.redhat.com [10.36.112.16]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q98C3EhO006801; Mon, 8 Oct 2012 08:03:19 -0400 From: Stefan Hajnoczi To: Anthony Liguori Date: Mon, 8 Oct 2012 14:02:59 +0200 Message-Id: <1349697783-19368-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/4] Net patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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) ---------------------------------------------------------------- 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