]> www.infradead.org Git - users/dwmw2/qemu.git/commit
accel: Remove unused MachineState argument of AccelClass::setup_post()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 30 Jun 2025 13:33:25 +0000 (15:33 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 4 Jul 2025 10:08:44 +0000 (12:08 +0200)
commit1e9fb43d30c0526e164bebaab387b615edfa79ad
tree2ee47ebcd9ef3b354209448130e064834b177d27
parent8dd5e6befc86161598eace2bfeb090c2cfb179fd
accel: Remove unused MachineState argument of AccelClass::setup_post()

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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250703173248.44995-36-philmd@linaro.org>
accel/accel-system.c
accel/xen/xen-all.c
include/qemu/accel.h