On 27/04/2018 01:55, Eduardo Habkost wrote: >>> >>> ... the sclpconsole now shows up under /unattached instead of >>> /peripheral-anon ... does that matter? (I don't have a clue) >> If the devices are created in the same order, before and after the >> patch, it should be okay. > Is there a way to find out if the devices are created in the same > order using only QMP commands? It would be very useful to > automatically validate compatibility between QEMU versions.
We could add QOM properties for the migration "instance id" and all the other bits that are placed in the migration stream. Thanks, Paolo