Re: [PATCH v7 09/31] python: create qemu packages

2021-05-27 Thread Cleber Rosa
On Tue, May 25, 2021 at 08:24:32PM -0400, John Snow wrote: > move python/qemu/*.py to python/qemu/[machine, qmp, utils]/*.py and > update import directives across the tree. > > This is done to create a PEP420 namespace package, in which we may > create subpackages. To do this, the namespace direct

Re: [PATCH v7 09/31] python: create qemu packages

2021-05-26 Thread Vladimir Sementsov-Ogievskiy
26.05.2021 03:24, John Snow wrote: move python/qemu/*.py to python/qemu/[machine, qmp, utils]/*.py and update import directives across the tree. This is done to create a PEP420 namespace package, in which we may create subpackages. To do this, the namespace directory ("qemu") should not have any

[PATCH v7 09/31] python: create qemu packages

2021-05-25 Thread John Snow
move python/qemu/*.py to python/qemu/[machine, qmp, utils]/*.py and update import directives across the tree. This is done to create a PEP420 namespace package, in which we may create subpackages. To do this, the namespace directory ("qemu") should not have any modules in it. Those files will go i