Re: [PATCH v3 01/15] python: create qemu packages

2020-10-28 Thread John Snow
On 10/28/20 12:39 PM, Cleber Rosa wrote: On Wed, Oct 28, 2020 at 11:21:19AM -0400, John Snow wrote: On 10/28/20 10:46 AM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:41PM -0400, John Snow wrote: move python/qemu/*.py to python/qemu/[machine, qmp]/*.py and update import directives across

Re: [PATCH v3 01/15] python: create qemu packages

2020-10-28 Thread Cleber Rosa
On Wed, Oct 28, 2020 at 11:21:19AM -0400, John Snow wrote: > On 10/28/20 10:46 AM, Cleber Rosa wrote: > > On Tue, Oct 20, 2020 at 03:35:41PM -0400, John Snow wrote: > > > move python/qemu/*.py to python/qemu/[machine, qmp]/*.py and update import > > > directives across the tree. > > > > > > This

Re: [PATCH v3 01/15] python: create qemu packages

2020-10-28 Thread John Snow
On 10/28/20 10:46 AM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:41PM -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

Re: [PATCH v3 01/15] python: create qemu packages

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:41PM -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 v3 01/15] python: create qemu packages

2020-10-20 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