You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/qtest/libqos
Stefan Hajnoczi b69801dd6b virtio,pc,pci: features, fixes, cleanups
Features:
 
 SR-IOV emulation for pci
 virtio-mem-pci support for s390
 interleave support for cxl
 big endian support for vdpa svq
 new QAPI events for vhost-user
 
 Also vIOMMU reset order fixups are in.
 Fixes, cleanups all over the place.
 
 Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
 -----BEGIN PGP SIGNATURE-----
 
 iQFDBAABCAAtFiEEXQn9CHHI+FuUyooNKB8NuNKNVGkFAme4b8sPHG1zdEByZWRo
 YXQuY29tAAoJECgfDbjSjVRpHKcIAKPJsVqPdda2dJ7b7FdyRT0Q+uwezXqaGHd4
 7Lzih1wsxYNkwIAyPtEb76/21qiS7BluqlUCfCB66R9xWjP5/KfvAFj4/r4AEduE
 fxAgYzotNpv55zcRbcflMyvQ42WGiZZHC+o5Lp7vDXUP3pIyHrl0Ydh5WmcD+hwS
 BjXvda58TirQpPJ7rUL+sSfLih17zQkkDcfv5/AgorDy1wK09RBKwMx/gq7wG8yJ
 twy8eBY2CmfmFD7eTM+EKqBD2T0kwLEeLfS/F/tl5Fyg6lAiYgYtCbGLpAmWErsg
 XZvfZmwqL7CNzWexGvPFnnLyqwC33WUP0k0kT88Y5wh3/h98blw=
 =tej8
 -----END PGP SIGNATURE-----

Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging

virtio,pc,pci: features, fixes, cleanups

Features:

SR-IOV emulation for pci
virtio-mem-pci support for s390
interleave support for cxl
big endian support for vdpa svq
new QAPI events for vhost-user

Also vIOMMU reset order fixups are in.
Fixes, cleanups all over the place.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

 # -----BEGIN PGP SIGNATURE-----
 #
 # iQFDBAABCAAtFiEEXQn9CHHI+FuUyooNKB8NuNKNVGkFAme4b8sPHG1zdEByZWRo
 # YXQuY29tAAoJECgfDbjSjVRpHKcIAKPJsVqPdda2dJ7b7FdyRT0Q+uwezXqaGHd4
 # 7Lzih1wsxYNkwIAyPtEb76/21qiS7BluqlUCfCB66R9xWjP5/KfvAFj4/r4AEduE
 # fxAgYzotNpv55zcRbcflMyvQ42WGiZZHC+o5Lp7vDXUP3pIyHrl0Ydh5WmcD+hwS
 # BjXvda58TirQpPJ7rUL+sSfLih17zQkkDcfv5/AgorDy1wK09RBKwMx/gq7wG8yJ
 # twy8eBY2CmfmFD7eTM+EKqBD2T0kwLEeLfS/F/tl5Fyg6lAiYgYtCbGLpAmWErsg
 # XZvfZmwqL7CNzWexGvPFnnLyqwC33WUP0k0kT88Y5wh3/h98blw=
 # =tej8
 # -----END PGP SIGNATURE-----
 # gpg: Signature made Fri 21 Feb 2025 20:21:31 HKT
 # gpg:                using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469
 # gpg:                issuer "mst@redhat.com"
 # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
 # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>" [full]
 # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
 #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469

* tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu: (41 commits)
  docs/devel/reset: Document reset expectations for DMA and IOMMU
  hw/vfio/common: Add a trace point in vfio_reset_handler
  hw/arm/smmuv3: Move reset to exit phase
  hw/i386/intel-iommu: Migrate to 3-phase reset
  hw/virtio/virtio-iommu: Migrate to 3-phase reset
  vhost-user-snd: correct the calculation of config_size
  net: vhost-user: add QAPI events to report connection state
  hw/virtio/virtio-nsm: Respond with correct length
  vdpa: Fix endian bugs in shadow virtqueue
  MAINTAINERS: add more files to `vhost`
  cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0()
  vhost-iova-tree: Update documentation
  vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees
  vhost-iova-tree: Implement an IOVA-only tree
  amd_iommu: Use correct bitmask to set capability BAR
  amd_iommu: Use correct DTE field for interrupt passthrough
  hw/virtio: reset virtio balloon stats on machine reset
  mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
  hw/mem/cxl_type3: Ensure errp is set on realization failure
  hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() failure
  ...

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
1 day ago
..
aarch64-xlnx-zcu102-machine.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
ahci.c tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint` 10 months ago
ahci.h qtest/libqos: Reduce size_to_prdtl() declaration scope 11 months ago
arm-imx25-pdk-machine.c tests/qtest/libqos: Reuse TYPE_IMX_I2C define 1 month ago
arm-raspi2-machine.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
arm-sabrelite-machine.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
arm-smdkc210-machine.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
arm-virt-machine.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
arm-xilinx-zynq-a9-machine.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
e1000e.c tests/qtest/libqos/e1000e: Export macreg functions 2 years ago
e1000e.h tests/qtest/libqos/e1000e: Export macreg functions 2 years ago
fw_cfg.c tests/qtest/libqos: add DMA support for writing and reading fw_cfg files 3 weeks ago
fw_cfg.h tests/qtest/libqos: add DMA support for writing and reading fw_cfg files 3 weeks ago
generic-pcihost.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
generic-pcihost.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
i2c-imx.c tests/qtest/libqos: Reuse TYPE_IMX_I2C define 1 month ago
i2c-omap.c tests: move libqtest.h back under qtest/ 3 years ago
i2c.c tests: move libqtest.h back under qtest/ 3 years ago
i2c.h tests: move libqtest.h back under qtest/ 3 years ago
igb.c igb: RX payload guest writting refactoring 1 year ago
libqos-malloc.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
libqos-malloc.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
libqos-pc.c meson: convert tests/qtest to meson 5 years ago
libqos-pc.h tests: add G_GNUC_PRINTF for various functions 2 years ago
libqos-spapr.c meson: convert tests/qtest to meson 5 years ago
libqos-spapr.h tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h 8 months ago
libqos.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
libqos.h tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest 2 years ago
loongarch-virt-machine.c tests/libqos: Add loongarch virt machine node 9 months ago
malloc-pc.c Remove qemu-common.h include from most units 3 years ago
malloc-pc.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
malloc-spapr.c Remove qemu-common.h include from most units 3 years ago
malloc-spapr.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
meson.build hw/ipack: Clarify KConfig symbols 3 weeks ago
pci-pc.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
pci-pc.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
pci-spapr.c tests/qtest/libqos/pci: Introduce pio_limit 3 years ago
pci-spapr.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
pci.c qtest/libqos/pci: Do not write to PBA memory 2 days ago
pci.h tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable 3 years ago
ppc64_pseries-machine.c tests: move libqtest.h back under qtest/ 3 years ago
qgraph.c tests/: spelling fixes 1 year ago
qgraph.h tests/qtest: fix some copy and paste errors in kdoc 1 month ago
qgraph_internal.h tests/: spelling fixes 1 year ago
qos_external.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
qos_external.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
riscv-iommu.c test/qtest: add riscv-iommu-pci tests 4 months ago
riscv-iommu.h qtest/riscv-iommu-test: add init queues test 4 months ago
riscv-virt-machine.c tests/libqos: add riscv/virt machine nodes 12 months ago
rtas.c tests: move libqtest.h back under qtest/ 3 years ago
rtas.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
sdhci-cmd.c tests: move libqtest.h back under qtest/ 3 years ago
sdhci-cmd.h tests/qtest/npcm7xx_sdhci: Access the card using its published address 8 months ago
sdhci.c tests: move libqtest.h back under qtest/ 3 years ago
sdhci.h meson: convert tests/qtest to meson 5 years ago
tpci200.c tests: move libqtest.h back under qtest/ 3 years ago
usb.c tests: move libqtest.h back under qtest/ 3 years ago
usb.h meson: convert tests/qtest to meson 5 years ago
vhost-user-blk.c tests: move libqtest.h back under qtest/ 3 years ago
vhost-user-blk.h test: new qTest case to test the vhost-user-blk-server 4 years ago
virtio-9p-client.c tests/9p: add missing Rgetattr response name 3 months ago
virtio-9p-client.h tests/9p: merge v9fs_tunlinkat() and do_unlinkat() 2 years ago
virtio-9p.c tests: add G_GNUC_PRINTF for various functions 2 years ago
virtio-9p.h tests/9pfs: make create/remove test dir public 4 years ago
virtio-balloon.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-balloon.h meson: convert tests/qtest to meson 5 years ago
virtio-blk.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-blk.h meson: convert tests/qtest to meson 5 years ago
virtio-gpio.c tests/: spelling fixes 1 year ago
virtio-gpio.h tests/qtest: enable tests for virtio-gpio 2 years ago
virtio-iommu.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-iommu.h tests: qtest: Add virtio-iommu test 3 years ago
virtio-mmio.c tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
virtio-mmio.h meson: convert tests/qtest to meson 5 years ago
virtio-net.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-net.h meson: convert tests/qtest to meson 5 years ago
virtio-pci-modern.c tests/qtest: don't attempt to clock_step while waiting for virtio ISR 2 weeks ago
virtio-pci-modern.h
virtio-pci.c tests/qtest: don't attempt to clock_step while waiting for virtio ISR 2 weeks ago
virtio-pci.h meson: convert tests/qtest to meson 5 years ago
virtio-rng.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-rng.h meson: convert tests/qtest to meson 5 years ago
virtio-scmi.c licenses: Remove SPDX tags not being license identifier for Linaro 3 weeks ago
virtio-scmi.h tests/qtest: enable tests for virtio-scmi 2 years ago
virtio-scsi.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-scsi.h meson: convert tests/qtest to meson 5 years ago
virtio-serial.c tests: move libqtest.h back under qtest/ 3 years ago
virtio-serial.h meson: convert tests/qtest to meson 5 years ago
virtio.c tests/qtest: remove clock_steps from virtio tests 1 month ago
virtio.h tests/qtest: libqos: Rename malloc.h to libqos-malloc.h 3 years ago
x86_64_pc-machine.c tests: move libqtest.h back under qtest/ 3 years ago