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