On Thu, Jul 03, 2025 at 07:32:21PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:21 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 15/39] accel/hvf: Move per-cpu method declarations to > hvf-accel-ops.c > X-Mailer: git-send-email 2.49.0 > > 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é <phi...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > accel/hvf/hvf-accel-ops.c | 30 ++++++++++++++++++++++++++++++ > accel/hvf/hvf-all.c | 28 ---------------------------- > 2 files changed, 30 insertions(+), 28 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>