-
- Downloads
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
* kvm: reuse per-vcpu stats fd to avoid vcpu interruption * Validate cluster and NUMA node boundary on ARM and RISC-V * various small TCG features from newer processors * Remove dubious 'event_notifier-posix.c' include * fix git-submodule.sh in releases # -----BEGIN PGP SIGNATURE----- # # iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmSZS0IUHHBib256aW5p # QHJlZGhhdC5jb20ACgkQv/vSX3jHroN+tgf/axJdG9NXKCyXgc0vzjKVhSR4Y+tC # EPxkg7Rq7uOMgbph9oTS/2Kzh9LnP6kLt2qnS4igRHGuEBd58yD6fFNDv0LJsK/l # B/d0WGHMKV0KMYOX24rkyfohVu37GhVRsiVSIlIiQVTC9JtYer7WxdnyoDaPKvY8 # dpbKgDrd59vAlsHrpj7ZubVQPcL3lXrLryimpDohMH6Ba+4wZq+7dKPpal97QOP2 # 3i7isUBTQiMOcVjW6GEiNcDLSJqj5DSgylhdFnaBsq/ThpC2PxWoXcCbV28QELzf # 5+J+RXQavmeWKZMR0q98iBzWbrsVtaSxAkHHiwbUMMqQvkfY6Dpo5dMHWw== # =WHE2 # -----END PGP SIGNATURE----- # gpg: Signature made Mon 26 Jun 2023 10:24:34 AM CEST # 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 : git-submodule.sh: allow running in validate mode without previous update target/i386: implement SYSCALL/SYSRET in 32-bit emulators target/i386: implement RDPID in TCG target/i386: sysret and sysexit are privileged target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit mode target/i386: Intel only supports SYSCALL/SYSRET in long mode target/i386: TCG supports WBNOINVD target/i386: TCG supports XSAVEERPTR target/i386: do not accept RDSEED if CPUID bit absent target/i386: TCG supports RDSEED target/i386: TCG supports 3DNow! prefetch(w) target/i386: fix INVD vmexit kvm: reuse per-vcpu stats fd to avoid vcpu interruption hw/riscv: Validate cluster and NUMA node boundary hw/arm: Validate cluster and NUMA node boundary numa: Validate cluster and NUMA node boundary if required hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include build: further refine build.ninja rules Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- Makefile 13 additions, 4 deletionsMakefile
- accel/kvm/kvm-all.c 15 additions, 15 deletionsaccel/kvm/kvm-all.c
- bsd-user/i386/target_arch_cpu.h 4 additions, 0 deletionsbsd-user/i386/target_arch_cpu.h
- configure 2 additions, 1 deletionconfigure
- hw/arm/sbsa-ref.c 2 additions, 0 deletionshw/arm/sbsa-ref.c
- hw/arm/virt.c 2 additions, 0 deletionshw/arm/virt.c
- hw/core/machine.c 42 additions, 0 deletionshw/core/machine.c
- hw/remote/proxy.c 0 additions, 1 deletionhw/remote/proxy.c
- hw/riscv/spike.c 2 additions, 0 deletionshw/riscv/spike.c
- hw/riscv/virt.c 2 additions, 0 deletionshw/riscv/virt.c
- include/hw/boards.h 1 addition, 0 deletionsinclude/hw/boards.h
- include/hw/core/cpu.h 1 addition, 0 deletionsinclude/hw/core/cpu.h
- linux-user/i386/cpu_loop.c 5 additions, 4 deletionslinux-user/i386/cpu_loop.c
- meson.build 2 additions, 0 deletionsmeson.build
- scripts/git-submodule.sh 41 additions, 32 deletionsscripts/git-submodule.sh
- target/i386/cpu.c 23 additions, 8 deletionstarget/i386/cpu.c
- target/i386/helper.h 1 addition, 3 deletionstarget/i386/helper.h
- target/i386/tcg/misc_helper.c 15 additions, 6 deletionstarget/i386/tcg/misc_helper.c
- target/i386/tcg/seg_helper.c 5 additions, 2 deletionstarget/i386/tcg/seg_helper.c
- target/i386/tcg/sysemu/seg_helper.c 4 additions, 3 deletionstarget/i386/tcg/sysemu/seg_helper.c
Loading
Please register or sign in to comment