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/docs/devel
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>
21 hours ago
..
migration migration: cpr-transfer documentation 3 weeks ago
testing tests/functional: Add a decorator for skipping long running tests 3 weeks ago
atomics.rst docs: use consistent markup for footnotes 4 months ago
bitops.rst docs: Create bitops.rst as example of kernel-docs 5 years ago
block-coroutine-wrapper.rst block-coroutine-wrapper.py: introduce co_wrapper 2 years ago
build-environment.rst docs/devel: add information on how to setup build environments 1 month ago
build-system.rst docs: use consistent markup for footnotes 4 months ago
clocks.rst hw/clock: Expose 'qtest-clock-period' QOM property for QTests 4 months ago
code-of-conduct.rst docs/devel: add a maintainers section to development process 2 years ago
codebase.rst docs/devel: add a codebase section 1 month ago
conflict-resolution.rst docs: Add a QEMU Code of Conduct and Conflict Resolution Policy document 4 years ago
control-flow-integrity.rst docs: add a glossary 1 month ago
crypto.rst docs/devel: Add introduction to LUKS volume with detached header 7 months ago
decodetree.rst docs/devel: add a codebase section 1 month ago
docs.rst docs: correct typos 1 year ago
ebpf_rss.rst docs/devel: add a codebase section 1 month ago
index-api.rst docs/devel/lockcnt: Convert to rST format 4 months ago
index-build.rst docs/devel: add information on how to setup build environments 1 month ago
index-internals.rst docs/devel: add a codebase section 1 month ago
index-process.rst rust: add docs 2 weeks ago
index-tcg.rst docs/devel: add some front matter to the devel index 2 years ago
index.rst docs/devel: add a codebase section 1 month ago
kconfig.rst docs: document new convention for Kconfig board symbols 10 months ago
loads-stores.rst docs: use consistent markup for footnotes 4 months ago
lockcnt.rst docs/devel/lockcnt: Include kernel-doc API documentation 4 months ago
luks-detached-header.rst docs/devel: Add introduction to LUKS volume with detached header 7 months ago
maintainers.rst docs: use consistent markup for footnotes 4 months ago
memory.rst docs/devel: add some clarifying text for aliases 3 years ago
modules.rst docs: Spell QEMU all caps 3 years ago
multi-process.rst docs: Don't mention "-mem-path" in multi-process.rst 1 year ago
multi-thread-tcg.rst tcg: Remove TCG_OVERSIZED_GUEST 4 days ago
multiple-iothreads.rst docs/devel/multiple-iothreads: Convert to rST format 4 months ago
pci.rst hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps 1 year ago
qapi-code-gen.rst qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h 2 weeks ago
qdev-api.rst docs/devel: split qom-api reference into new file 2 years ago
qom-api.rst docs/devel: split qom-api reference into new file 2 years ago
qom.rst include/qom/object.h: New OBJECT_DEFINE_SIMPLE_TYPE{, _WITH_INTERFACES} macros 1 year ago
rcu.rst docs/devel/rcu: Convert to rST format 4 months ago
replay.rst docs/devel: Mention post_load hook restrictions where we document the hook 5 months ago
reset.rst docs/devel/reset: Document reset expectations for DMA and IOMMU 1 day ago
rust.rst rust: add bindings for timer 1 week ago
s390-cpu-topology.rst docs/s390: Fix wrong command example in s390-cpu-topology.rst 1 year ago
s390-dasd-ipl.rst docs: rstfy s390 dasd ipl documentation 5 years ago
secure-coding-practices.rst docs/secure-coding-practices: Describe how to use 'null-co' block driver 4 years ago
stable-process.rst docs: Fix botched rST conversion of 'submitting-a-patch.rst' 3 years ago
style.rst docs/devel/style: add a section about bitfield, and disallow them for packed structures 1 month ago
submitting-a-patch.rst docs/devel: add b4 for patch retrieval 1 month ago
submitting-a-pull-request.rst docs/devel: add a maintainers section to development process 2 years ago
tcg-icount.rst accel/tcg: Remove CF_LAST_IO 1 year ago
tcg-ops.rst tcg: Introduce the 'z' constraint for a hardware zero register 4 days ago
tcg-plugins.rst docs/devel: update tcg-plugins page 6 months ago
tcg.rst docs/devel: add some front matter to the devel index 2 years ago
tracing.rst tracetool: remove redundant --target-type / --target-name args 12 months ago
trivial-patches.rst docs: Fix botched rST conversion of 'submitting-a-patch.rst' 3 years ago
ui.rst docs: Spell QEMU all caps 3 years ago
vfio-iommufd.rst docs/devel: Add VFIO iommufd backend documentation 1 year ago
virtio-backends.rst include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 2 months ago
writing-monitor-commands.rst docs/devel/writing-monitor-commands: Minor improvements 12 months ago
zoned-storage.rst docs/zoned-storage:add zoned emulation use case 2 years ago