Re: [Qemu-devel] [PATCH 0/5] Migration subsections (and ide as example)

2010-06-15 Thread Anthony Liguori
On 06/15/2010 08:31 AM, Juan Quintela wrote: Hi At the end, here is the migration subsections implementation. As an example I ported the last two ide changes to migration to work with subsections. Notes: - subsections I went for qemu_peek_byte() insteadof adding a subsection part in qe

[Qemu-devel] [PATCH 0/5] Migration subsections (and ide as example)

2010-06-15 Thread Juan Quintela
Hi At the end, here is the migration subsections implementation. As an example I ported the last two ide changes to migration to work with subsections. Notes: - subsections I went for qemu_peek_byte() insteadof adding a subsection part in qemu_loadvm_state() due to two reasons: - it mak