On Wed, May 12, 2021 at 07:12:19PM -0400, John Snow wrote: > Create a space for miscellaneous things that don't belong strictly in > "qemu.machine" nor "qemu.qmp" packages. > > Signed-off-by: John Snow > --- > python/qemu/machine/__init__.py | 8 -------- > python/qemu/utils/__init__.py | 23 +++++++++++++++++++++++ > python/qemu/{machine => utils}/accel.py | 0 > tests/acceptance/avocado_qemu/__init__.py | 4 ++-- > tests/acceptance/virtio-gpu.py | 2 +- > tests/vm/aarch64vm.py | 2 +- > tests/vm/basevm.py | 3 ++- > 7 files changed, 29 insertions(+), 13 deletions(-) > create mode 100644 python/qemu/utils/__init__.py > rename python/qemu/{machine => utils}/accel.py (100%) > As you mentioned in the previous patch notes, I would not mind a squash here. Either way: Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa