qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 03/25] python: create utils sub-package


From: John Snow
Subject: Re: [PATCH v6 03/25] python: create utils sub-package
Date: Fri, 21 May 2021 13:39:06 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/21/21 1:18 PM, Willian Rampazzo wrote:
On Wed, May 12, 2021 at 8:13 PM John Snow <jsnow@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 <jsnow@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 <willianr@redhat.com>


Thanks :) I've since squashed patches 2/3, so I will add your R-B to that combined patch.

--js




reply via email to

[Prev in Thread] Current Thread [Next in Thread]