aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm/kvm-cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini1-1/+1
2024-06-30target/i386: Advertise MWAIT iff host supportsZide Chen1-2/+9
2024-06-19target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'Philippe Mathieu-Daudé1-2/+1
2024-04-18kvm: add support for guest physical bitsGerd Hoffmann1-8/+42
2023-11-07target/i386/kvm: Correct comment in kvm_cpu_realize()Philippe Mathieu-Daudé1-0/+1
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé1-1/+1
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé1-1/+1
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé1-1/+1
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse1-1/+1
2022-03-23KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini1-7/+12
2022-03-15x86: Grant AMX permission for guestYang Zhong1-6/+6
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu1-0/+1
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana1-49/+56
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson1-0/+30
2021-06-04i386: reorder call to cpu_exec_realizefnClaudio Fontana1-2/+10
2021-05-31i386: Document when features can be added to kvm_default_propsEduardo Habkost1-0/+5
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana1-2/+2
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana1-0/+151