On 9 October 2012 13:53, David Gibson <d...@au1.ibm.com> wrote: > Well, the place I've used this (in patches yet to be posted) is saving > the state of the pseries machine itself. Specifically, I use > VMSTATE_TPA_EQUAL to sanity check that the restored machine has the > same ram size as the saved machine.
This doesn't sound like the sort of check that should be in a specific machine model -- you should be able to rely on common qemu code to handle this. (If you can't then we need a check in the common code...) -- PMM