On 23 April 2018 at 11:14, Cédric Le Goater <[email protected]> wrote: > commit 1d3e65aa7ac5 ("hw/timer: Add value matching support to > aspeed_timer") increased the vmstate version of aspeed.timer because > the state had changed, but it also bumped the version of the > VMSTATE_STRUCT_ARRAY under the aspeed.timerctrl which did not need to. > > Change back this version to fix migration. > > Signed-off-by: Cédric Le Goater <[email protected]>
Thanks, applied to target-arm.next. > To test on a 'palmetto-bmc' board, download the latest built OpenBMC > flash image : > > wget > https://openpower.xyz/job/openbmc-build/distro=ubuntu,target=palmetto/lastSuccessfulBuild/artifact/deploy/images/palmetto/flash-palmetto > > start two instances of QEMU with : > > qemu-system-arm -m 512 -M palmetto-bmc -drive > file=./flash-palmetto,format=raw,if=mtd -serial mon:stdio -nographic > -nodefaults Thanks also for the test image -- I'll add it to the collection I have. PS: there seems to be something odd up with the DNS for openpower.xyz: $ host openpower.xyz openpower.xyz has address 146.20.65.228 ;; connection timed out; no servers could be reached (also manifests as wget pausing for several seconds before starting the download). thanks -- PMM
