On 1/9/26 17:35, Philippe Mathieu-Daudé wrote:
Unaligned memcpy API is buried within 'qemu/bswap.h',
supposed to be related to endianness swapping. Extract
to a new header to clarify.

Suggested-by: Paolo Bonzini<[email protected]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  MAINTAINERS                   |  1 +
  include/qemu/bswap.h          | 62 +-------------------------------
  include/qemu/ldst_unaligned.h | 67 +++++++++++++++++++++++++++++++++++
  accel/tcg/translator.c        |  1 +
  hw/display/ati_2d.c           |  1 +
  hw/display/sm501.c            |  2 +-
  hw/remote/vfio-user-obj.c     |  1 +
  hw/vmapple/virtio-blk.c       |  1 +
  net/checksum.c                |  1 +
  ui/vnc-enc-tight.c            |  1 +
  util/bufferiszero.c           |  2 +-
  11 files changed, 77 insertions(+), 63 deletions(-)
  create mode 100644 include/qemu/ldst_unaligned.h

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to