cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
commitda383e0263f7d711eddd4f050ca95fd5ab8d2a87
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 17 May 2021 10:51:33 +0000 (17 12:51 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 May 2021 22:33:59 +0000 (26 15:33 -0700)
tree8331d6a1f6d91afe1a05d4d44d078b5df3162e8d
parentfeece4d07021576a6037adfd597598851cf32bf0
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps

VirtIO devices are only meaningful with system emulation.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210517105140.1062037-17-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/core/cpu-sysemu.c
include/hw/core/cpu.h
include/hw/core/sysemu-cpu-ops.h
target/arm/cpu.c
target/ppc/cpu_init.c