From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 00/41] virtio,pc,pci: features, cleanups, fixes
Date: Wed, 21 Dec 2022 08:04:01 -0500 [thread overview]
Message-ID: <20221221130339.1234592-1-mst@redhat.com> (raw)
The following changes since commit c15dc499cc22f4a71639e42e36051e118761c25f:
Merge tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu into staging (2022-12-19 10:28:57 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
for you to fetch changes up to 87d67ffe4f7e4faad9fa5bc7129ca91d314677ed:
contrib/vhost-user-blk: Replace lseek64 with lseek (2022-12-21 07:32:24 -0500)
----------------------------------------------------------------
virtio,pc,pci: features, cleanups, fixes
make TCO watchdog work by default
part of generic vdpa support
asid interrupt for vhost-vdpa
added flex bus port DVSEC for cxl
misc fixes, cleanups, documentation
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Alex Bennée (1):
include/hw: attempt to document VirtIO feature variables
Ani Sinha (3):
acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
docs/acpi/bits: document BITS_DEBUG environment variable
acpi/tests/avocado/bits: add mformat as one of the dependencies
Cornelia Huck (2):
hw: Add compat machines for 8.0
pc: clean up compat machines
Daniel P. Berrangé (5):
hw/acpi: add trace events for TCO watchdog register access
hw/isa: add trace events for ICH9 LPC chip config access
hw/watchdog: add trace events for watchdog action handling
hw/isa: enable TCO watchdog reboot pin strap by default
ich9: honour 'enable_tco' property
Eugenio Pérez (12):
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
vhost: set SVQ device call handler at SVQ start
vhost: allocate SVQ device file descriptors at device start
vhost: move iova_tree set to vhost_svq_start
vdpa: add vhost_vdpa_net_valid_svq_features
vdpa: request iova_range only once
vdpa: move SVQ vring features check to net/
vdpa: allocate SVQ array unconditionally
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
vdpa: store x-svq parameter in VhostVDPAState
vdpa: add shadow_data to vhost_vdpa
vdpa: always start CVQ in SVQ mode if possible
Igor Mammedov (2):
remove DEC 21154 PCI bridge
pci: drop redundant PCIDeviceClass::is_bridge field
Ira Weiny (1):
hw/cxl/device: Add Flex Bus Port DVSEC
Jason Wang (1):
vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
Khem Raj (1):
contrib/vhost-user-blk: Replace lseek64 with lseek
Longpeng (Mike) (4):
virtio: get class_id and pci device id by the virtio id
vdpa: add vdpa-dev support
vdpa: add vdpa-dev-pci support
vdpa-dev: mark the device as unmigratable
Marcel Holtmann (1):
libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq
Philippe Mathieu-Daudé (7):
hw/acpi: Rename tco.c -> ich9_tco.c
hw/virtio: Add missing "hw/core/cpu.h" include
hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
hw/virtio: Constify qmp_virtio_feature_map_t[]
hw/virtio: Extract config read/write accessors to virtio-config-io.c
hw/virtio: Extract QMP related code virtio-qmp.c
Yajun Wu (1):
vhost-user: send set log base message only once
hw/pci-bridge/dec.h | 9 -
hw/virtio/vhost-shadow-virtqueue.h | 5 +-
hw/virtio/virtio-qmp.h | 20 +
include/hw/acpi/ich9.h | 2 +-
include/hw/acpi/{tco.h => ich9_tco.h} | 2 +-
include/hw/boards.h | 3 +
include/hw/i386/pc.h | 3 +
include/hw/pci/pci.h | 10 +-
include/hw/pci/pci_bridge.h | 1 +
include/hw/pci/pci_ids.h | 1 -
include/hw/virtio/vdpa-dev.h | 43 ++
include/hw/virtio/vhost-vdpa.h | 16 +-
include/hw/virtio/vhost.h | 25 +-
include/hw/virtio/virtio-pci.h | 5 +
include/hw/virtio/virtio.h | 19 +-
subprojects/libvhost-user/libvhost-user.h | 2 +-
contrib/vhost-user-blk/vhost-user-blk.c | 4 +-
hw/acpi/ich9.c | 8 +-
hw/acpi/{tco.c => ich9_tco.c} | 43 +-
hw/acpi/pcihp.c | 3 +-
hw/arm/virt.c | 11 +-
hw/core/machine.c | 3 +
hw/i386/acpi-build.c | 5 +-
hw/i386/pc.c | 5 +
hw/i386/pc_piix.c | 41 +-
hw/i386/pc_q35.c | 29 +-
hw/isa/lpc_ich9.c | 5 +-
hw/m68k/virt.c | 11 +-
hw/mem/cxl_type3.c | 11 +
hw/pci-bridge/cxl_downstream.c | 1 -
hw/pci-bridge/cxl_upstream.c | 1 -
hw/pci-bridge/dec.c | 164 -----
hw/pci-bridge/i82801b11.c | 1 -
hw/pci-bridge/pci_bridge_dev.c | 1 -
hw/pci-bridge/pcie_pci_bridge.c | 1 -
hw/pci-bridge/pcie_root_port.c | 1 -
hw/pci-bridge/simba.c | 1 -
hw/pci-bridge/xio3130_downstream.c | 1 -
hw/pci-bridge/xio3130_upstream.c | 1 -
hw/pci-host/designware.c | 1 -
hw/pci-host/uninorth.c | 9 +-
hw/pci-host/xilinx-pcie.c | 1 -
hw/pci/pci.c | 20 +-
hw/ppc/spapr.c | 17 +-
hw/ppc/spapr_pci.c | 15 +-
hw/s390x/s390-virtio-ccw.c | 14 +-
hw/virtio/vdpa-dev-pci.c | 102 +++
hw/virtio/vdpa-dev.c | 377 +++++++++++
hw/virtio/vhost-shadow-virtqueue.c | 44 +-
hw/virtio/vhost-user.c | 5 +
hw/virtio/vhost-vdpa.c | 140 ++--
hw/virtio/vhost.c | 84 ++-
hw/virtio/virtio-config-io.c | 204 ++++++
hw/virtio/virtio-pci.c | 88 +++
hw/virtio/virtio-qmp.c | 659 +++++++++++++++++++
hw/virtio/virtio.c | 798 +----------------------
hw/watchdog/watchdog.c | 4 +
net/vhost-vdpa.c | 174 ++++-
tests/qtest/tco-test.c | 4 +-
MAINTAINERS | 4 +-
docs/devel/acpi-bits.rst | 3 +
hw/acpi/meson.build | 2 +-
hw/acpi/trace-events | 2 +
hw/isa/trace-events | 4 +
hw/pci-bridge/meson.build | 2 -
hw/virtio/Kconfig | 5 +
hw/virtio/meson.build | 44 +-
hw/virtio/trace-events | 4 +-
hw/watchdog/trace-events | 4 +
tests/avocado/acpi-bits.py | 2 +-
tests/avocado/acpi-bits/bits-tests/smbios.py2 | 4 +
tests/avocado/acpi-bits/bits-tests/testacpi.py2 | 4 +
tests/avocado/acpi-bits/bits-tests/testcpuid.py2 | 4 +
73 files changed, 2074 insertions(+), 1292 deletions(-)
delete mode 100644 hw/pci-bridge/dec.h
create mode 100644 hw/virtio/virtio-qmp.h
rename include/hw/acpi/{tco.h => ich9_tco.h} (97%)
create mode 100644 include/hw/virtio/vdpa-dev.h
rename hw/acpi/{tco.c => ich9_tco.c} (91%)
delete mode 100644 hw/pci-bridge/dec.c
create mode 100644 hw/virtio/vdpa-dev-pci.c
create mode 100644 hw/virtio/vdpa-dev.c
create mode 100644 hw/virtio/virtio-config-io.c
create mode 100644 hw/virtio/virtio-qmp.c
next reply other threads:[~2022-12-21 13:04 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-21 13:04 Michael S. Tsirkin [this message]
2022-12-21 13:04 ` [PULL 01/41] hw/acpi: add trace events for TCO watchdog register access Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 02/41] hw/isa: add trace events for ICH9 LPC chip config access Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 03/41] hw/watchdog: add trace events for watchdog action handling Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 04/41] hw: Add compat machines for 8.0 Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 05/41] pc: clean up compat machines Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 06/41] hw/isa: enable TCO watchdog reboot pin strap by default Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 07/41] ich9: honour 'enable_tco' property Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 08/41] virtio: get class_id and pci device id by the virtio id Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 09/41] vdpa: add vdpa-dev support Michael S. Tsirkin
2022-12-21 13:04 ` [PULL 10/41] vdpa: add vdpa-dev-pci support Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 11/41] vdpa-dev: mark the device as unmigratable Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 12/41] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 13/41] vhost: set SVQ device call handler at SVQ start Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 14/41] vhost: allocate SVQ device file descriptors at device start Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 15/41] vhost: move iova_tree set to vhost_svq_start Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 16/41] vdpa: add vhost_vdpa_net_valid_svq_features Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 17/41] vdpa: request iova_range only once Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 18/41] vdpa: move SVQ vring features check to net/ Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 19/41] vdpa: allocate SVQ array unconditionally Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 20/41] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 21/41] vdpa: store x-svq parameter in VhostVDPAState Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 22/41] vdpa: add shadow_data to vhost_vdpa Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 23/41] vdpa: always start CVQ in SVQ mode if possible Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 24/41] vhost-user: send set log base message only once Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 25/41] include/hw: attempt to document VirtIO feature variables Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 26/41] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests Michael S. Tsirkin
2022-12-21 13:05 ` [PULL 27/41] vhost: fix vq dirty bitmap syncing when vIOMMU is enabled Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 28/41] remove DEC 21154 PCI bridge Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 29/41] pci: drop redundant PCIDeviceClass::is_bridge field Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 30/41] docs/acpi/bits: document BITS_DEBUG environment variable Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 31/41] acpi/tests/avocado/bits: add mformat as one of the dependencies Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 32/41] hw/acpi: Rename tco.c -> ich9_tco.c Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 33/41] hw/cxl/device: Add Flex Bus Port DVSEC Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 34/41] hw/virtio: Add missing "hw/core/cpu.h" include Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 35/41] hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[] Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 38/41] hw/virtio: Extract config read/write accessors to virtio-config-io.c Michael S. Tsirkin
2022-12-21 13:41 ` Michael S. Tsirkin
2022-12-21 13:44 ` Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 40/41] libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq Michael S. Tsirkin
2022-12-21 13:06 ` [PULL 41/41] contrib/vhost-user-blk: Replace lseek64 with lseek Michael S. Tsirkin
2022-12-21 13:44 ` [PULL 36/41] hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[] Michael S. Tsirkin
2022-12-21 13:44 ` [PULL 37/41] hw/virtio: Constify qmp_virtio_feature_map_t[] Michael S. Tsirkin
2022-12-21 13:44 ` [PULL 39/41] hw/virtio: Extract QMP related code virtio-qmp.c Michael S. Tsirkin
2022-12-21 18:07 ` [PULL 00/41] virtio,pc,pci: features, cleanups, fixes Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221221130339.1234592-1-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).