Re: [PATCH v4 04/24] python: create utils sub-package

2021-02-16 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:36PM -0500, 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

[PATCH v4 04/24] python: create utils sub-package

2021-02-11 Thread John Snow
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}/a