aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson
2023-10-22target/i386: Use i128 for 128 and 256-bit loads and storesRichard Henderson
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-20migration: simplify blockersSteve Sistare
2023-10-19memory: follow Error API guidelinesMarc-André Lureau
2023-10-17target/i386: check intercept for XSETBVPaolo Bonzini
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini
2023-09-26target/i386/seg_helper: remove shadowed variablePaolo Bonzini
2023-09-26target/i386/seg_helper: introduce tss_set_busyPaolo Bonzini
2023-09-26target/i386/translate: avoid shadowed local variablesPaolo Bonzini
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini
2023-09-26target/i386/kvm: eliminate shadowed local variablesPaolo Bonzini
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-21target/i386: Export GDS_NO bit to guestsPawan Gupta
2023-09-21target/i386: enumerate bit 56 of MSR_IA32_VMX_BASICPaolo Bonzini
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-15target/i386: Use clmul_64Richard Henderson
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07target/i386: Restrict declarations specific to CONFIG_KVMPhilippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé
2023-09-07target/i386: Remove unused KVM stubsPhilippe Mathieu-Daudé
2023-09-07target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()Philippe Mathieu-Daudé
2023-09-07target/i386/helper: Restrict KVM declarations to system emulationPhilippe Mathieu-Daudé
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su
2023-09-01target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini
2023-09-01target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini