docs/conf.py | 2 +- include/qemu/help-texts.h | 2 +- tests/functional/meson.build | 1 + tests/functional/qemu_test/ports.py | 56 ++++++++++++++++++++++++ tests/functional/test_arm_quanta_gsj.py | 2 +- tests/functional/test_ppc64_hv.py | 52 ++++++++++------------ tests/functional/test_rx_gdbsim.py | 13 +++--- tests/{avocado/vnc.py => functional/test_vnc.py} | 55 +++++++---------------- 8 files changed, 108 insertions(+), 75 deletions(-) create mode 100644 tests/functional/qemu_test/ports.py rename tests/{avocado/vnc.py => functional/test_vnc.py} (74%) mode change 100644 => 100755