]> git.proxmox.com Git - mirror_qemu.git/commit
vmstate: check subsection_found is enough
authorWei Yang <richardw.yang@linux.intel.com>
Wed, 3 Apr 2019 01:10:16 +0000 (09:10 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 14 May 2019 16:33:35 +0000 (17:33 +0100)
commitf2dd7eddf240fe77ab08ffb251f1abca79f9463a
treee633e068e45c690ec1570dc2a2ad3937f1f77c78
parent15d2d64cf58dcf666a07a695c0c4ec307da8f2ae
vmstate: check subsection_found is enough

subsection_found is true implies vmdesc is not NULL.

This patch remove the additional check on vmdesc and rename
subsection_found to vmdesc_has_subsections to make it more self-explain.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20190403011016.12549-1-richardw.yang@linux.intel.com>
Acked-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/vmstate.c