Il 30/07/2014 10:24, Pavel Dovgaluk ha scritto:
> Assertions is a good idea, we added such warning message to qemu_get_timedate 
> function
> to be sure, that it is used correctly with replay.
> 
> Another thing, that could help for making snapshots - find a way to load 
> replay structures
> before all other ones. Are there any priorities in migration states list?

No, it is just about vmstate registration order.  In general bus parents
come before bus children for obvious reasons.

Paolo

> Priorities could also solve some other issues, because sometimes post_load 
> function
> of one device uses other devices' functions. And the second ones could be not 
> loaded yet.


Reply via email to