]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/hvf: Move generic method declarations to hvf-all.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 1 Jul 2025 12:57:25 +0000 (14:57 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 4 Jul 2025 10:08:22 +0000 (12:08 +0200)
commit5da232017a46a14f86cdbe70396b8051aacfed99
tree45c3f19c0064caabc8f07cad902c4ea06e483a61
parentc4b231cbd3198a05bcaaef5c0a6ee3ecebd12e21
accel/hvf: Move generic method declarations to hvf-all.c

hvf-all.c aims to contain the generic accel methods (TYPE_ACCEL),
while hvf-accel-ops.c the per-vcpu methods (TYPE_ACCEL_OPS).

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20250703173248.44995-17-philmd@linaro.org>
accel/hvf/hvf-accel-ops.c
accel/hvf/hvf-all.c