[PATCH 0/3] TDX: Fix and enhancement

Xiaoyao Li posted 3 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250603050305.1704586-1-xiaoyao.li@intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Marcelo Tosatti <mtosatti@redhat.com>
target/i386/cpu.h     |  4 ++--
target/i386/kvm/tdx.c | 14 ++++++++++----
target/i386/kvm/tdx.h |  6 +++---
3 files changed, 15 insertions(+), 9 deletions(-)
[PATCH 0/3] TDX: Fix and enhancement
Posted by Xiaoyao Li 5 months, 2 weeks ago
Patch 1 and patch 3 are the left review feedback of TDX QEMU v9 series.

Patch 2 is caught during preparing patch 3. 

Xiaoyao Li (3):
  i386/cpu: Rename enable_cpuid_0x1f to force_cpuid_0x1f
  i386/tdx: Fix the typo of the comment of struct TdxGuest
  i386/tdx: Clarify the error message of
    mrconfigid/mrowner/mrownerconfig

 target/i386/cpu.h     |  4 ++--
 target/i386/kvm/tdx.c | 14 ++++++++++----
 target/i386/kvm/tdx.h |  6 +++---
 3 files changed, 15 insertions(+), 9 deletions(-)


base-commit: 6322b753f798337835e205b6d805356bea582c86
-- 
2.43.0
Re: [PATCH 0/3] TDX: Fix and enhancement
Posted by Paolo Bonzini 5 months ago
Queued, thanks.

Paolo