All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] whpx: i386: documentation and demoting some warnings
@ 2026-03-26 19:33 Mohamed Mediouni
  2026-03-26 19:33 ` [PATCH v4 1/3] docs: add WHPX section with initial info Mohamed Mediouni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mohamed Mediouni @ 2026-03-26 19:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Phil Dennis-Jordan, Paolo Bonzini, Daniel P. Berrangé,
	Philippe Mathieu-Daudé, Pedro Barbuda, Wei Liu,
	Marc-André Lureau, Roman Bolshakov, Pierrick Bouvier,
	Mohamed Mediouni

Demoting some warnings that appeared too often
and adding some documentation.

Mohamed Mediouni (3):
  docs: add WHPX section with initial info
  whpx: i386: trace unsupported MSR accesses
  target/i386: emulate: LOG_GUEST_ERROR for read/write from unmapped
    MMIO

 MAINTAINERS                   |   1 +
 docs/system/index.rst         |   1 +
 docs/system/whpx.rst          | 144 ++++++++++++++++++++++++++++++++++
 meson.build                   |   1 +
 target/i386/emulate/x86_mmu.c |   6 +-
 target/i386/whpx/trace-events |   1 +
 target/i386/whpx/trace.h      |   2 +
 target/i386/whpx/whpx-all.c   |   5 +-
 8 files changed, 156 insertions(+), 5 deletions(-)
 create mode 100644 docs/system/whpx.rst
 create mode 100644 target/i386/whpx/trace-events
 create mode 100644 target/i386/whpx/trace.h

-- 
2.50.1 (Apple Git-155)



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

end of thread, other threads:[~2026-03-26 19:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 19:33 [PATCH v4 0/3] whpx: i386: documentation and demoting some warnings Mohamed Mediouni
2026-03-26 19:33 ` [PATCH v4 1/3] docs: add WHPX section with initial info Mohamed Mediouni
2026-03-26 19:44   ` Pierrick Bouvier
2026-03-26 19:33 ` [PATCH v4 2/3] whpx: i386: trace unsupported MSR accesses Mohamed Mediouni
2026-03-26 19:33 ` [PATCH v4 3/3] target/i386: emulate: LOG_GUEST_ERROR for read/write from unmapped MMIO Mohamed Mediouni
2026-03-26 19:44   ` Mohamed Mediouni
2026-03-26 19:45   ` Pierrick Bouvier

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.