On Mon, 25 Sep 2017 12:29:17 +0100 "Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > vmstate_save is called in a few places, and vmstate_save_state is > called in lots of places. > > Route error returns from the easier cases back up; there are lots > of more complex cases where their own error paths need fixing. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > hw/display/virtio-gpu.c | 4 +--- > hw/virtio/virtio.c | 13 +++++++------ > include/hw/virtio/virtio.h | 2 +- > migration/vmstate-types.c | 11 ++++++++--- > tests/test-vmstate.c | 9 ++++++--- > 5 files changed, 23 insertions(+), 16 deletions(-) If you fix up the description to only refer to vmstate_save_state: Reviewed-by: Cornelia Huck <coh...@redhat.com>