Re: [PATCH 08/17] target/avr: Add offset-io cpu property

2025-04-05 Thread Pierrick Bouvier
On 3/23/25 10:37, Richard Henderson wrote: Communicate the offset of io within the first page between the board, the cpu, and the translator. So far this is always 0. This will be used to optimize memory layout. Signed-off-by: Richard Henderson --- target/avr/cpu.h | 2 ++ hw/avr/atme

[PATCH 08/17] target/avr: Add offset-io cpu property

2025-03-27 Thread Richard Henderson
Communicate the offset of io within the first page between the board, the cpu, and the translator. So far this is always 0. This will be used to optimize memory layout. Signed-off-by: Richard Henderson --- target/avr/cpu.h | 2 ++ hw/avr/atmega.c| 2 ++ target/avr/cpu.c | 1