e2ee2386 | 25-Jan-2024 |
Paolo Bonzini <pbonzini@redhat.com> |
avr: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with AVR.
avr: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with AVR.
No changes to generated config-devices.mak file.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
1a67aed8 | 25-Jan-2024 |
Paolo Bonzini <pbonzini@redhat.com> |
arm: switch boards to "default y"
For ARM targets, boards that require TCG are already using "default y". Switch ARM_VIRT to the same selection mechanism.
No changes to generated config-devices.mak
arm: switch boards to "default y"
For ARM targets, boards that require TCG are already using "default y". Switch ARM_VIRT to the same selection mechanism.
No changes to generated config-devices.mak file.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
a978c37b | 02-May-2023 |
Richard Henderson <richard.henderson@linaro.org> |
target/nios2: Remove TARGET_ALIGNED_ONLY
In gen_ldx/gen_stx, the only two locations for memory operations, mark the operation as either aligned (softmmu) or unaligned (user-only, as if emulated by t
target/nios2: Remove TARGET_ALIGNED_ONLY
In gen_ldx/gen_stx, the only two locations for memory operations, mark the operation as either aligned (softmmu) or unaligned (user-only, as if emulated by the kernel).
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
show more ...
|