[PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu

Xiaoyao Li posted 2 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250730095253.1833411-1-xiaoyao.li@intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Zhao Liu <zhao1.liu@intel.com>, Marcelo Tosatti <mtosatti@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
accel/kvm/kvm-all.c              |  2 +-
system/physmem.c                 |  5 -----
target/i386/cpu.h                |  5 +++++
target/i386/kvm/kvm-cpu.c        | 10 ++++++++++
target/i386/kvm/kvm.c            |  7 ++++++-
target/i386/tcg/system/tcg-cpu.c |  4 ++--
6 files changed, 24 insertions(+), 9 deletions(-)
[PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
Posted by Xiaoyao Li 3 months, 2 weeks ago
Patch 1 enables the SMM address space i386 cpu under KVM.

Patch 2 gives name for each address space index.

---
changes in v2:
- collect Reviewed-by and Tested-by;
- fix typos and refine changelog;

Xiaoyao Li (2):
  i386/cpu: Enable SMM cpu address space under KVM
  target/i386: Define enum X86ASIdx for x86's address spaces

 accel/kvm/kvm-all.c              |  2 +-
 system/physmem.c                 |  5 -----
 target/i386/cpu.h                |  5 +++++
 target/i386/kvm/kvm-cpu.c        | 10 ++++++++++
 target/i386/kvm/kvm.c            |  7 ++++++-
 target/i386/tcg/system/tcg-cpu.c |  4 ++--
 6 files changed, 24 insertions(+), 9 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
Posted by Paolo Bonzini 2 months ago
Queued, thanks.

Paolo
Re: [PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
Posted by Xiaoyao Li 2 months ago
On 7/30/2025 5:52 PM, Xiaoyao Li wrote:
> Patch 1 enables the SMM address space i386 cpu under KVM.
> 
> Patch 2 gives name for each address space index.

Gentle ping.

> ---
> changes in v2:
> - collect Reviewed-by and Tested-by;
> - fix typos and refine changelog;
> 
> Xiaoyao Li (2):
>    i386/cpu: Enable SMM cpu address space under KVM
>    target/i386: Define enum X86ASIdx for x86's address spaces
> 
>   accel/kvm/kvm-all.c              |  2 +-
>   system/physmem.c                 |  5 -----
>   target/i386/cpu.h                |  5 +++++
>   target/i386/kvm/kvm-cpu.c        | 10 ++++++++++
>   target/i386/kvm/kvm.c            |  7 ++++++-
>   target/i386/tcg/system/tcg-cpu.c |  4 ++--
>   6 files changed, 24 insertions(+), 9 deletions(-)
>