aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini
2024-04-23i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li
2024-04-23target/i386: Export RFDS bit to guestsPawan Gupta
2024-04-23target/i386: Add new CPU model SierraForestTao Su
2024-04-23target/i386: Introduce Icelake-Server-v7 to enable TSXZhenzhong Duan
2024-04-23i386/kvm: Move architectural CPUID leaf generation to separate helperSean Christopherson
2024-04-18kvm: add support for guest physical bitsGerd Hoffmann
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann
2024-04-09target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson
2024-04-02accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé
2024-03-26target/i386/tcg: Enable page walking from MMIO memoryGregory Price
2024-03-20target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-03-12target: Improve error reporting for CpuModelInfo member @propsMarkus Armbruster
2024-03-12target/i386: Fix query-cpu-model-expansion to reject propsMarkus Armbruster
2024-03-12target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-03-09Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-03-09target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-08vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini
2024-02-28target/i386: introduce function to query MMU indicesPaolo Bonzini
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini
2024-02-23target/i386: do not filter processor tracing features except on KVMPaolo Bonzini
2024-02-20target/i386/monitor: Remove unused 'hw/i386/pc.h' headerPhilippe Mathieu-Daudé
2024-02-16target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong
2024-02-16i386/cpuid: Move leaf 7 to correct groupXiaoyao Li
2024-02-16i386/cpuid: Remove subleaf constraint on CPUID leaf 1FXiaoyao Li
2024-02-16i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-02-14target/i386/cpu: Fix typo in commentBernhard Beschow
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-14apic: add support for x2APIC modeBui Quang Minh
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé