aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2024-04-23i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li5-93/+69
2024-04-23target/i386: Export RFDS bit to guestsPawan Gupta1-2/+2
2024-04-23target/i386: Add new CPU model SierraForestTao Su1-0/+126
2024-04-23target/i386: Introduce Icelake-Server-v7 to enable TSXZhenzhong Duan1-0/+10
2024-04-23i386/kvm: Move architectural CPUID leaf generation to separate helperSean Christopherson1-206/+211
2024-04-18kvm: add support for guest physical bitsGerd Hoffmann1-8/+42
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann2-0/+30
2024-04-09target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson1-0/+3
2024-04-02accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé1-1/+1
2024-03-26target/i386/tcg: Enable page walking from MMIO memoryGregory Price1-27/+30
2024-03-20target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su1-1/+1
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini2-2/+2
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-9/+25
2024-03-12target: Improve error reporting for CpuModelInfo member @propsMarkus Armbruster1-5/+6
2024-03-12target/i386: Fix query-cpu-model-expansion to reject propsMarkus Armbruster1-8/+23
2024-03-12target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé7-49/+52
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-7/+7
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2-16/+8
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé1-1/+1
2024-03-09Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell1-0/+1
2024-03-09target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-08vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero4-0/+18
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell5-45/+92
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-2/+0
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini1-5/+7
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini1-13/+8
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini3-8/+12
2024-02-28target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini3-15/+33
2024-02-28target/i386: introduce function to query MMU indicesPaolo Bonzini2-2/+12
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini2-6/+24
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini1-2/+2
2024-02-23target/i386: do not filter processor tracing features except on KVMPaolo Bonzini1-1/+10
2024-02-20target/i386/monitor: Remove unused 'hw/i386/pc.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-02-16target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong1-5/+6
2024-02-16i386/cpuid: Move leaf 7 to correct groupXiaoyao Li1-1/+1
2024-02-16i386/cpuid: Remove subleaf constraint on CPUID leaf 1FXiaoyao Li1-4/+0
2024-02-16i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li1-0/+1
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li1-1/+1
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li1-2/+2
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li1-0/+2
2024-02-14target/i386/cpu: Fix typo in commentBernhard Beschow1-1/+1
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh4-7/+23
2024-02-14apic: add support for x2APIC modeBui Quang Minh2-1/+19
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh2-0/+30
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson1-1/+1
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-7/+1
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson2-7/+16
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé3-0/+15
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé3-0/+12
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1