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/net
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>
11 hours ago
..
can net/can: Remove unused struct 'CanBusState' 8 months ago
af-xdp.c net/af-xdp.c: Don't leak sock_fds array in net_init_af_xdp() 11 months ago
announce.c qapi net: Elide redundant has_FOO in generated C 2 years ago
checksum.c net: checksum: Convert data to void * 3 months ago
clients.h net: add initial support for AF_XDP network backend 1 year ago
colo-compare.c include: Rename sysemu/ -> system/ 2 months ago
colo-compare.h Add the function of colo_compare_cleanup 4 years ago
colo-stubs.c colo: move stubs out of stubs/ 10 months ago
colo.c net/colo.c: Fix the pointer issue reported by Coverity. 3 years ago
colo.h net/colo.c: Fix the pointer issue reported by Coverity. 3 years ago
dgram.c win32: replace closesocket() with close() wrapper 2 years ago
dump.c net/dump: Correctly compute Ethernet packet offset 3 weeks ago
eth.c net/eth: Clean up local variable shadowing 1 year ago
filter-buffer.c netfilter: Use class properties 4 years ago
filter-mirror.c net/filter: Optimize filter_send to coroutine 3 years ago
filter-replay.c include: Rename sysemu/ -> system/ 2 months ago
filter-rewriter.c net/colo: Fix a "double free" crash to clear the conn_list 3 years ago
filter.c misc/other: spelling fixes 1 year ago
hub.c include: Rename sysemu/ -> system/ 2 months ago
hub.h net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' 5 years ago
l2tpv3.c net: Increase L2TPv3 buffer to fit jumboframes 2 years ago
meson.build net: fix build when libbpf is disabled, but libxdp is enabled 4 months ago
net-hmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
net.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
netmap.c tap: Remove qemu_using_vnet_hdr() 9 months ago
queue.c net: Remove deadcode 5 months ago
slirp.c qapi: Move include/qapi/qmp/ to include/qobject/ 2 weeks ago
socket.c net: socket: remove net_init_socket() 2 years ago
stream.c net/stream: deprecate 'reconnect' in favor of 'reconnect-ms' 4 months ago
tap-bsd.c tap: Remove tap_probe_vnet_hdr_len() 9 months ago
tap-linux.c tap: Remove tap_probe_vnet_hdr_len() 9 months ago
tap-linux.h tap: Add USO support to tap device. 1 year ago
tap-solaris.c tap: Remove tap_probe_vnet_hdr_len() 9 months ago
tap-stub.c tap: Remove tap_probe_vnet_hdr_len() 9 months ago
tap-win32.c net/tap-win32: Fix gcc 14 format truncation errors 4 months ago
tap.c include: Rename sysemu/ -> system/ 2 months ago
tap_int.h tap: Remove tap_probe_vnet_hdr_len() 9 months ago
trace-events vdpa: add trace event for vhost_vdpa_net_load_mq 12 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
util.c
util.h Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
vde.c net: introduce qemu_set_info_str() function 2 years ago
vhost-user-stub.c vhost-net-user: add stubs for when no virtio-net device is present 6 years ago
vhost-user.c net: vhost-user: add QAPI events to report connection state 20 hours ago
vhost-vdpa-stub.c vhost-net-vdpa: add stubs for when no virtio-net device is present 3 years ago
vhost-vdpa.c vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees 20 hours ago
vmnet-bridged.m net/vmnet: Drop ifdef for macOS versions older than 12.0 8 months ago
vmnet-common.m net/vmnet: Pad short Ethernet frames 2 months ago
vmnet-host.c net/vmnet: Drop ifdef for macOS versions older than 12.0 8 months ago
vmnet-shared.c net/vmnet: Drop ifdef for macOS versions older than 12.0 8 months ago
vmnet_int.h vmnet: stop recieving events when VM is stopped 2 years ago