Age | Commit message (Expand) | Author | Files | Lines |
2021-07-06 | target/i386: Populate x86_ext_save_areas offsets using cpuid where possible | David Edmondson | 2 | -0/+37 |
2021-07-06 | target/i386: Pass buffer and length to XSAVE helper | David Edmondson | 1 | -6/+7 |
2021-07-06 | target/i386: Consolidate the X86XSaveArea offset checks | David Edmondson | 1 | -39/+0 |
2021-06-25 | target/i386: kvm: add support for TSC scaling | Paolo Bonzini | 1 | -4/+8 |
2021-06-17 | i386: Add ratelimit for bus locks acquired in guest | Chenyi Qiang | 1 | -0/+41 |
2021-06-04 | i386: reorder call to cpu_exec_realizefn | Claudio Fontana | 1 | -2/+10 |
2021-06-02 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-... | Peter Maydell | 1 | -1/+1 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-31 | i386: use global kvm_state in hyperv_enabled() check | Vitaly Kuznetsov | 1 | -2/+1 |
2021-05-31 | i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's one | Vitaly Kuznetsov | 1 | -4/+13 |
2021-05-31 | i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array size | Vitaly Kuznetsov | 1 | -1/+2 |
2021-05-31 | i386: switch hyperv_expand_features() to using error_setg() | Vitaly Kuznetsov | 1 | -40/+61 |
2021-05-31 | i386: move eVMCS enablement to hyperv_init_vcpu() | Vitaly Kuznetsov | 1 | -23/+37 |
2021-05-31 | i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_f... | Vitaly Kuznetsov | 1 | -10/+24 |
2021-05-31 | i386: introduce hv_cpuid_cache | Vitaly Kuznetsov | 1 | -53/+56 |
2021-05-31 | i386: drop FEAT_HYPERV feature leaves | Vitaly Kuznetsov | 1 | -72/+36 |
2021-05-31 | i386: introduce hv_cpuid_get_host() | Vitaly Kuznetsov | 1 | -45/+57 |
2021-05-31 | i386: introduce hyperv_feature_supported() | Vitaly Kuznetsov | 1 | -19/+30 |
2021-05-31 | i386: stop using env->features[] for filling Hyper-V CPUIDs | Vitaly Kuznetsov | 1 | -38/+42 |
2021-05-31 | i386: always fill Hyper-V CPUID feature leaves from X86CPU data | Vitaly Kuznetsov | 1 | -9/+0 |
2021-05-31 | i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough | Vitaly Kuznetsov | 1 | -5/+1 |
2021-05-31 | i386: keep hyperv_vendor string up-to-date | Vitaly Kuznetsov | 1 | -0/+5 |
2021-05-31 | i386: Document when features can be added to kvm_default_props | Eduardo Habkost | 1 | -0/+5 |
2021-05-10 | accel-cpu: make cpu_realizefn return a bool | Claudio Fontana | 1 | -2/+2 |
2021-05-10 | i386: split cpu accelerators from cpu.c, using AccelCPUClass | Claudio Fontana | 4 | -2/+200 |
2021-03-19 | i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_... | Vitaly Kuznetsov | 1 | -0/+1 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-06 | KVM: x86: do not fail if software breakpoint has already been removed | Paolo Bonzini | 1 | -2/+7 |
2021-02-16 | kvm/i386: Use a per-VM check for SMM capability | Tom Lendacky | 1 | -1/+1 |
2021-02-16 | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky | 1 | -0/+6 |
2021-02-16 | sev/i386: Allow AP booting under SEV-ES | Paolo Bonzini | 1 | -0/+2 |
2021-02-08 | target/i386: Add support for save/load IA32_PKRS MSR | Chenyi Qiang | 1 | -0/+13 |
2021-02-08 | confidential guest support: Move SEV initialization into arch specific code | David Gibson | 1 | -0/+20 |
2020-12-16 | i386: move hyperv_limits initialization to x86_cpu_realizefn() | Vitaly Kuznetsov | 1 | -1/+12 |
2020-12-16 | i386: move hyperv_version_id initialization to x86_cpu_realizefn() | Vitaly Kuznetsov | 1 | -2/+12 |
2020-12-16 | i386: move hyperv_interface_id initialization to x86_cpu_realizefn() | Vitaly Kuznetsov | 1 | -6/+12 |
2020-12-16 | i386: move hyperv_vendor_id initialization to x86_cpu_realizefn() | Vitaly Kuznetsov | 1 | -15/+10 |
2020-12-16 | i386: move kvm accel files into kvm/ | Claudio Fontana | 10 | -0/+5213 |