qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/19] virtio, pc: fixes and features


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 00/19] virtio, pc: fixes and features
Date: Fri, 23 Sep 2016 22:57:13 +0300

The following changes since commit eaff9c4367ac3f7ac44f6c6f4cb7bcd4daa89af5:

  Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160923' into staging 
(2016-09-23 15:28:07 +0100)

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 a86ec0ca7d6022f58e80a6b637bc0670a8efb601:

  hw/i386: AMD IOMMU IVRS table (2016-09-23 19:03:56 +0300)

----------------------------------------------------------------
virtio, pc: fixes and features

beginning of guest error handling for virtio devices
amd iommu
pc compat fixes

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

----------------------------------------------------------------
David Kiarie (4):
      hw/pci: Prepare for AMD IOMMU
      hw/i386/trace-events: Add AMD IOMMU trace events
      hw/i386: Introduce AMD IOMMU
      hw/i386: AMD IOMMU IVRS table

Igor Mammedov (2):
      pc: clean up COMPAT macro chaining
      target-i386: turn off CPU.l3-cache only for 2.7 and older machine types

Marc-André Lureau (3):
      tests: add /vhost-user/connect-fail test
      tests: add a simple /vhost-user/multiqueue test
      tests: add /vhost-user/flags-mismatch test

Prasad J Pandit (1):
      virtio: add check for descriptor's mapped address

Stefan Hajnoczi (9):
      virtio: fix stray tab character
      virtio: stop virtqueue processing if device is broken
      virtio: migrate vdev->broken flag
      virtio: handle virtqueue_map_desc() errors
      virtio: handle virtqueue_get_avail_bytes() errors
      virtio: use unsigned int for virtqueue_get_avail_bytes() index
      virtio: handle virtqueue_read_next_desc() errors
      virtio: handle virtqueue_num_heads() errors
      virtio: handle virtqueue_get_head() errors

 hw/i386/amd_iommu.h         |  289 +++++++++++
 include/hw/acpi/aml-build.h |    1 +
 include/hw/i386/pc.h        |    9 +-
 include/hw/i386/x86-iommu.h |   12 +
 include/hw/pci/pci.h        |    3 +
 include/hw/virtio/virtio.h  |    3 +
 hw/acpi/aml-build.c         |    2 +-
 hw/i386/acpi-build.c        |   76 ++-
 hw/i386/amd_iommu.c         | 1201 +++++++++++++++++++++++++++++++++++++++++++
 hw/i386/intel_iommu.c       |    1 +
 hw/i386/x86-iommu.c         |    6 +
 hw/virtio/virtio.c          |  237 +++++++--
 tests/vhost-user-test.c     |  208 +++++++-
 hw/i386/Makefile.objs       |    1 +
 hw/i386/trace-events        |   29 ++
 tests/Makefile.include      |    2 +-
 16 files changed, 2008 insertions(+), 72 deletions(-)
 create mode 100644 hw/i386/amd_iommu.h
 create mode 100644 hw/i386/amd_iommu.c




reply via email to

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