qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] migration: Make dirtyrate.c target independent
@ 2023-05-11 14:12 Juan Quintela
  2023-05-11 14:12 ` [PATCH v2 1/5] softmmu: Create qemu_target_pages_to_MiB() Juan Quintela
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Juan Quintela @ 2023-05-11 14:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: David Hildenbrand, Leonardo Bras, Juan Quintela,
	Richard Henderson, Peter Xu, Andrei Gudkov,
	Philippe Mathieu-Daudé, Paolo Bonzini, Zhenzhong Duan,
	Hyman Huang

In this [v2]
- create qqemu_target_pages_to_MiB() and use it
- fix meson.build

Please review, Juan.

[v1]
The only features that it used that are target dependent are page_size
and page_bits, both of what have an accessor for target independent
code.

Please review, Juan.

Juan Quintela (5):
  softmmu: Create qemu_target_pages_to_MiB()
  Use new created qemu_target_pages_to_MiB()
  migration: Teach dirtyrate about qemu_target_page_size()
  migration: Teach dirtyrate about qemu_target_page_bits()
  migration: Make dirtyrate.c target independent

 include/exec/target_page.h |  1 +
 migration/dirtyrate.c      | 21 +++++++++------------
 softmmu/dirtylimit.c       | 11 +++--------
 softmmu/physmem.c          | 11 +++++++++++
 migration/meson.build      |  4 ++--
 5 files changed, 26 insertions(+), 22 deletions(-)

-- 
2.40.1



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

end of thread, other threads:[~2023-05-11 19:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 14:12 [PATCH v2 0/5] migration: Make dirtyrate.c target independent Juan Quintela
2023-05-11 14:12 ` [PATCH v2 1/5] softmmu: Create qemu_target_pages_to_MiB() Juan Quintela
2023-05-11 14:12 ` [PATCH v2 2/5] Use new created qemu_target_pages_to_MiB() Juan Quintela
2023-05-11 14:12 ` [PATCH v2 3/5] migration: Teach dirtyrate about qemu_target_page_size() Juan Quintela
2023-05-11 18:56   ` Philippe Mathieu-Daudé
2023-05-11 19:16     ` Juan Quintela
2023-05-11 14:12 ` [PATCH v2 4/5] migration: Teach dirtyrate about qemu_target_page_bits() Juan Quintela
2023-05-11 14:12 ` [PATCH v2 5/5] migration: Make dirtyrate.c target independent Juan Quintela
2023-05-11 18:58   ` Philippe Mathieu-Daudé
2023-05-11 17:16 ` [PATCH v2 0/5] " Richard Henderson

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