Am Wed, 1 Oct 2025 17:05:11 +0200 schrieb Philippe Mathieu-Daudé <[email protected]>:
> In order to remove the convenient CPUState::as field, access > the vcpu first address space using the cpu_get_address_space() > helper. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/m68k/mcf5208.c | 6 ++++-- > hw/m68k/q800.c | 17 ++++++++++------- > hw/m68k/virt.c | 5 +++-- > 3 files changed, 17 insertions(+), 11 deletions(-) Reviewed-by: Thomas Huth <[email protected]>
