On 24/4/23 18:50, Peter Maydell wrote:
In allwinner-sun8i-emac we just read directly from guest memory into
a host FrameDescriptor struct and back. This only works on
little-endian hosts. Reading and writing of descriptors is already
abstracted into functions; make those functions also handle t
Peter Maydell writes:
> In allwinner-sun8i-emac we just read directly from guest memory into
> a host FrameDescriptor struct and back. This only works on
> little-endian hosts. Reading and writing of descriptors is already
> abstracted into functions; make those functions also handle the
> by
On 24/04/2023 18.50, Peter Maydell wrote:
In allwinner-sun8i-emac we just read directly from guest memory into
a host FrameDescriptor struct and back. This only works on
little-endian hosts. Reading and writing of descriptors is already
abstracted into functions; make those functions also handl
In allwinner-sun8i-emac we just read directly from guest memory into
a host FrameDescriptor struct and back. This only works on
little-endian hosts. Reading and writing of descriptors is already
abstracted into functions; make those functions also handle the
byte-swapping so that TransferDescript