Re: [Qemu-devel] [PATCH] check_section_footers: Check the correct section_id

2015-07-02 Thread Christian Borntraeger
Am 02.07.2015 um 10:22 schrieb Dr. David Alan Gilbert (git): > From: "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 d

[Qemu-devel] [PATCH] check_section_footers: Check the correct section_id

2015-07-02 Thread Dr. David Alan Gilbert (git)
From: "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