Re: [Qemu-devel] [PATCH v3 2/2] ahci: add migration support

2013-01-15 Thread Kevin Wolf
Am 15.01.2013 15:54, schrieb Juan Quintela: > Jason Baron wrote: >> From: Jason Baron >> >> I've tested these patches by migrating Windows 7 and Fedora 17 guests (while >> uunder i/o) on both piix with ahci attached and on q35 (which has a built-in >> ahci controller). >> >> Changes from v2: >>

Re: [Qemu-devel] [PATCH v3 2/2] ahci: add migration support

2013-01-15 Thread Juan Quintela
Jason Baron wrote: > From: Jason Baron > > I've tested these patches by migrating Windows 7 and Fedora 17 guests (while > uunder i/o) on both piix with ahci attached and on q35 (which has a built-in > ahci controller). > > Changes from v2: > -migrate all relevant ahci fields > -flush any pendin

Re: [Qemu-devel] [PATCH v3 2/2] ahci: add migration support

2013-01-10 Thread Kevin Wolf
Am 04.01.2013 20:44, schrieb Jason Baron: > From: Jason Baron > > I've tested these patches by migrating Windows 7 and Fedora 17 guests (while > uunder i/o) on both piix with ahci attached and on q35 (which has a built-in > ahci controller). > > Changes from v2: > -migrate all relevant ahci fie

[Qemu-devel] [PATCH v3 2/2] ahci: add migration support

2013-01-04 Thread Jason Baron
From: Jason Baron I've tested these patches by migrating Windows 7 and Fedora 17 guests (while uunder i/o) on both piix with ahci attached and on q35 (which has a built-in ahci controller). Changes from v2: -migrate all relevant ahci fields -flush any pending i/o in 'post_load' Changes from v