qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/13] vhost, virtio, pci, pxe


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 00/13] vhost, virtio, pci, pxe
Date: Fri, 19 Feb 2016 10:00:05 +0200

The following changes since commit a5af12871fd4601c44f08d9e49131e9ca13ef102:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into 
staging (2016-02-12 17:36:12 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to a28c393cc261afeb4863b05d7c33c2a5fc55ef38:

  tests/vhost-user-bridge: add scattering of incoming packets (2016-02-18 
17:42:05 +0200)

----------------------------------------------------------------
vhost, virtio, pci, pxe

Fixes all over the place.
New tests for pxe.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Cao jin (2):
      dec: convert to realize()
      change type of pci_bridge_initfn() to void

Greg Kurz (6):
      virtio-net: use the backend cross-endian capabilities
      vhost-net: revert support of cross-endian vnet headers
      virtio: move cross-endian helper to vhost
      vhost: move virtio 1.0 check to cross-endian helper
      vhost: simplify vhost_needs_vring_endian()
      virtio: optimize virtio_access_is_big_endian() for little-endian targets

Michael S. Tsirkin (2):
      msix: fix msix_vector_masked
      rules: filter out irrelevant files

Victor Kaplansky (3):
      tests: add pxe e1000 and virtio-pci tests
      vhost-user interrupt management fixes
      tests/vhost-user-bridge: add scattering of incoming packets

 include/hw/pci/pci_bridge.h        |   2 +-
 include/hw/virtio/virtio-access.h  |  28 +--------
 include/hw/virtio/virtio-net.h     |   1 +
 include/hw/virtio/virtio.h         |   1 +
 tests/boot-sector.h                |  26 ++++++++
 hw/net/vhost_net.c                 |  52 +++++-----------
 hw/net/virtio-net.c                |  68 ++++++++++++++++++++-
 hw/pci-bridge/dec.c                |   6 +-
 hw/pci-bridge/i82801b11.c          |   5 +-
 hw/pci-bridge/ioh3420.c            |   6 +-
 hw/pci-bridge/pci_bridge_dev.c     |   8 +--
 hw/pci-bridge/xio3130_downstream.c |   6 +-
 hw/pci-bridge/xio3130_upstream.c   |   6 +-
 hw/pci-host/apb.c                  |   7 +--
 hw/pci/msix.c                      |   4 +-
 hw/pci/pci_bridge.c                |   3 +-
 hw/virtio/vhost.c                  |  36 +++++++++--
 hw/virtio/virtio-pci.c             |  14 +++--
 hw/virtio/virtio.c                 |   1 +
 tests/bios-tables-test.c           |  72 ++--------------------
 tests/boot-sector.c                | 119 +++++++++++++++++++++++++++++++++++++
 tests/pxe-test.c                   |  69 +++++++++++++++++++++
 tests/vhost-user-bridge.c          |  92 ++++++++++++++++++----------
 rules.mak                          |   2 +-
 tests/Makefile                     |   5 +-
 25 files changed, 429 insertions(+), 210 deletions(-)
 create mode 100644 tests/boot-sector.h
 create mode 100644 tests/boot-sector.c
 create mode 100644 tests/pxe-test.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]