All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/hvm: fixes for RO MMIO emulation
@ 2025-04-08  9:31 Roger Pau Monne
  2025-04-08  9:31 ` [PATCH 1/2] x86/hvm: remove unreachable MMCFG write emulation Roger Pau Monne
  2025-04-08  9:31 ` [PATCH 2/2] x86/hvm: fix write emulation of RO ranges Roger Pau Monne
  0 siblings, 2 replies; 19+ messages in thread
From: Roger Pau Monne @ 2025-04-08  9:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper

Hello,

Two small fixes for RO MMIO emulation for HVM guests. First one removes
unreachable code from the HVM path, second fixes an issue in the
mmio_ro_emulated_write() handler when used in HVM guests context.

Thanks, Roger.

Roger Pau Monne (2):
  x86/hvm: remove unreachable MMCFG write emulation
  x86/hvm: fix write emulation of RO ranges

 xen/arch/x86/hvm/emulate.c      | 22 +++++++------------
 xen/arch/x86/include/asm/mm.h   |  3 ---
 xen/arch/x86/mm.c               | 38 ++++++---------------------------
 xen/arch/x86/pv/ro-page-fault.c | 31 +++++++++++++++++++++++++++
 4 files changed, 45 insertions(+), 49 deletions(-)

-- 
2.48.1



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

end of thread, other threads:[~2025-04-10  7:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08  9:31 [PATCH 0/2] x86/hvm: fixes for RO MMIO emulation Roger Pau Monne
2025-04-08  9:31 ` [PATCH 1/2] x86/hvm: remove unreachable MMCFG write emulation Roger Pau Monne
2025-04-08 13:42   ` Jan Beulich
2025-04-08  9:31 ` [PATCH 2/2] x86/hvm: fix write emulation of RO ranges Roger Pau Monne
2025-04-08 13:57   ` Jan Beulich
2025-04-09  9:07     ` Roger Pau Monné
2025-04-09 10:00       ` Jan Beulich
2025-04-09 10:39         ` Roger Pau Monné
2025-04-09 12:59           ` Jan Beulich
2025-04-09 13:33             ` Roger Pau Monné
2025-04-09 13:50               ` Jan Beulich
2025-04-09 14:01                 ` Roger Pau Monné
2025-04-09 14:08                   ` Jan Beulich
2025-04-09 15:33                     ` Roger Pau Monné
2025-04-10  6:27                       ` Jan Beulich
2025-04-10  7:02                         ` Roger Pau Monné
2025-04-09 14:27     ` Marek Marczykowski
2025-04-08 14:00   ` Andrew Cooper
2025-04-09  9:47     ` Roger Pau Monné

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.