Show patches with: Series = TDX QEMU support       |    State = Action Required       |   40 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v1,40/40] docs: Add TDX documentation TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,39/40] i386/tdx: Don't get/put guest state for TDX VMs TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,38/40] i386/tdx: Skip kvm_put_apicbase() for TDs TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,37/40] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,36/40] i386/tdx: Don't synchronize guest tsc for TDs TDX QEMU support 1 1 - --- 2022-08-02 Xiaoyao Li New
[v1,35/40] hw/i386: add option to forcibly report edge trigger in acpi tables TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,34/40] hw/i386: add eoi_intercept_unsupported member to X86MachineState TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,33/40] i386/tdx: Don't allow system reset for TDX VMs TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,32/40] i386/tdx: Disable PIC for TDX VMs TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,31/40] i386/tdx: Disable SMM for TDX VMs TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,30/40] i386/tdx: Finalize TDX VM TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,29/40] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,28/40] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,27/40] i386/tdx: Setup the TD HOB list TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,26/40] headers: Add definitions from UEFI spec for volumes, resources, etc... TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,25/40] i386/tdx: Track RAM entries for TDX VM TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,24/40] i386/tdx: Track mem_ptr for each firmware entry of TDVF TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,23/40] i386/tdx: Don't initialize pc.rom for TDX VMs TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,22/40] i386/tdx: Skip BIOS shadowing setup TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,21/40] i386/tdx: Parse TDVF metadata for TDX VM TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,20/40] i386/tdvf: Introduce function to parse TDVF metadata TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,19/40] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,18/40] i386/tdx: Implement user specified tsc frequency TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,17/40] i386/tdx: Validate TD attributes TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,16/40] i386/tdx: Wire CPU features up with attributes of TD guest TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,15/40] i386/tdx: Add property sept-ve-disable for tdx-guest object TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,14/40] i386/tdx: Initialize TDX before creating TD vcpus TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,13/40] KVM: Introduce kvm_arch_pre_create_vcpu() TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,12/40] i386/kvm: Move architectural CPUID leaf generation to separate helper TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,11/40] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,10/40] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,09/40] i386/tdx: Update tdx_fixed0/1 bits by tdx_caps.cpuid_config[] TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,07/40] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,06/40] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New
[v1,05/40] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,04/40] target/i386: Introduce kvm_confidential_guest_init() TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,03/40] target/i386: Implement mc->kvm_type() to get VM type TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,02/40] i386: Introduce tdx-guest object TDX QEMU support 1 - - --- 2022-08-02 Xiaoyao Li New
[v1,01/40] *** HACK *** linux-headers: Update headers to pull in TDX API changes TDX QEMU support - - - --- 2022-08-02 Xiaoyao Li New