mbox

[PULL,0/3] Net patches

Message ID 1439564555-518-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 Aug. 14, 2015, 3:02 p.m. UTC
The following changes since commit e95edefbd0559e1d0aa09549641b5d9af1f96fac:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-migration-2.4-tag' into staging (2015-08-03 17:33:35 +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 8887f84c54f6e74124544d1700a205e5b6821b3d:

  tests: test rx recovery from cont (2015-08-04 09:41:28 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Dana Rubin (1):
  net/vmxnet3: Fix incorrect debug message

Jason Wang (2):
  tests: introduce basic pci test for virtio-net
  tests: test rx recovery from cont

 hw/net/vmxnet3.c        |   4 +-
 tests/Makefile          |   2 +-
 tests/virtio-net-test.c | 237 ++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 233 insertions(+), 10 deletions(-)

Comments

Peter Maydell Aug. 18, 2015, 4:06 p.m. UTC | #1
On 14 August 2015 at 16:02, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit e95edefbd0559e1d0aa09549641b5d9af1f96fac:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/xen-migration-2.4-tag' into staging (2015-08-03 17:33:35 +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 8887f84c54f6e74124544d1700a205e5b6821b3d:
>
>   tests: test rx recovery from cont (2015-08-04 09:41:28 +0100)
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM