qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] accel: Add new @dirty field on HVF/NVMM/WHPX
@ 2024-04-24 17:45 Philippe Mathieu-Daudé
  2024-04-24 17:45 ` [PATCH 1/3] accel/whpx: Use accel-specific per-vcpu @dirty field Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-04-24 17:45 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Sunil Muthuswamy, Roman Bolshakov, Alexander Graf,
	qemu-arm, Cameron Esfahani, Reinoud Zandijk,
	Philippe =?unknown-8bit?q?Mathieu-Daud=C3=A9?=

We want CPUState to only contain fields used by common code.
Start using a specific @dirty field for HVF/NVMM/WHPX
(TCG then KVM will follow).

Philippe Mathieu-Daudé (3):
  accel/whpx: Use accel-specific per-vcpu @dirty field
  accel/nvmm: Use accel-specific per-vcpu @dirty field
  accel/hvf: Use accel-specific per-vcpu @dirty field

 include/hw/core/cpu.h       |  3 +--
 include/sysemu/hvf_int.h    |  1 +
 accel/hvf/hvf-accel-ops.c   | 10 +++++-----
 target/arm/hvf/hvf.c        |  4 ++--
 target/i386/hvf/hvf.c       |  4 ++--
 target/i386/hvf/x86hvf.c    |  2 +-
 target/i386/nvmm/nvmm-all.c | 21 +++++++++++----------
 target/i386/whpx/whpx-all.c | 23 ++++++++++++-----------
 8 files changed, 35 insertions(+), 33 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2024-04-26 15:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 17:45 [PATCH 0/3] accel: Add new @dirty field on HVF/NVMM/WHPX Philippe Mathieu-Daudé
2024-04-24 17:45 ` [PATCH 1/3] accel/whpx: Use accel-specific per-vcpu @dirty field Philippe Mathieu-Daudé
2024-04-24 17:45 ` [PATCH 2/3] accel/nvmm: " Philippe Mathieu-Daudé
2024-04-24 17:45 ` [PATCH 3/3] accel/hvf: " Philippe Mathieu-Daudé
2024-04-24 22:13 ` [PATCH 0/3] accel: Add new @dirty field on HVF/NVMM/WHPX Richard Henderson
2024-04-26 15:03 ` Philippe Mathieu-Daudé

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).