aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson
2021-10-13target/i386: Use MO_128 for 16 byte atomicsRichard Henderson
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_startDov Murik
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Remove stubs by using code elisionPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Restrict SEV to system emulationPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Use g_autofree in sev_launch_get_measure()Philippe Mathieu-Daudé
2021-10-13target/i386/sev: sev_get_attestation_report use g_autofreeDr. David Alan Gilbert
2021-10-13target/i386/sev: Mark unreachable code with g_assert_not_reached()Philippe Mathieu-Daudé
2021-10-13target/i386/sev: Remove sev_get_me_mask()Philippe Mathieu-Daudé
2021-10-13target/i386/sev_i386.h: Remove unused headersPhilippe Mathieu-Daudé
2021-10-13target/i386/cpu: Add missing 'qapi/error.h' headerPhilippe Mathieu-Daudé
2021-10-13target/i386/monitor: Return QMP error when SEV is not enabled for guestPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Prefix QMP errors with 'SEV'Philippe Mathieu-Daudé
2021-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé
2021-10-13target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux bootDov Murik
2021-10-01i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov
2021-10-01i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov
2021-10-01i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()Vitaly Kuznetsov
2021-10-01i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov
2021-10-01i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong
2021-09-30Adjust min CPUID level to 0x12 when SGX is enabledSean Christopherson
2021-09-30i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson
2021-09-30i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson
2021-09-30i386: Add feature control MSR dependency when SGX is enabledSean Christopherson
2021-09-30i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAXSean Christopherson
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBXSean Christopherson
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAXSean Christopherson
2021-09-30i386: Add primary SGX CPUID and MSR definesSean Christopherson