[PATCH v3 0/3] whpx: i386: documentation and demoting some warnings

Mohamed Mediouni posted 3 patches 6 days, 22 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260326183628.79281-1-mohamed@unpredictable.fr
Maintainers: Pierrick Bouvier <pierrick.bouvier@linaro.org>, Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Wei Liu <wei.liu@kernel.org>
There is a newer version of this series
MAINTAINERS                      |   1 +
docs/system/index.rst            |   1 +
docs/system/whpx.rst             | 144 +++++++++++++++++++++++++++++++
meson.build                      |   2 +
target/i386/emulate/trace-events |   2 +
target/i386/emulate/trace.h      |   2 +
target/i386/emulate/x86_mmu.c    |   5 +-
target/i386/whpx/trace-events    |   1 +
target/i386/whpx/trace.h         |   2 +
target/i386/whpx/whpx-all.c      |   5 +-
10 files changed, 161 insertions(+), 4 deletions(-)
create mode 100644 docs/system/whpx.rst
create mode 100644 target/i386/emulate/trace-events
create mode 100644 target/i386/emulate/trace.h
create mode 100644 target/i386/whpx/trace-events
create mode 100644 target/i386/whpx/trace.h
[PATCH v3 0/3] whpx: i386: documentation and demoting some warnings
Posted by Mohamed Mediouni 6 days, 22 hours ago
Demoting some warnings that appeared too often to traces
and adding some documentation.

Mohamed Mediouni (3):
  docs: add WHPX section with initial info
  target/i386: emulate: make unmapped GPA warnings a trace
  whpx: i386: trace unsupported MSR accesses

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

-- 
2.50.1 (Apple Git-155)