index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
cpu.c
Age
Commit message (
Expand
)
Author
2021-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
2021-11-02
KVM: SVM: add migration support for nested TSC scaling
Maxim Levitsky
2021-10-31
monitor: Trim some trailing space from human-readable output
Markus Armbruster
2021-10-29
target/i386: Remove core-capability in Snowridge CPU model
Chenyi Qiang
2021-10-13
target/i386/sev: Remove stubs by using code elision
Philippe Mathieu-Daudé
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
2021-10-13
target/i386/cpu: Add missing 'qapi/error.h' header
Philippe Mathieu-Daudé
2021-10-01
i386: Change the default Hyper-V version to match WS2016
Vitaly Kuznetsov
2021-10-01
i386: Make Hyper-V version id configurable
Vitaly Kuznetsov
2021-10-01
i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
Vitaly Kuznetsov
2021-10-01
i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
2021-10-01
i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
Vitaly Kuznetsov
2021-09-30
Adjust min CPUID level to 0x12 when SGX is enabled
Sean Christopherson
2021-09-30
i386: kvm: Add support for exposing PROVISIONKEY to guest
Sean Christopherson
2021-09-30
i386: Update SGX CPUID info according to hardware/KVM/user input
Sean Christopherson
2021-09-30
i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
Sean Christopherson
2021-09-30
i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAX
Sean Christopherson
2021-09-30
i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBX
Sean Christopherson
2021-09-30
i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAX
Sean Christopherson
2021-09-30
i386: Add primary SGX CPUID and MSR defines
Sean Christopherson
2021-09-13
target/i386: Added VGIF V_IRQ masking capability
Lara Lazier
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
2021-09-13
target/i386: Added VGIF feature
Lara Lazier
2021-09-13
target/i386: VMRUN and VMLOAD canonicalizations
Lara Lazier
2021-08-25
i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model
Yang Zhong
2021-08-25
target/i386: Remove split lock detect in Snowridge CPU model
Chenyi Qiang
2021-07-27
docs: Update path that mentions deprecated.rst
Mao Zhongyi
2021-07-23
i386: do not call cpudef-only models functions for max, host, base
Claudio Fontana
2021-07-13
target/i386: Fix cpuid level for AMD
zhenwei pi
2021-07-13
target/i386: suppress CPUID leaves not defined by the CPU vendor
Michael Roth
2021-07-13
i386: expand Hyper-V features during CPU feature expansion time
Vitaly Kuznetsov
2021-07-06
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
2021-07-06
target/i386: Make x86_ext_save_areas visible outside cpu.c
David Edmondson
2021-06-25
target/i386: kvm: add support for TSC scaling
Paolo Bonzini
2021-06-04
i386: run accel_cpu_instance_init as post_init
Claudio Fontana
2021-06-04
i386: reorder call to cpu_exec_realizefn
Claudio Fontana
2021-05-31
i386: drop FEAT_HYPERV feature leaves
Vitaly Kuznetsov
2021-05-31
i386: keep hyperv_vendor string up-to-date
Vitaly Kuznetsov
2021-05-31
i386: use better matching family/model/stepping for 'max' CPU
Daniel P. Berrangé
2021-05-31
i386: use better matching family/model/stepping for 'qemu64' CPU
Daniel P. Berrangé
2021-05-31
target/i386/cpu: Constify X86CPUDefinition
Philippe Mathieu-Daudé
2021-05-31
target/i386/cpu: Constify CPUCaches
Philippe Mathieu-Daudé
2021-05-31
target/i386: Add CPU model versions supporting 'xsaves'
Vitaly Kuznetsov
2021-05-28
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
2021-05-26
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
[next]