Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
* Fix compilation issues under Debian 10 * Update kernel headers to 6.3rc5 * Suppress GCC13 false positive in aio_bh_poll() * Add new x86 feature bits * Coverity fixes * More steps towards removing qatomic_mb_set/read * Fix reduced-phys-bits value for AMD SEV # -----BEGIN PGP SIGNATURE----- # # iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmRNC0IUHHBib256aW5p # QHJlZGhhdC5jb20ACgkQv/vSX3jHroNo0wgArWNGKZpbmQ0e5L6ajMvaaPmg4mVL # a2SJGU0TwTp0fUgZr14z2iwzIpSqQrsqhzTIAzOTs0OICDBPBuNvnRucMa+SVQGO # Tc89YAwBVDo66dAKhWi+WR9tx7sTFCso0nbsBfczzdnwAw3g1MJ87Ueqc5tlPGBK # E7YSAD6l4UuogoN5BLU7bSsG/X7bwcyzeUXRB4ik+Z9abWd4DH9qiROnBKLMmBLK # nAi47h8b8MltWORpO+wf6HtkMKi37SAzl9VLHVuHcRhIdY/JhWCRhYSo0HXhgX66 # JLVkyxFpIndT0dUW/xnqATGez92FRZyTxHbxbAcWM0SoC1jOVfUXB+7Gdw== # =vxou # -----END PGP SIGNATURE----- # gpg: Signature made Sat 29 Apr 2023 01:19:14 PM BST # gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83 # gpg: issuer "pbonzini@redhat.com" # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [undefined] # gpg: aka "Paolo Bonzini <pbonzini@redhat.com>" [undefined] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1 # Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83 * tag 'for-upstream' of https://gitlab.com/bonzini/qemu : cpus-common: stop using mb_set/mb_read async: Suppress GCC13 false positive in aio_bh_poll() tests: vhost-user-test: release mutex on protocol violation Update linux headers to v6.3rc5 update-linux-headers.sh: Add missing kernel headers. Fix libvhost-user.c compilation. target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration target/i386: Add support for AVX-IFMA in CPUID enumeration target/i386: Add support for AMX-FP16 in CPUID enumeration target/i386: Add support for CMPCCXADD in CPUID enumeration i386/cpu: Update how the EBX register of CPUID 0x8000001F is set i386/sev: Update checks and information related to reduced-phys-bits qemu-options.hx: Update the reduced-phys-bits documentation qapi, i386/sev: Change the reduced-phys-bits value from 5 to 1 Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- cpus-common.c 2 additions, 2 deletionscpus-common.c
- include/standard-headers/drm/drm_fourcc.h 12 additions, 0 deletionsinclude/standard-headers/drm/drm_fourcc.h
- include/standard-headers/linux/ethtool.h 47 additions, 1 deletioninclude/standard-headers/linux/ethtool.h
- include/standard-headers/linux/fuse.h 44 additions, 1 deletioninclude/standard-headers/linux/fuse.h
- include/standard-headers/linux/pci_regs.h 1 addition, 0 deletionsinclude/standard-headers/linux/pci_regs.h
- include/standard-headers/linux/vhost_types.h 2 additions, 0 deletionsinclude/standard-headers/linux/vhost_types.h
- include/standard-headers/linux/virtio_blk.h 105 additions, 0 deletionsinclude/standard-headers/linux/virtio_blk.h
- linux-headers/asm-arm64/kvm.h 1 addition, 0 deletionslinux-headers/asm-arm64/kvm.h
- linux-headers/asm-x86/kvm.h 32 additions, 2 deletionslinux-headers/asm-x86/kvm.h
- linux-headers/linux/const.h 36 additions, 0 deletionslinux-headers/linux/const.h
- linux-headers/linux/kvm.h 9 additions, 0 deletionslinux-headers/linux/kvm.h
- linux-headers/linux/memfd.h 39 additions, 0 deletionslinux-headers/linux/memfd.h
- linux-headers/linux/nvme_ioctl.h 114 additions, 0 deletionslinux-headers/linux/nvme_ioctl.h
- linux-headers/linux/stddef.h 47 additions, 0 deletionslinux-headers/linux/stddef.h
- linux-headers/linux/vfio.h 9 additions, 6 deletionslinux-headers/linux/vfio.h
- linux-headers/linux/vhost.h 8 additions, 0 deletionslinux-headers/linux/vhost.h
- qapi/misc-target.json 1 addition, 1 deletionqapi/misc-target.json
- qemu-options.hx 2 additions, 2 deletionsqemu-options.hx
- scripts/update-linux-headers.sh 2 additions, 2 deletionsscripts/update-linux-headers.sh
- subprojects/libvhost-user/libvhost-user.c 6 additions, 0 deletionssubprojects/libvhost-user/libvhost-user.c
Loading
Please register or sign in to comment