On Thu, Jul 03, 2025 at 07:32:20PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:20 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 14/39] accel/hvf: Restrict internal declarations > X-Mailer: git-send-email 2.49.0 > > Common code only needs to know whether HVF is enabled and > the QOM type. Move the rest to "hvf_int.h", removing the > need for COMPILING_PER_TARGET #ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/system/hvf.h | 38 -------------------------------------- > include/system/hvf_int.h | 34 ++++++++++++++++++++++++++++++++++ > 2 files changed, 34 insertions(+), 38 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>