summary refs log tree commit diff stats
path: root/target/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386: switch boards to "default y"Paolo Bonzini2024-05-031-0/+1
* Kconfig: kvm: allow building without any boardPaolo Bonzini2024-05-031-0/+2
* target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li2024-05-031-4/+10
* target/i386/cpu: Remove "x86" prefix from the CPU listThomas Huth2024-04-291-1/+1
* accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-262-3/+3
* accel/nvmm: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-10/+11
* accel/whpx: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-11/+12
* target/i386: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
* target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2024-04-262-3/+3
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-254-102/+113
|\
| * target/i386: Move APIC related code to cpu-apic.cPhilippe Mathieu-Daudé2024-04-254-102/+113
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
|/
* target/i386/translate.c: always write 32-bits for SGDT and SIDTMark Cave-Ayland2024-04-231-6/+8
* target/i386/cpu: Merge the warning and error messages for AMD HT checkZhao Liu2024-04-231-3/+3
* target/i386/cpu: Consolidate the use of warn_report_once()Zhao Liu2024-04-231-8/+5
* target/i386/host-cpu: Consolidate the use of warn_report_once()Zhao Liu2024-04-231-7/+4
* hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth2024-04-231-0/+1
* i386/sev: Add 'legacy-vm-type' parameter for SEV guest objectsMichael Roth2024-04-231-1/+17
* target/i386: SEV: use KVM_SEV_INIT2 if possiblePaolo Bonzini2024-04-232-4/+39
* target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini2024-04-233-0/+65
* target/i386: introduce x86-confidential-guestPaolo Bonzini2024-04-234-4/+77
* KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini2024-04-231-5/+0
* KVM: track whether guest state is encryptedPaolo Bonzini2024-04-231-0/+1
* i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li2024-04-235-93/+69
* target/i386: Export RFDS bit to guestsPawan Gupta2024-04-231-2/+2
* target/i386: Add new CPU model SierraForestTao Su2024-04-231-0/+126
* target/i386: Introduce Icelake-Server-v7 to enable TSXZhenzhong Duan2024-04-231-0/+10
* i386/kvm: Move architectural CPUID leaf generation to separate helperSean Christopherson2024-04-231-206/+211
* kvm: add support for guest physical bitsGerd Hoffmann2024-04-181-8/+42
* target/i386: add guest-phys-bits cpu propertyGerd Hoffmann2024-04-182-0/+30
* target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson2024-04-091-0/+3
* accel/hvf: Un-inline hvf_arch_supports_guest_debug()Philippe Mathieu-Daudé2024-04-021-1/+1
* target/i386/tcg: Enable page walking from MMIO memoryGregory Price2024-03-261-27/+30
* target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su2024-03-201-1/+1
* target/i386: fix direction of "32-bit MMU" testPaolo Bonzini2024-03-182-2/+2
* Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2024-03-121-9/+25
|\
| * target: Improve error reporting for CpuModelInfo member @propsMarkus Armbruster2024-03-121-5/+6
| * target/i386: Fix query-cpu-model-expansion to reject propsMarkus Armbruster2024-03-121-8/+23
* | target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé2024-03-127-49/+52
* | target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé2024-03-121-7/+7
* | bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2024-03-122-16/+8
* | bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2024-03-121-1/+1
|/
* Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-091-0/+1
|\
| * target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-091-0/+1
* | vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero2024-03-084-0/+18
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-02-285-45/+92
|\
| * target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini2024-02-281-5/+7
| * target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini2024-02-281-13/+8
| * target/i386: Fix physical address truncationPaolo Bonzini2024-02-283-8/+12
| * target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini2024-02-283-15/+33