qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-8.0 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators
@ 2023-03-28 16:02 Philippe Mathieu-Daudé
  2023-03-28 16:02 ` [PATCH-for-8.0 1/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-03-28 16:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eduardo Habkost, kvm, qemu-s390x, Fabiano Rosas,
	David Hildenbrand, Marcel Apfelbaum, Paolo Bonzini, Greg Kurz,
	Christian Borntraeger, Thomas Huth, Peter Maydell,
	Richard Henderson, Ilya Leoshkevich, Halil Pasic,
	Cédric Le Goater, Daniel Henrique Barboza, David Gibson,
	Yanan Wang, qemu-ppc, Alex Bennée, qemu-arm,
	Philippe Mathieu-Daudé

Commit 2609ec2868 ("softmmu: Extract watchpoint API from physmem.c")
restricted CPU watchpoints to TCG accelerator. This is wrong, as
other accelerators such KVM do use watchpoints. Revert (partially)
this commit.

https://lore.kernel.org/qemu-devel/4784948c-1a92-1991-d6a2-b4d1ee23136c@redhat.com/

Philippe Mathieu-Daudé (3):
  softmmu/watchpoint: Add missing 'qemu/error-report.h' include
  softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
  softmmu: Restore use of CPU watchpoint for all accelerators

 include/hw/core/cpu.h         | 39 +------------------------------
 include/hw/core/tcg-cpu-ops.h | 43 +++++++++++++++++++++++++++++++++++
 softmmu/watchpoint.c          |  5 ++++
 softmmu/meson.build           |  2 +-
 4 files changed, 50 insertions(+), 39 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-03-28 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28 16:02 [PATCH-for-8.0 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators Philippe Mathieu-Daudé
2023-03-28 16:02 ` [PATCH-for-8.0 1/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include Philippe Mathieu-Daudé
2023-03-28 16:02 ` [PATCH-for-8.0 2/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel Philippe Mathieu-Daudé
2023-03-28 16:15   ` Philippe Mathieu-Daudé
2023-03-28 16:02 ` [PATCH-for-8.0 3/3] softmmu: Restore use of CPU watchpoint for all accelerators 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).