[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How should I give the command to install ubuntu on aarch64 virt mach
From: |
Peter Maydell |
Subject: |
Re: How should I give the command to install ubuntu on aarch64 virt machine? (error in arm_gicv3_cpuif.c during boot) |
Date: |
Fri, 11 Jun 2021 09:32:06 +0100 |
On Fri, 11 Jun 2021 at 07:40, <ckim@etri.re.kr> wrote:
>
>
>
> I tried this page :
> https://futurewei-cloud.github.io/ARM-Datacenter/qemu/how-to-launch-aarch64-vm/
>
> (last time my OS version was low so couldn’t try).
>
> To my delight, It gives me grub2 menu and after a short while, it gives me
> this error message.
>
>
>
> ERROR:/home/ckim/prj1/QEMU/qemu-5.1.0/hw/intc/arm_gicv3_cpuif.c:1375:icc_eoir_write:
> code should not be reached
>
> Bail out!
> ERROR:/home/ckim/prj1/QEMU/qemu-5.1.0/hw/intc/arm_gicv3_cpuif.c:1375:icc_eoir_write:
> code should not be reached
>
> Aborted (core dumped)
That's a known bug in my recent EOIR fix that you've probably backported.
The fix to the fix is
https://patchew.org/QEMU/20210604130352.1887560-1-jean-philippe@linaro.org/
-- PMM