[PATCH v2 0/2] Put Canary End of List in VMSTATE

Juan Quintela posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221129120358.16452-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
include/migration/vmstate.h |  7 +++++-
migration/savevm.c          | 43 +++++++++++++++++++++++++++++++++++++
migration/vmstate.c         |  2 ++
3 files changed, 51 insertions(+), 1 deletion(-)
[PATCH v2 0/2] Put Canary End of List in VMSTATE
Posted by Juan Quintela 1 year, 4 months ago
Hi

Changes from yesterday submission:
- change exit by g_assert_not_reached()

[Previous submission]
This are a patch series from David from January.
The changes that I did:
- rebases
- change assert() in vmstate_check() to and if and printf.

Please, Review.

Dr. David Alan Gilbert (2):
  migration: Add canary to VMSTATE_END_OF_LIST
  migration: Perform vmsd structure check during tests

 include/migration/vmstate.h |  7 +++++-
 migration/savevm.c          | 43 +++++++++++++++++++++++++++++++++++++
 migration/vmstate.c         |  2 ++
 3 files changed, 51 insertions(+), 1 deletion(-)

-- 
2.38.1