[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/3] hw/arm/aspeed: don't make 'boot_rom' region
From: |
Cédric Le Goater |
Subject: |
Re: [Qemu-devel] [PATCH 2/3] hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate' |
Date: |
Sat, 21 Apr 2018 11:42:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 04/21/2018 11:34 AM, Peter Maydell wrote:
> On 21 April 2018 at 10:07, Cédric Le Goater <address@hidden> wrote:
>> On 04/20/2018 02:48 PM, Peter Maydell wrote:
>>> Currently we use memory_region_init_ram_nomigrate() to create
>>> the "aspeed.boot_rom" memory region, and we don't manually
>>> register it with vmstate_register_ram(). This currently
>>> means that its contents are migrated but as a ram block
>>> whose name is the empty string; in future it may mean they
>>> are not migrated at all. Use memory_region_init_ram() instead.
>>>
>>> Note that this is a cross-version migration compatibility break
>>> for the "palmetto-bmc", "ast2500-evb" and "romulus-bmc" machines.
>>
>> Migration does not work for these.
>
> Well, at least we're not breaking anything :-)
> Do you know why migration doesn't work?
A quick migration test shows that :
qemu-system-arm: Missing section footer for aspeed.timerctrl
qemu-system-arm: load of migration failed: Invalid argument
which is surprising, the state looks correct. I will dig in.
Thanks,
C.
"aspeed.timerctrl (8)": {
"ctrl": "0x00000003",
"ctrl2": "0x00000000",
"timers": [
{
"id": "0x00",
"level": "0x00000000",
"timer": "00 00 00 29 aa bd 88 44",
"reload": "0xffffffff",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x01",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0x00000000",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x02",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0x00000000",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x03",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0xffffffff",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x04",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0x00000000",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x05",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0x00000000",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x06",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0x00000000",
"match": [
"0x00000000",
"0x00000000"
]
},
{
"id": "0x07",
"level": "0x00000000",
"timer": "ff ff ff ff ff ff ff ff",
"reload": "0x00000000",
"match": [
"0x00000000",
"0x00000000"
]
}
]
},