qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/29] virtio,acpi,pci,pc: backlog from pre-5.0
@ 2020-05-04 14:29 Michael S. Tsirkin
  2020-05-04 14:29 ` [PULL 01/29] hw/pci/pcie: Forbid hot-plug if it's disabled on the slot Michael S. Tsirkin
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: Michael S. Tsirkin @ 2020-05-04 14:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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 <mst@redhat.com>

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



^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2020-05-04 19:36 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 14:29 [PULL 00/29] virtio,acpi,pci,pc: backlog from pre-5.0 Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 01/29] hw/pci/pcie: Forbid hot-plug if it's disabled on the slot Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 02/29] hw/pci/pcie: Replace PCI_DEVICE() casts with existing variable Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 03/29] move 'typedef Aml' to qemu/types.h Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 04/29] acpi: add aml builder stubs Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 05/29] qtest: allow DSDT acpi table changes Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 06/29] acpi: drop pointless _STA method Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 07/29] acpi: add ISADeviceClass->build_aml() Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 08/29] rtc: add RTC_ISA_BASE Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 09/29] virtio-vga: fix virtio-vga bar ordering Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 10/29] virtio-pci: update virtio pci bar layout documentation Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 11/29] vhost-user-blk: fix invalid memory access Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 12/29] checkpatch: fix acpi check with multiple file name Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 13/29] checkpatch: ignore allowed diff list Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 14/29] acpi: DSDT without _STA Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 15/29] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 16/29] nvdimm: Use configurable ACPI IO base and size Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 17/29] hw/arm/virt: Add nvdimm hot-plug infrastructure Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 18/29] hw/arm/virt: Add nvdimm hotplug support Michael S. Tsirkin
2020-05-04 14:29 ` [PULL 19/29] tests: Update ACPI tables list for upcoming arm/virt test changes Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 20/29] bios-tables-test: test pc-dimm and nvdimm coldplug for arm/virt Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 21/29] tests/acpi: add expected tables for bios-tables-test Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 22/29] Refactor vhost_user_set_mem_table functions Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 23/29] acpi: unit-test: Ignore diff in WAET ACPI table Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 24/29] acpi: Add Windows ACPI Emulated Device Table (WAET) Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 25/29] acpi: unit-test: Update WAET ACPI Table expected binaries Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 26/29] hw/i386/pc: Create 'vmport' device in place Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 27/29] hw/i386/vmport: Remove unused 'hw/input/i8042.h' include Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 28/29] hw/i386: Add 'vmport.h' local header Michael S. Tsirkin
2020-05-04 14:30 ` [PULL 29/29] hw/i386: Make vmmouse helpers static Michael S. Tsirkin
2020-05-04 19:35 ` [PULL 00/29] virtio,acpi,pci,pc: backlog from pre-5.0 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).