Re: [PATCH v6 02/25] python: create qemu packages

2021-05-21 Thread Willian Rampazzo
On Wed, May 12, 2021 at 8:13 PM John Snow wrote: > > move python/qemu/*.py to python/qemu/[machine, qmp]/*.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")

Re: [PATCH v6 02/25] python: create qemu packages

2021-05-18 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:18PM -0400, John Snow wrote: > move python/qemu/*.py to python/qemu/[machine, qmp]/*.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

[PATCH v6 02/25] python: create qemu packages

2021-05-12 Thread John Snow
move python/qemu/*.py to python/qemu/[machine, qmp]/*.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 into