qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/cpu: initialize SMM cpu address space for hotplugged cpus
@ 2025-10-14  9:42 Xiaoyao Li
  2025-10-14  9:42 ` [PATCH 1/2] i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs Xiaoyao Li
  2025-10-14  9:42 ` [PATCH 2/2] target/i386: Use X86ASIdx_MEM in kvm_init() Xiaoyao Li
  0 siblings, 2 replies; 6+ messages in thread
From: Xiaoyao Li @ 2025-10-14  9:42 UTC (permalink / raw)
  To: Paolo Bonzini, Peter Maydell; +Cc: qemu-devel, Xiaoyao Li

(Sorry for being late to post the fixing patch, due to Chinese National
holiday.)

Patch 1 fixes the issue reported by Peter that hotplugged cpu doesn't get
SMM cpu addresspace initialized.

Patch 2 "fixes" the part that was missed when the original patch got
merged.

Xiaoyao Li (2):
  i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs
  target/i386: Use X86ASIdx_MEM in kvm_init()

 accel/kvm/kvm-all.c        |  2 +-
 hw/i386/x86-common.c       | 11 +++++++++++
 target/i386/kvm/kvm.c      |  6 ++++++
 target/i386/kvm/kvm_i386.h |  1 +
 4 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-16  9:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14  9:42 [PATCH 0/2] x86/cpu: initialize SMM cpu address space for hotplugged cpus Xiaoyao Li
2025-10-14  9:42 ` [PATCH 1/2] i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs Xiaoyao Li
2025-10-14  9:42 ` [PATCH 2/2] target/i386: Use X86ASIdx_MEM in kvm_init() Xiaoyao Li
2025-10-16  8:43   ` Philippe Mathieu-Daudé
2025-10-16  9:23     ` Paolo Bonzini
2025-10-16  9:46       ` Xiaoyao Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).