mbox series

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

Message ID 20221128130851.14362-1-quintela@redhat.com (mailing list archive)
Headers show
Series Put Canary End of List in VMSTATE | expand

Message

Juan Quintela Nov. 28, 2022, 1:08 p.m. UTC
Hi

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