Move CPU softfloat unions to cpu-float.h
commit69242e7e7ea55f2a3f4fa50e367cad849c9cdc36
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 23 Mar 2022 15:57:39 +0000 (23 19:57 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Apr 2022 12:31:43 +0000 (6 14:31 +0200)
tree70b4ad63c8071055e6595a5fbb2a9f171afabd6e
parent4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4
Move CPU softfloat unions to cpu-float.h

The types are no longer used in bswap.h since commit
f930224fffe ("bswap.h: Remove unused float-access functions"), there
isn't much sense in keeping it there and having a dependency on fpu/.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-29-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
18 files changed:
include/qemu/bswap.h
include/qemu/cpu-float.h [new file with mode: 0644]
migration/vmstate-types.c
target/alpha/cpu.h
target/arm/cpu.h
target/hppa/cpu.h
target/i386/cpu.h
target/m68k/cpu.h
target/microblaze/cpu.h
target/openrisc/cpu.h
target/ppc/cpu.h
target/riscv/cpu.h
target/rx/cpu.h
target/s390x/cpu.h
target/sh4/cpu.h
target/sparc/cpu.h
target/tricore/cpu.h
target/xtensa/cpu.h