• J
    vmstate: add subsections code · 811814bd
    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 is optional or not.  The destination needs to
    understand all subsections that it receives to have a sucessful load.
    Signed-off-by: NJuan Quintela <quintela@redhat.com>
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    811814bd
savevm.c 51.2 KB