summary refs log tree commit diff stats
path: root/target/i386/kvm/kvm-cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm: add support for guest physical bitsGerd Hoffmann2024-04-181-8/+42
* target/i386/kvm: Correct comment in kvm_cpu_realize()Philippe Mathieu-Daudé2023-11-071-0/+1
* accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé2023-10-031-1/+1
* accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé2023-10-031-1/+1
* accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé2023-10-031-1/+1
* target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2022-05-161-1/+1
* KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini2022-03-231-7/+12
* x86: Grant AMX permission for guestYang Zhong2022-03-151-6/+6
* x86: Fix the 64-byte boundary enumeration for extended stateJing Liu2022-03-151-0/+1
* i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana2021-07-231-49/+56
* target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson2021-07-061-0/+30
* i386: reorder call to cpu_exec_realizefnClaudio Fontana2021-06-041-2/+10
* i386: Document when features can be added to kvm_default_propsEduardo Habkost2021-05-311-0/+5
* accel-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-2/+2
* i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana2021-05-101-0/+151