]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/test_mem_addr_space: Use set_machine() to select the machine
authorThomas Huth <thuth@redhat.com>
Wed, 21 May 2025 14:37:32 +0000 (16:37 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 30 May 2025 07:52:08 +0000 (09:52 +0200)
commit9f7cf938efc6016f7ce323b064c2f3f46360c751
tree25a17626bed1eae0cd3b5a08c798c23d864c3d5e
parent644ded5c814055feb4d3a546628ccd28102f7acb
tests/functional/test_mem_addr_space: Use set_machine() to select the machine

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".

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250521143732.140711-1-thuth@redhat.com>
tests/functional/test_mem_addr_space.py