Re: [PATCH 03/12] next-cube.c: update mmio_ops to properly use modern memory API

2023-12-16 Thread Thomas Huth
Am Fri, 15 Dec 2023 20:00:00 + schrieb Mark Cave-Ayland : > 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 accesse

[PATCH 03/12] next-cube.c: update mmio_ops to properly use modern memory API

2023-12-15 Thread Mark Cave-Ayland
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 A