On 1/19/26 06:34, Philippe Mathieu-Daudé wrote:
All these files indirectly include the "qemu/bswap.h" header.
Make this inclusion explicit to avoid build errors when
refactoring unrelated headers.

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  block/qcow2.h                         | 1 +
  audio/audio.c                         | 1 +
  block/blklogwrites.c                  | 1 +
  block/export/vduse-blk.c              | 1 +
  block/export/vhost-user-blk-server.c  | 1 +
  block/export/virtio-blk-handler.c     | 1 +
  block/parallels-ext.c                 | 1 +
  hw/9pfs/9p-local.c                    | 1 +
  hw/block/cdrom.c                      | 1 +
  hw/block/hd-geometry.c                | 1 +
  hw/net/can/ctucan_core.c              | 1 +
  hw/nvram/xlnx-efuse.c                 | 1 +
  hw/scsi/scsi-generic.c                | 1 +
  hw/sd/sd.c                            | 1 +
  hw/sd/ssi-sd.c                        | 1 +
  net/l2tpv3.c                          | 1 +
  qga/commands-linux.c                  | 1 +
  scsi/pr-manager-helper.c              | 1 +
  target/arm/tcg/arith_helper.c         | 1 +
  tests/qtest/acpi-utils.c              | 1 +
  tests/qtest/aspeed-hace-utils.c       | 1 +
  tests/qtest/bios-tables-test.c        | 1 +
  tests/qtest/libqos/igb.c              | 1 +
  tests/qtest/libqos/virtio-9p-client.c | 1 +
  tests/qtest/migration/framework.c     | 1 +
  tests/qtest/npcm7xx_emc-test.c        | 1 +
  tests/qtest/tpm-emu.c                 | 1 +
  tests/qtest/ufs-test.c                | 1 +
  tests/qtest/vmgenid-test.c            | 1 +
  tests/unit/test-hbitmap.c             | 1 +
  util/bitmap.c                         | 1 +
  31 files changed, 31 insertions(+)

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

r~

Reply via email to