Re: [PATCH v4 03/24] python: create qemu packages

2021-02-15 Thread John Snow
On 2/12/21 12:17 AM, Cleber Rosa wrote: On Thu, Feb 11, 2021 at 01:58:35PM -0500, 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

Re: [PATCH v4 03/24] python: create qemu packages

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

[PATCH v4 03/24] python: create qemu packages

2021-02-11 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 new