qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC v2] ahci: Add support for migration


From: Alexander Graf
Subject: Re: [Qemu-devel] [RFC v2] ahci: Add support for migration
Date: Sat, 25 Aug 2012 21:50:54 -0700

On 24.08.2012, at 09:28, Jason Baron wrote:

> On Thu, Aug 09, 2012 at 10:49:23AM -0400, Jason Baron wrote:
>> On Thu, Aug 09, 2012 at 02:59:54PM +0200, Andreas Färber wrote:
>>> Define generic VMState for AHCI and reuse it together with PCI for ICH
>>> and on its own for the SysBus version.
>>> 
>>> Note: ICH9 initializes AHCI with 6 ports, which dynamically allocates
>>> 6 AHCIDevice structs. Thus we change the ports field type to uint32_t
>>> for compatibility with VMState macros.
>>> 
>>> Signed-off-by: Andreas Färber <address@hidden>
>>> Cc: Alexander Graf <address@hidden>
>>> Cc: Jason Baron <address@hidden>
>>> Cc: Kevin Wolf <address@hidden>
>>> Cc: Juan Quintela <address@hidden>
>>> Cc: Igor Mitsyanko <address@hidden>
>>> ---
>>> hw/ide/ahci.c |   46 +++++++++++++++++++++++++++++++++++++++++++++-
>>> hw/ide/ahci.h |   12 +++++++++++-
>>> hw/ide/ich.c  |   11 ++++++++---
>>> 3 files changed, 64 insertions(+), 5 deletions(-)
>>> 
>> 
>> Thanks for doing this. My migration on q35 completes, but the disk is
>> not accessible. Didn't test piix. Console output below.
>> 
> 
> Hi Andreas,
> 
> The below patch (ont top of you patch) makes ahci migration work for me, very
> lightly tested at this point. 

Since you have a version of the migration that works, how about posting the 
whole thing as non-RFC? :)


Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]