All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] x86/vmx: __vmread() cleanup
@ 2025-05-13  5:28 dmkhn
  2025-05-13  5:28 ` [PATCH v5 1/2] x86/vmx: replace __vmread() with vmread() dmkhn
  2025-05-13  5:28 ` [PATCH v5 2/2] x86/vmx: remove __vmread() dmkhn
  0 siblings, 2 replies; 9+ messages in thread
From: dmkhn @ 2025-05-13  5:28 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, jbeulich, roger.pau, nicola.vetrini, consulting,
	dmukhin

Patch 1 is a straight replace of __vmread() with a new vmread() call.
Patch 2 removes __vmread() and updates ECLAIR config; depends on patch 1.

Link to v4: https://lore.kernel.org/xen-devel/20250426072819.39455-1-dmukhin@ford.com/
Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/1814196127

Denis Mukhin (2):
  x86/vmx: replace __vmread() with vmread()
  x86/vmx: remove __vmread()

 docs/misra/function-macro-properties.json |   9 --
 xen/arch/x86/cpu/vpmu_intel.c             |   2 +-
 xen/arch/x86/hvm/vmx/intr.c               |  12 +-
 xen/arch/x86/hvm/vmx/realmode.c           |   2 +-
 xen/arch/x86/hvm/vmx/vmcs.c               |   8 +-
 xen/arch/x86/hvm/vmx/vmx.c                | 170 +++++++++++-----------
 xen/arch/x86/hvm/vmx/vvmx.c               |  36 ++---
 xen/arch/x86/include/asm/hvm/vmx/vmx.h    |   5 -
 8 files changed, 115 insertions(+), 129 deletions(-)

-- 
2.34.1




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

end of thread, other threads:[~2025-05-16 18:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13  5:28 [PATCH v5 0/2] x86/vmx: __vmread() cleanup dmkhn
2025-05-13  5:28 ` [PATCH v5 1/2] x86/vmx: replace __vmread() with vmread() dmkhn
2025-05-16 12:42   ` Andrew Cooper
2025-05-16 17:41     ` dmkhn
2025-05-13  5:28 ` [PATCH v5 2/2] x86/vmx: remove __vmread() dmkhn
2025-05-16 12:45   ` [PING MISRA] " Andrew Cooper
2025-05-16 12:53     ` Nicola Vetrini
2025-05-16 12:54       ` Andrew Cooper
2025-05-16 18:07       ` dmkhn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.