qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
Date: Thu, 19 Jan 2023 13:35:30 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 19/1/23 08:41, Philippe Mathieu-Daudé wrote:
On 18/1/23 20:34, Fabiano Rosas wrote:
These are the already reviewed patches from the first half of my
previous series:
20230113140419.4013-1-farosas@suse.de">https://lore.kernel.org/r/20230113140419.4013-1-farosas@suse.de

This unbreaks the --disable-tcg build, but there are issues in runtime
that are still being hashed out in the other series.

For the build _with_ TCG, this should behave the same as master.

Reproducers:

$ ./qemu-system-aarch64 -display none -S -M mps3-an547 -accel qtest -monitor stdio
QEMU 7.2.50 monitor - type 'help' for more information
(qemu) gva2gpa 0
**
ERROR:../../target/arm/helper.c:2495:arm_v7m_mmu_idx_for_secstate: code should not be reached Bail out! ERROR:../../target/arm/helper.c:2495:arm_v7m_mmu_idx_for_secstate: code should not be reached
Abort trap: 6

    frame #4: 0x0000000101fdd6cc libglib-2.0.0.dylib`g_assertion_message_expr + 116     frame #5: 0x0000000100360ce0 qemu-system-aarch64`arm_v7m_mmu_idx_for_secstate(env=<unavailable>, secstate=<unavailable>) at helper.c:2495:5     frame #6: 0x000000010035f7f4 qemu-system-aarch64`arm_mmu_idx_el(env=<unavailable>, el=<unavailable>) at helper.c:2514:16     frame #7: 0x00000001002d17ec qemu-system-aarch64`arm_cpu_get_phys_page_attrs_debug(cs=<unavailable>, addr=0, attrs=0x000000016fdfda50) at ptw.c:2982:23     frame #8: 0x00000001003c660c qemu-system-aarch64`hmp_gva2gpa(mon=0x000060000390f0c0, qdict=<unavailable>) at misc.c:714:12
This problem was previously fixed by this series:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg777719.html
In particular by this patch:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg777724.html

Since all issues have been identified:
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]