qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Remove res_compatible parameter
@ 2023-02-15 17:03 Juan Quintela
  2023-02-15 17:03 ` [PATCH v2 1/3] migration: In case of postcopy, the memory ends in res_postcopy_only Juan Quintela
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Juan Quintela @ 2023-02-15 17:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: John Snow, Halil Pasic, Juan Quintela, Christian Borntraeger,
	Fam Zheng, Vladimir Sementsov-Ogievskiy, Alex Williamson,
	qemu-s390x, Thomas Huth, Eric Farman, Stefan Hajnoczi, Eric Blake,
	Richard Henderson, qemu-block, Dr. David Alan Gilbert,
	Ilya Leoshkevich, David Hildenbrand

Hi

In this v2:
- rename res_postocopy_only ->can_postcopy
- rename res_precopy_only -> must_precopy
- Rewrite comments after discussions with Vladimir.
- 2nd patch is reviewd-by Vladimir.

Please, review.

[v1]
This series are the redo of the series from vfio.  Vladimir
Sementsov-Ogievskiy <vsementsov@yandex-team.ru> asked that I split the
change in ram.c (only place that set res_compatible), and the rest of
the patches.
So I ended:
- change ram.c to put the memory in res_postcopy
- remove res_compatible
- rename res_postcopy/precopy_only to not have the _only suffix.

Please review.

Juan Quintela (3):
  migration: In case of postcopy, the memory ends in res_postcopy_only
  migration: Remove unused res_compatible
  migration: Rename res_{postcopy,precopy}_only

 include/migration/register.h   | 30 +++++++++++++++---------------
 migration/savevm.h             | 10 ++++------
 hw/s390x/s390-stattrib.c       |  8 +++-----
 hw/vfio/migration.c            | 11 ++++-------
 migration/block-dirty-bitmap.c |  7 +++----
 migration/block.c              |  8 +++-----
 migration/migration.c          | 20 +++++++++-----------
 migration/ram.c                | 20 ++++++++------------
 migration/savevm.c             | 28 ++++++++++------------------
 hw/vfio/trace-events           |  2 +-
 migration/trace-events         |  4 ++--
 11 files changed, 62 insertions(+), 86 deletions(-)

-- 
2.39.1



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

end of thread, other threads:[~2023-02-15 18:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-15 17:03 [PATCH v2 0/3] Remove res_compatible parameter Juan Quintela
2023-02-15 17:03 ` [PATCH v2 1/3] migration: In case of postcopy, the memory ends in res_postcopy_only Juan Quintela
2023-02-15 17:34   ` Vladimir Sementsov-Ogievskiy
2023-02-15 17:03 ` [PATCH v2 2/3] migration: Remove unused res_compatible Juan Quintela
2023-02-15 17:03 ` [PATCH v2 3/3] migration: Rename res_{postcopy,precopy}_only Juan Quintela
2023-02-15 17:53   ` Vladimir Sementsov-Ogievskiy
2023-02-15 18:15     ` Juan Quintela

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