Show patches with: Submitter = Xiaoyao Li       |    Archived = No       |   562 patches
« 1 2 ... 3 4 5 6 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v2,18/21] trace/kvm: Add trace for page convertion between shared and private QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,17/21] kvm: handle KVM_EXIT_MEMORY_FAULT QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,16/21] physmem: Introduce ram_block_convert_range() QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,15/21] physmem: extract ram_block_discard_range_fd() from ram_block_discard_range() QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,14/21] physmem: replace function name with __func__ in ram_block_discard_range() QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,13/21] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,12/21] kvm/memory: Introduce the infrastructure to set the default shared/private value QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,11/21] kvm: Introduce support for memory_attributes QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,10/21] i386/kvm: Implement kvm_sw_protected_vm_init() for sw-protcted-vm specific functions QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,09/21] target/i386: Introduce kvm_confidential_guest_init() QEMU gmem implemention 1 - 1 - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,08/21] target/i386: Implement mc->kvm_type() to get VM type QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,07/21] i386/pc: Drop pc_machine_kvm_type() QEMU gmem implemention 1 - 2 - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,06/21] i386: Add support for sw-protected-vm object QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,05/21] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,04/21] memory: Introduce memory_region_has_gmem_fd() QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,02/21] RAMBlock: Add support of KVM private gmem QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[RFC,v2,01/21] *** HACK *** linux-headers: Update headers to pull in gmem APIs QEMU gmem implemention - - - - --- 2023-09-14 Xiaoyao Li New
[v2,58/58] docs: Add TDX documentation TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,57/58] i386/tdx: Don't get/put guest state for TDX VMs TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,56/58] i386/tdx: Skip kvm_put_apicbase() for TDs TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,55/58] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,54/58] i386/tdx: Don't synchronize guest tsc for TDs TDX QEMU support 1 - 1 - --- 2023-08-18 Xiaoyao Li New
[v2,53/58] hw/i386: add option to forcibly report edge trigger in acpi tables TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,52/58] hw/i386: add eoi_intercept_unsupported member to X86MachineState TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,51/58] i386/tdx: LMCE is not supported for TDX TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,50/58] i386/tdx: Don't allow system reset for TDX VMs TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,49/58] i386/tdx: Disable PIC for TDX VMs TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,48/58] i386/tdx: Disable SMM for TDX VMs TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,46/58] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR> TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,45/58] i386/tdx: Limit the range size for MapGPA TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,42/58] i386/tdx: register the fd read callback with the main loop to read the quote data TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote> TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,40/58] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt> TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,39/58] i386/tdx: Finalize TDX VM TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,38/58] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,37/58] i386/tdx: register TDVF as private memory TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,36/58] memory: Introduce memory_region_init_ram_gmem() TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,35/58] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,34/58] i386/tdx: Setup the TD HOB list TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,33/58] headers: Add definitions from UEFI spec for volumes, resources, etc... TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,32/58] i386/tdx: Track RAM entries for TDX VM TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,31/58] i386/tdx: Track mem_ptr for each firmware entry of TDVF TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,30/58] i386/tdx: Don't initialize pc.rom for TDX VMs TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,29/58] i386/tdx: Skip BIOS shadowing setup TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,28/58] i386/tdx: Parse TDVF metadata for TDX VM TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,27/58] i386/tdvf: Introduce function to parse TDVF metadata TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,26/58] kvm/tdx: Ignore memory conversion to shared of unassigned region TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,25/58] kvm/tdx: Don't complain when converting vMMIO region to shared TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,24/58] i386/tdx: Create kvm gmem for TD TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,23/58] i386/tdx: Make memory type private by default TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,22/58] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,21/58] i386/tdx: Implement user specified tsc frequency TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,19/58] qom: implement property helper for sha384 TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,18/58] i386/tdx: Validate TD attributes TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,17/58] i386/tdx: Wire CPU features up with attributes of TD guest TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,16/58] i386/tdx: Make sept_ve_disable set by default TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,15/58] i386/tdx: Add property sept-ve-disable for tdx-guest object TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,14/58] i386/tdx: Initialize TDX before creating TD vcpus TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,13/58] kvm: Introduce kvm_arch_pre_create_vcpu() TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,12/58] i386/kvm: Move architectural CPUID leaf generation to separate helper TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,11/58] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,10/58] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,09/58] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[] TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,07/58] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,06/58] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,05/58] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context TDX QEMU support 1 - - - --- 2023-08-18 Xiaoyao Li New
[v2,04/58] target/i386: Introduce kvm_confidential_guest_init() TDX QEMU support 1 - 1 - --- 2023-08-18 Xiaoyao Li New
[v2,03/58] target/i386: Parse TDX vm type TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[v2,02/58] i386: Introduce tdx-guest object TDX QEMU support 2 - - - --- 2023-08-18 Xiaoyao Li New
[v2,01/58] *** HACK *** linux-headers: Update headers to pull in TDX API changes TDX QEMU support - - - - --- 2023-08-18 Xiaoyao Li New
[RFC,19/19] i386: Disable SMM mode for X86_SW_PROTECTED_VM QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,18/19] q35: Introduce smm_ranges property for q35-pci-host QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,17/19] pci-host/q35: Move PAM initialization above SMRAM initialization QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,16/19] trace/kvm: Add trace for page convertion between shared and private QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,15/19] kvm: handle KVM_EXIT_MEMORY_FAULT QEMU gmem implemention - - 1 - --- 2023-07-31 Xiaoyao Li New
[RFC,14/19] physmem: Add ram_block_convert_range QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,13/19] physmem: replace function name with __func__ in ram_block_discard_range() QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,12/19] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,11/19] kvm/memory: Introduce the infrastructure to set the default shared/private value QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,10/19] kvm: Introduce support for memory_attributes QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,09/19] i386/kvm: Create gmem fd for KVM_X86_SW_PROTECTED_VM QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,08/19] HostMem: Add private property to indicate to use kvm gmem QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,07/19] target/i386: Implement mc->kvm_type() to get VM type QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,06/19] i386/pc: Drop pc_machine_kvm_type() QEMU gmem implemention - - 1 - --- 2023-07-31 Xiaoyao Li New
[RFC,05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,04/19] memory: Introduce memory_region_can_be_private() QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,03/19] RAMBlock: Support KVM gmemory QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,02/19] *** HACK *** linux-headers: Update headers to pull in gmem APIs QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[RFC,01/19] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory() QEMU gmem implemention - - - - --- 2023-07-31 Xiaoyao Li New
[v2,3/3] i386/cpuid: Move leaf 7 to correct group i386: Minor fixes of building CPUIDs - 1 1 - --- 2023-06-13 Xiaoyao Li New
[v2,2/3] i386/cpuid: Remove subleaf constraint on CPUID leaf 1F i386: Minor fixes of building CPUIDs - - 1 - --- 2023-06-13 Xiaoyao Li New
[v2,1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F i386: Minor fixes of building CPUIDs - - 1 - --- 2023-06-13 Xiaoyao Li New
[v4,8/8] target/i386/intel-pt: Access MSR_IA32_RTIT_ADDRn based on guest CPUID configuration i386: Make Intel PT configurable - - - - --- 2023-05-31 Xiaoyao Li New
[v4,7/8] target/i386/intel-pt: Define specific PT feature set for IceLake-server, Snowridge and Sap… i386: Make Intel PT configurable - - - - --- 2023-05-31 Xiaoyao Li New
[v4,6/8] target/i386/intel-pt: Enable host pass through of Intel PT i386: Make Intel PT configurable - - - - --- 2023-05-31 Xiaoyao Li New
[v4,5/8] target/i386/intel-pt: Rework/rename the default INTEL-PT feature set i386: Make Intel PT configurable - - - - --- 2023-05-31 Xiaoyao Li New
« 1 2 ... 3 4 5 6 »