On Thu, Jul 03, 2025 at 07:32:22PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:22 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 16/39] accel/hvf: Move generic method declarations to > hvf-all.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 | 274 +------------------------------------- > accel/hvf/hvf-all.c | 268 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 272 insertions(+), 270 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>