[Qemu-devel] [PATCH 3/6] vmstate: add subsections code

2010-07-26 Thread Juan Quintela
This commit adds subsections for each device section. Subsections is the way to handle information that don't need to be sent to de destination of a migration because its values are not needed. It is the way to handle optional information. Notice that only the source can decide if the information

[Qemu-devel] [PATCH 3/6] vmstate: add subsections code

2010-07-07 Thread Juan Quintela
This commit adds subsections for each device section. Subsections is the way to handle information that don't need to be sent to de destination of a migration because its values are not needed. It is the way to handle optional information. Notice that only the source can decide if the information