]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/qtest: Make qtest_has_accel() generic
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 30 Jan 2025 10:37:28 +0000 (11:37 +0100)
committerFabiano Rosas <farosas@suse.de>
Mon, 3 Feb 2025 15:15:50 +0000 (12:15 -0300)
commitb5467913722a008eedeed71bccf20a38175a5818
tree58fff08ff8c2d6127346f4d6542d8e1cd9c4e86b
parent6f02691ff47255798def37bc47021e847c8d843d
tests/qtest: Make qtest_has_accel() generic

Since commit b14a0b7469f ("accel: Use QOM classes for accel types")
accelerators are registered as QOM objects. Use QOM as a generic
API to query for available accelerators. This is in particular
useful to query hardware accelerators such HFV, Xen or WHPX which
otherwise have their definitions poisoned in "exec/poison.h".

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250130103728.536-3-philmd@linaro.org>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/libqtest.c