-
由 Dr. David Alan Gilbert 提交于
The section footers check was incorrectly checking the section_id in the SaveStateEntry not the LoadStateEntry. These can validly be different if the two QEMU instances have instantiated their devices in a different order. The test only cares that we're finishing the same section we started, and hence it's the LoadStateEntry that we care about. Signed-off-by: NDr. David Alan Gilbert <dgilbert@redhat.com> Reported-by: NChristian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: NJuan Quintela <quintela@redhat.com>
59f39a47