aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-10-22target/i386: Remove ra parameter from ptw_translateRichard Henderson
2024-10-22target/i386: Use probe_access_full_mmu in ptw_translateRichard Henderson
2024-10-22target/i386: Walk NPT in guest real modeAlexander Graf
2024-10-18Merge tag 'pull-error-2024-10-18' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-10-18target/i386/cpu: Improve errors for out of bounds property valuesMarkus Armbruster
2024-10-18target/i386/cpu: Avoid mixing signed and unsigned in property settersMarkus Armbruster
2024-10-17target/i386: Use only 16 and 32-bit operands for IN/OUTRichard Henderson
2024-10-17target/i386/tcg: Use DPL-level accesses for interrupts and call gatesPaolo Bonzini
2024-10-17target/i386: assert that cc_op* and pc_save are preservedPaolo Bonzini
2024-10-17target/i386: list instructions still in translate.cPaolo Bonzini
2024-10-17target/i386: do not check PREFIX_LOCK in old-style decoderPaolo Bonzini
2024-10-17target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoderPaolo Bonzini
2024-10-17target/i386: decode address before going back to translate.cPaolo Bonzini
2024-10-17target/i386: convert bit test instructions to new decoderPaolo Bonzini
2024-10-17target/i386: Make sure SynIC state is really updated before KVM_RUNVitaly Kuznetsov
2024-10-17target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'Vitaly Kuznetsov
2024-10-17target/i386: Fix conditional CONFIG_SYNDBG enablementVitaly Kuznetsov
2024-10-17target/i386: Add support save/load HWCR MSRGao Shiyuan
2024-10-17target/i386: Add more features enumerated by CPUID.7.2.EDXChao Gao
2024-10-17target/i386: Make invtsc migratable when user sets tsc-khz explicitlyXiaoyao Li
2024-10-17target/i386: Construct CPUID 2 as stateful iff times > 1Xiaoyao Li
2024-10-17target/i386: Enable fdp-excptn-only and zero-fcs-fdsXiaoyao Li
2024-10-17target/i386: Don't construct a all-zero entry for CPUID[0xD 0x3f]Xiaoyao Li
2024-10-13target/i386/gdbstub: Expose orig_axIlya Leoshkevich
2024-10-13target/i386/gdbstub: Factor out gdb_get_reg() and gdb_write_reg()Ilya Leoshkevich
2024-10-03target/i386/kvm: Report which action failed in kvm_arch_put/get_registersJulia Suvorova
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-10-03target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guestFabiano Rosas
2024-10-03kvm/i386: replace identity_base variable with a constantPaolo Bonzini
2024-10-03kvm/i386: refactor kvm_arch_init and split it into smaller functionsAni Sinha
2024-10-02kvm/i386: fix return values of is_host_cpu_intel()Ani Sinha
2024-10-02kvm/i386: make kvm_filter_msr() and related definitions private to kvm moduleAni Sinha
2024-10-02target/i386: Raise the highest index value used for any VMCS encodingLei Wang
2024-10-02target/i386: Add VMX control bits for nested FRED supportXin Li (Intel)
2024-10-02target/i386: Delete duplicated macro definition CR4_FRED_MASKXin Li (Intel)
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-24target/i386/kvm: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson
2024-08-21target/i386: Split out gen_prepare_val_nzRichard Henderson
2024-08-16target/i386: allow access_ptr to force slow path on failed probeAlex Bennée
2024-08-14target/i386: Fix arguments for vmsr_read_thread_stat()Anthony Harivel
2024-08-13target/i386: Assert MMX and XMM registers in rangeRichard Henderson
2024-08-13target/i386: Use unit not type in decode_modrmRichard Henderson
2024-08-13target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-08-05target/i386: Fix VSIB decodeRichard Henderson