On Thu, Jul 03, 2025 at 07:32:41PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:41 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 35/39] accel: Remove unused MachineState argument of > AccelClass::setup_post() > X-Mailer: git-send-email 2.49.0 > > This method only accesses xen_domid/xen_domid_restrict, which are both > related to the 'accelerator', not the machine. Besides, xen_domid aims > to be in Xen AccelState and xen_domid_restrict a xen_domid_restrict > QOM property. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/qemu/accel.h | 2 +- > accel/accel-system.c | 2 +- > accel/xen/xen-all.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>