On 21/5/25 15:37, Thomas Huth wrote:
From: Thomas Huth <th...@redhat.com>By using self.set_machine() the tests get properly skipped in case the machine has not been compiled into the QEMU binary, e.g. when "configure" has been run with "--without-default-devices". Signed-off-by: Thomas Huth <th...@redhat.com> --- tests/functional/test_mem_addr_space.py | 63 +++++++++++++------------ 1 file changed, 32 insertions(+), 31 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>