[PATCH v1 0/1] hw/arm/boot: Rebuild hflags when modifying CPUState at boot

Edgar E. Iglesias posted 1 patch 4 years, 4 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191031040830.18800-1-edgar.iglesias@xilinx.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
hw/arm/boot.c | 1 +
1 file changed, 1 insertion(+)
[PATCH v1 0/1] hw/arm/boot: Rebuild hflags when modifying CPUState at boot
Posted by Edgar E. Iglesias 4 years, 4 months ago
I'm seeing asserts with missmatching hflags when doing direct boots
on versal. This patch fixes the problem for me, rebuilding hflags
after boot code modifes the state.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/arm/boot: Rebuild hflags when modifying CPUState at boot

 hw/arm/boot.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.19.1


Re: [PATCH v1 0/1] hw/arm/boot: Rebuild hflags when modifying CPUState at boot
Posted by Peter Maydell 4 years, 4 months ago
On Thu, 31 Oct 2019 at 04:08, Edgar E. Iglesias
<edgar.iglesias@xilinx.com> wrote:
>
> I'm seeing asserts with missmatching hflags when doing direct boots
> on versal. This patch fixes the problem for me, rebuilding hflags
> after boot code modifes the state.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (1):
>   hw/arm/boot: Rebuild hflags when modifying CPUState at boot
>
>  hw/arm/boot.c | 1 +
>  1 file changed, 1 insertion(+)
>


Applied to target-arm.next, thanks.

-- PMM