summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
...
* | target/i386/sev: Mark unreachable code with g_assert_not_reached()Philippe Mathieu-Daudé2021-10-131-2/+2
* | target/i386/sev: Remove sev_get_me_mask()Philippe Mathieu-Daudé2021-10-133-15/+0Star
* | target/i386/sev_i386.h: Remove unused headersPhilippe Mathieu-Daudé2021-10-132-4/+1Star
* | target/i386/cpu: Add missing 'qapi/error.h' headerPhilippe Mathieu-Daudé2021-10-131-0/+1
* | target/i386/monitor: Return QMP error when SEV is not enabled for guestPhilippe Mathieu-Daudé2021-10-131-0/+5
* | target/i386/sev: Prefix QMP errors with 'SEV'Philippe Mathieu-Daudé2021-10-132-10/+12
* | target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2021-10-132-0/+24
* | target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé2021-10-131-1/+5
|/
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-061-2/+2
* sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux bootDov Murik2021-10-053-0/+154
* i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov2021-10-011-3/+3
* i386: Make Hyper-V version id configurableVitaly Kuznetsov2021-10-013-15/+33
* i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenmentVitaly Kuznetsov2021-10-014-1/+15
* i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()Vitaly Kuznetsov2021-10-011-3/+6
* i386: Support KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov2021-10-013-0/+11
* i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUIDVitaly Kuznetsov2021-10-013-0/+15
* memory: Name all the memory listenersPeter Xu2021-09-304-1/+4
* target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell2021-09-301-1/+1
* target/i386: Add the query-sgx-capabilities QMP commandYang Zhong2021-09-301-0/+5
* target/i386: Add HMP and QMP interfaces for SGXYang Zhong2021-09-301-0/+27
* Adjust min CPUID level to 0x12 when SGX is enabledSean Christopherson2021-09-301-0/+5
* i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson2021-09-301-0/+19
* i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson2021-09-303-1/+35
* i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson2021-09-301-0/+77
* i386: Add feature control MSR dependency when SGX is enabledSean Christopherson2021-09-301-0/+5
* i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson2021-09-304-1/+58
* i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAXSean Christopherson2021-09-302-0/+22
* i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBXSean Christopherson2021-09-302-0/+22
* i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAXSean Christopherson2021-09-302-0/+21
* i386: Add primary SGX CPUID and MSR definesSean Christopherson2021-09-302-2/+14
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-7/+0Star
* hvf: Add Apple Silicon supportAlexander Graf2021-09-201-0/+6
* hvf: Introduce hvf_arch_init() callbackAlexander Graf2021-09-201-0/+5
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell2021-09-161-1/+1
|\
| * target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev2021-09-161-1/+1
* | user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé2021-09-141-1/+1
* | target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folderPhilippe Mathieu-Daudé2021-09-142-64/+62Star
* | target/i386: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-9/+5Star
* | accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé2021-09-141-2/+4
* | target/i386: Simplify TARGET_X86_64 #ifdef'ryPhilippe Mathieu-Daudé2021-09-141-3/+1Star
* | target/i386: Restrict sysemu-only fpu_helper helpersPhilippe Mathieu-Daudé2021-09-141-0/+3
* | accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-5/+5
|/
* Fix nvmm_ram_block_added() function argumentsReinoud Zandijk2021-09-131-2/+3
* target/i386: Added vVMLOAD and vVMSAVE featureLara Lazier2021-09-134-1/+34
* target/i386: Added changed priority check for VIRQLara Lazier2021-09-133-15/+22
* target/i386: Added ignore TPR check in ctl_has_irqLara Lazier2021-09-131-0/+5
* target/i386: Added VGIF V_IRQ masking capabilityLara Lazier2021-09-133-2/+19
* target/i386: Moved int_ctl into CPUX86State structureLara Lazier2021-09-136-38/+41
* target/i386: Added VGIF featureLara Lazier2021-09-133-3/+37
* target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier2021-09-133-18/+30