From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPZIm-000416-B1 for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPZIh-0006cu-GH for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:50:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPZIh-0006co-8f for qemu-devel@nongnu.org; Thu, 04 Sep 2014 11:50:19 -0400 From: Stefan Hajnoczi Date: Thu, 4 Sep 2014 16:50:04 +0100 Message-Id: <1409845811-27943-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/7] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 30eaca3acdf17d7bcbd1213eb149c02037edfb0b: Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140902-1' into staging (2014-09-02 10:26:10 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/net-pull-request for you to fetch changes up to 18ae0593f274c8a52f136bfd95729bf0e0d759f3: virtio-net: purge outstanding packets when starting vhost (2014-09-04 14:33:53 +0100) ---------------------------------------------------------------- Net patches ---------------------------------------------------------------- Jason Wang (1): net: don't use set/get_pointer() in set/get_netdev() Michael S. Tsirkin (5): virtio-net: don't run bh on vm stopped virtio: don't call device on !vm_running net: invoke callback when purging queue net: complete all queued packets on VM stop virtio-net: purge outstanding packets when starting vhost zhanghailiang (1): net: Forbid dealing with packets when VM is not running hw/core/qdev-properties-system.c | 71 ++++++++++++++++++++++------------------ hw/net/virtio-net.c | 29 ++++++++++++++-- hw/virtio/virtio.c | 9 ++++- net/net.c | 40 +++++++++++++++++++++- net/queue.c | 3 ++ 5 files changed, 115 insertions(+), 37 deletions(-) -- 1.9.3