qemu-devel
[Top][All Lists]
Advanced

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

[PULL 00/29] virtio,acpi,pci,pc: backlog from pre-5.0


From: Michael S. Tsirkin
Subject: [PULL 00/29] virtio,acpi,pci,pc: backlog from pre-5.0
Date: Mon, 4 May 2020 10:29:12 -0400

The following changes since commit 9af638cc1f665712522608c5d6b8c03d8fa67666:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200504' 
into staging (2020-05-04 13:37:17 +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 d8a05995bd64117bf5219d3ba7956277e608e3ca:

  hw/i386: Make vmmouse helpers static (2020-05-04 10:25:03 -0400)

----------------------------------------------------------------
virtio,acpi,pci,pc: backlog from pre-5.0

Mostly fixes, cleanups, but also new features for arm/virt and pc acpi.

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

----------------------------------------------------------------
Anthoine Bourgeois (2):
      virtio-vga: fix virtio-vga bar ordering
      virtio-pci: update virtio pci bar layout documentation

Gerd Hoffmann (6):
      move 'typedef Aml' to qemu/types.h
      acpi: add aml builder stubs
      qtest: allow DSDT acpi table changes
      acpi: drop pointless _STA method
      acpi: add ISADeviceClass->build_aml()
      rtc: add RTC_ISA_BASE

Julia Suvorova (2):
      hw/pci/pcie: Forbid hot-plug if it's disabled on the slot
      hw/pci/pcie: Replace PCI_DEVICE() casts with existing variable

Kwangwoo Lee (2):
      nvdimm: Use configurable ACPI IO base and size
      hw/arm/virt: Add nvdimm hot-plug infrastructure

Li Feng (1):
      vhost-user-blk: fix invalid memory access

Liran Alon (3):
      acpi: unit-test: Ignore diff in WAET ACPI table
      acpi: Add Windows ACPI Emulated Device Table (WAET)
      acpi: unit-test: Update WAET ACPI Table expected binaries

Michael S. Tsirkin (3):
      checkpatch: fix acpi check with multiple file name
      checkpatch: ignore allowed diff list
      acpi: DSDT without _STA

Philippe Mathieu-Daudé (4):
      hw/i386/pc: Create 'vmport' device in place
      hw/i386/vmport: Remove unused 'hw/input/i8042.h' include
      hw/i386: Add 'vmport.h' local header
      hw/i386: Make vmmouse helpers static

Raphael Norwitz (1):
      Refactor vhost_user_set_mem_table functions

Shameer Kolothum (5):
      hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
      hw/arm/virt: Add nvdimm hotplug support
      tests: Update ACPI tables list for upcoming arm/virt test changes
      bios-tables-test: test pc-dimm and nvdimm coldplug for arm/virt
      tests/acpi: add expected tables for bios-tables-test

 hw/i386/acpi-build.h                   |   3 +
 hw/i386/vmport.h                       |  34 ++++++++
 include/hw/acpi/aml-build.h            |   1 -
 include/hw/acpi/generic_event_device.h |   1 +
 include/hw/arm/virt.h                  |   1 +
 include/hw/i386/pc.h                   |  13 ---
 include/hw/isa/isa.h                   |   2 +
 include/hw/mem/nvdimm.h                |   3 +
 include/hw/rtc/mc146818rtc.h           |   1 +
 include/qemu/typedefs.h                |   1 +
 hw/acpi/aml-build-stub.c               |  79 ++++++++++++++++++
 hw/acpi/generic_event_device.c         |  15 +++-
 hw/acpi/nvdimm.c                       |  72 ++++++++++++++---
 hw/arm/virt-acpi-build.c               |   6 ++
 hw/arm/virt.c                          |  35 ++++++--
 hw/block/vhost-user-blk.c              |   4 +
 hw/display/virtio-vga.c                |   1 +
 hw/i386/acpi-build.c                   |  52 +++++++++---
 hw/i386/pc.c                           |   3 +-
 hw/i386/pc_piix.c                      |   2 +
 hw/i386/pc_q35.c                       |   2 +
 hw/i386/vmmouse.c                      |  23 +++++-
 hw/i386/vmport.c                       |  25 +-----
 hw/isa/isa-bus.c                       |  15 ++++
 hw/pci/pcie.c                          |  25 +++++-
 hw/rtc/mc146818rtc.c                   |   5 +-
 hw/virtio/vhost-user.c                 | 143 +++++++++++++++------------------
 hw/virtio/vhost.c                      |   2 +-
 hw/virtio/virtio-pci.c                 |   1 +
 tests/qtest/bios-tables-test.c         |   9 ++-
 docs/specs/acpi_hw_reduced_hotplug.rst |   3 +-
 hw/acpi/Makefile.objs                  |   4 +-
 hw/arm/Kconfig                         |   1 +
 hw/mem/Kconfig                         |   2 +-
 scripts/checkpatch.pl                  |  33 ++++----
 tests/data/acpi/pc/DSDT                | Bin 5131 -> 5125 bytes
 tests/data/acpi/pc/DSDT.acpihmat       | Bin 6455 -> 6449 bytes
 tests/data/acpi/pc/DSDT.bridge         | Bin 6990 -> 6984 bytes
 tests/data/acpi/pc/DSDT.cphp           | Bin 5594 -> 5588 bytes
 tests/data/acpi/pc/DSDT.dimmpxm        | Bin 6784 -> 6778 bytes
 tests/data/acpi/pc/DSDT.ipmikcs        | Bin 5203 -> 5197 bytes
 tests/data/acpi/pc/DSDT.memhp          | Bin 6490 -> 6484 bytes
 tests/data/acpi/pc/DSDT.numamem        | Bin 5137 -> 5131 bytes
 tests/data/acpi/pc/SSDT.dimmpxm        | Bin 685 -> 734 bytes
 tests/data/acpi/pc/WAET                | Bin 0 -> 40 bytes
 tests/data/acpi/q35/DSDT               | Bin 7869 -> 7863 bytes
 tests/data/acpi/q35/DSDT.acpihmat      | Bin 9193 -> 9187 bytes
 tests/data/acpi/q35/DSDT.bridge        | Bin 7886 -> 7880 bytes
 tests/data/acpi/q35/DSDT.cphp          | Bin 8332 -> 8326 bytes
 tests/data/acpi/q35/DSDT.dimmpxm       | Bin 9522 -> 9516 bytes
 tests/data/acpi/q35/DSDT.ipmibt        | Bin 7944 -> 7938 bytes
 tests/data/acpi/q35/DSDT.memhp         | Bin 9228 -> 9222 bytes
 tests/data/acpi/q35/DSDT.mmio64        | Bin 8999 -> 8993 bytes
 tests/data/acpi/q35/DSDT.numamem       | Bin 7875 -> 7869 bytes
 tests/data/acpi/q35/SSDT.dimmpxm       | Bin 685 -> 734 bytes
 tests/data/acpi/q35/WAET               | Bin 0 -> 40 bytes
 tests/data/acpi/virt/DSDT.memhp        | Bin 6644 -> 6668 bytes
 tests/data/acpi/virt/NFIT.memhp        | Bin 0 -> 224 bytes
 tests/data/acpi/virt/SSDT.memhp        | Bin 0 -> 736 bytes
 59 files changed, 449 insertions(+), 173 deletions(-)
 create mode 100644 hw/i386/vmport.h
 create mode 100644 hw/acpi/aml-build-stub.c
 create mode 100644 tests/data/acpi/pc/WAET
 create mode 100644 tests/data/acpi/q35/WAET
 create mode 100644 tests/data/acpi/virt/NFIT.memhp
 create mode 100644 tests/data/acpi/virt/SSDT.memhp




reply via email to

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