Am Fri, 15 Dec 2023 20:00:00 +0000
schrieb Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>:

> The old QEMU memory accessors used in the original NextCube patch series had
> separate functions for 1, 2 and 4 byte accessors. When the series was finally
> merged a simple wrapper function was written to dispatch the memory accesses
> using the original functions.
> 
> Convert mmio_ops to use the memory API directly renaming it to next_mmio_ops,
> marking it as DEVICE_BIG_ENDIAN, and handling any unaligned accesses.
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
> ---
>  hw/m68k/next-cube.c | 156 +++++++++++++-------------------------------
>  1 file changed, 45 insertions(+), 111 deletions(-)

Reviewed-by: Thomas Huth <h...@tuxfamily.org>

Reply via email to