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