Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-02-02 Thread Peter Maydell
On Wed, 2 Feb 2022 at 11:32, Dr. David Alan Gilbert wrote: > Because in my local world I did the changes to libslirp; I wanted to > make sure qemu people were happy with the changes before proposing them > to libslirp. > > Which I've just done: > > https://gitlab.freedesktop.org/slirp/libslirp/-/m

Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-02-02 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert" wrote: >> > * Juan Quintela (quint...@redhat.com) wrote: >> >> "Dr. David Alan Gilbert (git)" wrote: >> >> > From: "Dr. David Alan Gilbert" >> >> > >> >> > Perform a check on vmsd structur

Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-02-02 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> "Dr. David Alan Gilbert (git)" wrote: > >> > From: "Dr. David Alan Gilbert" > >> > > >> > Perform a check on vmsd structures during test runs in the hope > >> > of

Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-01-31 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert (git)" wrote: >> > From: "Dr. David Alan Gilbert" >> > >> > Perform a check on vmsd structures during test runs in the hope >> > of catching any missing terminators and other simple screwups

Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-01-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > Perform a check on vmsd structures during test runs in the hope > > of catching any missing terminators and other simple screwups. > > > > Signed-off-by: Dr. David Alan

Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-01-26 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Perform a check on vmsd structures during test runs in the hope > of catching any missing terminators and other simple screwups. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela queued.

Re: [PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-01-13 Thread Peter Maydell
On Thu, 13 Jan 2022 at 19:45, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > Perform a check on vmsd structures during test runs in the hope > of catching any missing terminators and other simple screwups. > > Signed-off-by: Dr. David Alan Gilbert > --- > migration/s

[PATCH v2 3/3] migration: Perform vmsd structure check during tests

2022-01-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Perform a check on vmsd structures during test runs in the hope of catching any missing terminators and other simple screwups. Signed-off-by: Dr. David Alan Gilbert --- migration/savevm.c | 39 +++ 1 file changed, 39 insertions