Re: [Qemu-devel] [PATCH v3] hw/arm/boot: register cpu reset handlers if using -bios

2014-10-10 Thread Peter Maydell
On 10 October 2014 16:19, Ard Biesheuvel wrote: > Move the registering of CPU reset handlers to before the point where > we leave the function in the -bios (not -kernel) case, so CPU reset > works correctly with -bios as well. > > Signed-off-by: Ard Biesheuvel > --- Applied to target-arm.next,

[Qemu-devel] [PATCH v3] hw/arm/boot: register cpu reset handlers if using -bios

2014-10-10 Thread Ard Biesheuvel
Move the registering of CPU reset handlers to before the point where we leave the function in the -bios (not -kernel) case, so CPU reset works correctly with -bios as well. Signed-off-by: Ard Biesheuvel --- Changes since v2: - split into two loops again, as the boot_info field must not be assign