On (Fri) 26 Dec 2014 [15:42:47], Alexander Graf wrote: > One of the annoyances of the current migration format is the fact that > it's not self-describing. In fact, it's not properly describing at all. > Some code randomly scattered throughout QEMU elaborates roughly how to > read and write a stream of bytes. > > We discussed an idea during KVM Forum 2013 to add a JSON description of > the migration protocol itself to the migration stream. This patch > adds a section after the VM_END migration end marker that contains > description data on what the device sections of the stream are composed of.
Can you add a note saying why this is safe for migrations to qemu versions that don't expect this new json data? Amit