Re: [PATCH 0/5] RFC: migration: check required entries and sections are loaded

2023-10-04 Thread Peter Xu
On Tue, Sep 26, 2023 at 07:59:20PM +0400, marcandre.lur...@redhat.com wrote: > Marc-André Lureau (5): > block/fdc: 'phase' is not needed on load > virtio: make endian_needed() work during loading > net/slirp: use different IDs for each instance First 3 patches are bug fixes, am I right?

[PATCH 0/5] RFC: migration: check required entries and sections are loaded

2023-09-26 Thread marcandre . lureau
From: Marc-André Lureau Hi, To my surprise, QEMU didn't seem to check that required migration entries and subsections are loaded. I took a naive approach to add such check, by adding some "visited" marks along the loading path, and checking by the end that all required entries have been loaded.