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/target/i386
Richard Henderson 1188b07e60 * i386: fix migration issues in 10.1
* target/i386/mshv: new accelerator
 * rust: use glib-sys-rs
 * rust: fixes for docker tests
 -----BEGIN PGP SIGNATURE-----
 
 iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmjnaOwUHHBib256aW5p
 QHJlZGhhdC5jb20ACgkQv/vSX3jHroNsFQf/WXKxZLLnItHwDz3UdwjzewPWpz5N
 fpS0E4C03J8pACDgyfl7PQl47P7NlJ08Ig2Lc5l3Z9KiAKgh0orR7Cqd0BY5f9lo
 uk4FgXfXpQyApywAlctadrTfcH8sRv2tMaP6EJ9coLtJtHW9RUGFPaZeMsqrjpAl
 TpwAXPYNDDvvy1ih1LPh5DzOPDXE4pin2tDa94gJei56gY95auK4zppoNYLdB3kR
 GOyR4QK43/yhuxPHOmQCZOE3HK2XrKgMZHWIjAovjZjZFiJs49FaHBOpRfFpsUlG
 PB3UbIMtu69VY20LqbbyInPnyATRQzqIGnDGTErP6lfCGTKTy2ulQYWvHA==
 =KM5O
 -----END PGP SIGNATURE-----

Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging

* i386: fix migration issues in 10.1
* target/i386/mshv: new accelerator
* rust: use glib-sys-rs
* rust: fixes for docker tests

# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmjnaOwUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroNsFQf/WXKxZLLnItHwDz3UdwjzewPWpz5N
# fpS0E4C03J8pACDgyfl7PQl47P7NlJ08Ig2Lc5l3Z9KiAKgh0orR7Cqd0BY5f9lo
# uk4FgXfXpQyApywAlctadrTfcH8sRv2tMaP6EJ9coLtJtHW9RUGFPaZeMsqrjpAl
# TpwAXPYNDDvvy1ih1LPh5DzOPDXE4pin2tDa94gJei56gY95auK4zppoNYLdB3kR
# GOyR4QK43/yhuxPHOmQCZOE3HK2XrKgMZHWIjAovjZjZFiJs49FaHBOpRfFpsUlG
# PB3UbIMtu69VY20LqbbyInPnyATRQzqIGnDGTErP6lfCGTKTy2ulQYWvHA==
# =KM5O
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 09 Oct 2025 12:49:00 AM PDT
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [unknown]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [unknown]
# gpg: WARNING: The key's User ID 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: (35 commits)
  rust: fix path to rust_root_crate.sh
  tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS
  MAINTAINERS: Add maintainers for mshv accelerator
  docs: Add mshv to documentation
  target/i386/mshv: Use preallocated page for hvcall
  qapi/accel: Allow to query mshv capabilities
  accel/mshv: Handle overlapping mem mappings
  target/i386/mshv: Implement mshv_vcpu_run()
  target/i386/mshv: Write MSRs to the hypervisor
  target/i386/mshv: Integrate x86 instruction decoder/emulator
  target/i386/mshv: Register MSRs with MSHV
  target/i386/mshv: Register CPUID entries with MSHV
  target/i386/mshv: Set local interrupt controller state
  target/i386/mshv: Implement mshv_arch_put_registers()
  target/i386/mshv: Implement mshv_get_special_regs()
  target/i386/mshv: Implement mshv_get_standard_regs()
  target/i386/mshv: Implement mshv_store_regs()
  target/i386/mshv: Add CPU create and remove logic
  accel/mshv: Add vCPU signal handling
  accel/mshv: Add vCPU creation and execution loop
  ...

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
4 days ago
..
emulate target/i386/mshv: Add x86 decoder/emu implementation 5 days ago
hvf treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt() 4 weeks ago
kvm * i386: fix migration issues in 10.1 4 days ago
mshv target/i386/mshv: Use preallocated page for hvcall 5 days ago
nvmm target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback 7 days ago
tcg target/i386: Define enum X86ASIdx for x86's address spaces 4 weeks ago
whpx target/i386/whpx: Replace legacy cpu_physical_memory_rw() call 7 days ago
Kconfig i386: select correct components for no-board build 1 year ago
arch_dump.c include: Rename sysemu/ -> system/ 10 months ago
arch_memory_mapping.c target/i386/arch_memory_mapping: Use address_space_memory_is_io() 7 days ago
confidential-guest.c qom: Have class_init() take a const data argument 6 months ago
confidential-guest.h i386/cgs: Introduce x86_confidential_guest_check_features() 5 months ago
cpu-apic.c include/system: Move exec/address-spaces.h to system/address-spaces.h 6 months ago
cpu-dump.c target/i386: remove CC_OP_CLR 12 months ago
cpu-internal.h include: Rename sysemu/ -> system/ 10 months ago
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 6 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2 years ago
cpu-system.c qapi: make most CPU commands unconditionally available 5 months ago
cpu.c target/i386: add compatibility property for pdcm feature 6 days ago
cpu.h target/i386/mshv: Register MSRs with MSHV 5 days ago
gdbstub.c target/i386/gdbstub: Expose orig_ax 1 year ago
helper.c target/i386: limit a20 to system emulation 4 weeks ago
helper.h target/i386: optimize computation of ZF from CC_OP_DYNAMIC 12 months ago
host-cpu.c i386/cpu: Unify family, model and stepping calculation for x86 CPU 3 months ago
host-cpu.h i386/cpu: Cleanup host_cpu_max_instance_init() 3 months ago
machine.c target/i386: Add support for save/load of exception error code 2 months ago
meson.build target/i386/mshv: Add x86 decoder/emu implementation 5 days ago
monitor.c qapi: remove the misc-target.json file 5 months ago
ops_sse.h target/i386: Use correct type for get_float_exception_flags() values 4 months ago
sev-system-stub.c qapi: make SEV commands unconditionally available 5 months ago
sev.c sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2 3 months ago
sev.h i386/sev: Add implementation of CGS set_guest_policy() 3 months ago
svm.h target/i386: check intercept for XSETBV 2 years ago
trace-events target/i386/sev: Use size_t for object sizes 1 year ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
xsave_helper.c qemu: Declare all load/store helper in 'qemu/bswap.h' 3 months ago