qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] i8254: Fix migration from older versions


From: Blue Swirl
Subject: [Qemu-devel] Re: [PATCH] i8254: Fix migration from older versions
Date: Sat, 19 Mar 2011 10:38:23 +0200

Thanks, applied.

On Fri, Mar 18, 2011 at 12:48 PM, Jan Kiszka <address@hidden> wrote:
> On 2011-03-06 16:09, Jan Kiszka wrote:
>> From: Jan Kiszka <address@hidden>
>>
>> qdev conversion broke migration as the previous version used vmstate
>> instance IDs derived from the iobase. Fix it by registering a legacy
>> alias.
>>
>> Signed-off-by: Jan Kiszka <address@hidden>
>> ---
>>  hw/i8254.c |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/hw/i8254.c b/hw/i8254.c
>> index eaf5d3e..47c9d73 100644
>> --- a/hw/i8254.c
>> +++ b/hw/i8254.c
>> @@ -520,6 +520,8 @@ static int pit_initfn(ISADevice *dev)
>>      register_ioport_read(pit->iobase, 3, 1, pit_ioport_read, pit);
>>      isa_init_ioport(dev, pit->iobase);
>>
>> +    qdev_set_legacy_instance_id(&dev->qdev, pit->iobase, 2);
>> +
>>      return 0;
>>  }
>>
>
> This bug is still open.
>
> Jan
>
>



reply via email to

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