mbox

[PULL,v2,0/6] Net patches

Message ID 1409848699-28374-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/net-pull-request

Message

Stefan Hajnoczi Sept. 4, 2014, 4:38 p.m. UTC
v2:
 * Dropped netdev qdev change which broke aarch64 qtests

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 086abc1ccd0fa5103345adda819e6c6436949579:

  virtio-net: purge outstanding packets when starting vhost (2014-09-04 17:19:09 +0100)

----------------------------------------------------------------
Net patches

----------------------------------------------------------------
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/net/virtio-net.c | 29 ++++++++++++++++++++++++++---
 hw/virtio/virtio.c  |  9 ++++++++-
 net/net.c           | 40 +++++++++++++++++++++++++++++++++++++++-
 net/queue.c         |  3 +++
 4 files changed, 76 insertions(+), 5 deletions(-)

Comments

Peter Maydell Sept. 4, 2014, 5:33 p.m. UTC | #1
On 4 September 2014 17:38, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> v2:
>  * Dropped netdev qdev change which broke aarch64 qtests
>
> 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 086abc1ccd0fa5103345adda819e6c6436949579:
>
>   virtio-net: purge outstanding packets when starting vhost (2014-09-04 17:19:09 +0100)
>
> ----------------------------------------------------------------
> Net patches
>
> ----------------------------------------------------------------
> 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

Applied, thanks.

-- PMM