On 5/21/21 1:18 PM, Willian Rampazzo wrote:
On Wed, May 12, 2021 at 8:13 PM John Snow <js...@redhat.com> wrote:
Create a space for miscellaneous things that don't belong strictly in
"qemu.machine" nor "qemu.qmp" packages.
Signed-off-by: John Snow <js...@redhat.com>
---
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%)
Reviewed-by: Willian Rampazzo <willi...@redhat.com>
Thanks :) I've since squashed patches 2/3, so I will add your R-B to
that combined patch.
--js