[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] migration: Make dirtyrate.c target independent
|
From: |
Juan Quintela |
|
Subject: |
[PATCH 0/3] migration: Make dirtyrate.c target independent |
|
Date: |
Thu, 11 May 2023 11:22:36 +0200 |
Hi
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 (3):
migration: Teach dirtyrate about qemu_target_page_size()
migration: Teach dirtyrate about qemu_target_page_bits()
migration: Make dirtyrate.c target independent
migration/dirtyrate.c | 17 ++++++++---------
migration/meson.build | 5 ++---
2 files changed, 10 insertions(+), 12 deletions(-)
--
2.40.1
[PATCH 2/3] migration: Teach dirtyrate about qemu_target_page_bits(), Juan Quintela, 2023/05/11