aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su1-0/+2
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin1-0/+1
2023-07-07target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESTao Su1-0/+4
2023-07-07target/i386: Add support for MCDT_NO in CPUID enumerationTao Su1-0/+4
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-13target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulationPhilippe Mathieu-Daudé1-1/+2
2023-05-18target/i386: add support for FB_CLEAR featureEmanuele Giuseppe Esposito1-0/+1
2023-05-18target/i386: add support for FLUSH_L1D featureEmanuele Giuseppe Esposito1-0/+2
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger1-0/+3
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger1-0/+8
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger1-0/+4
2023-04-28target/i386: Add support for PREFETCHIT0/1 in CPUID enumerationJiaxi Chen1-0/+2
2023-04-28target/i386: Add support for AVX-NE-CONVERT in CPUID enumerationJiaxi Chen1-0/+2
2023-04-28target/i386: Add support for AVX-VNNI-INT8 in CPUID enumerationJiaxi Chen1-0/+4
2023-04-28target/i386: Add support for AVX-IFMA in CPUID enumerationJiaxi Chen1-0/+2
2023-04-28target/i386: Add support for AMX-FP16 in CPUID enumerationJiaxi Chen1-0/+2
2023-04-28target/i386: Add support for CMPCCXADD in CPUID enumerationJiaxi Chen1-0/+2
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins1-0/+5
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse1-0/+1
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse1-0/+4
2023-03-01i386/xen: Add support for Xen event channel delivery to vCPUDavid Woodhouse1-0/+2
2023-03-01i386/xen: implement HVMOP_set_evtchn_upcall_vectorAnkur Arora1-0/+1
2023-03-01i386/xen: handle VCPUOP_register_runstate_memory_areaJoao Martins1-0/+1
2023-03-01i386/xen: handle VCPUOP_register_vcpu_time_infoJoao Martins1-0/+1
2023-03-01i386/xen: handle VCPUOP_register_vcpu_infoJoao Martins1-0/+2
2023-03-01i386/kvm: handle Xen HVM cpuid leavesJoao Martins1-0/+2
2023-02-28Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...Peter Maydell1-6/+6
2023-02-27target/i386: Remove x86_cpu_dump_local_apic_state() dead stubPhilippe Mathieu-Daudé1-0/+4
2023-02-27target/i386/cpu: Remove dead helper_lock() declarationPhilippe Mathieu-Daudé1-3/+0
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-3/+2
2023-02-27i386: Add new CPU model SapphireRapidsWang, Lei1-0/+4
2023-02-27target/i386: add FZRM, FSRS, FSRCPaolo Bonzini1-0/+7
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini1-0/+3
2022-10-18target/i386: add AVX_EN hflagPaul Brook1-0/+3
2022-10-18target/i386: Define XMMReg and access macros, align ZMM registersRichard Henderson1-14/+44
2022-10-18target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson1-2/+0
2022-10-18target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson1-0/+3
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero1-0/+2
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini1-0/+3
2022-10-10i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple faultChenyi Qiang1-0/+1
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank1-4/+4
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov1-0/+1
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov1-0/+1
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov1-0/+1
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov1-0/+1
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov1-1/+0
2022-05-14target/i386: Add MSR access interface for Arch LBRYang Weijiang1-0/+10
2022-05-14target/i386: Add XSAVES support for Arch LBRYang Weijiang1-0/+23
2022-05-14target/i386: Enable support for XSAVES based featuresYang Weijiang1-2/+12