Re: [PATCH v4 00/24] python: create installable package

2021-02-16 Thread Cleber Rosa
On Mon, Feb 15, 2021 at 04:32:29PM -0500, John Snow wrote: > On 2/11/21 9:52 PM, Cleber Rosa wrote: > > On Thu, Feb 11, 2021 at 01:58:32PM -0500, John Snow wrote: > > > This series factors the python/qemu directory as an installable > > > package. It does not yet actually change the mechanics of ho

Re: [PATCH v4 00/24] python: create installable package

2021-02-15 Thread John Snow
On 2/11/21 9:52 PM, Cleber Rosa wrote: On Thu, Feb 11, 2021 at 01:58:32PM -0500, John Snow wrote: This series factors the python/qemu directory as an installable package. It does not yet actually change the mechanics of how any other python source in the tree actually consumes it (yet), beyond t

Re: [PATCH v4 00/24] python: create installable package

2021-02-11 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:32PM -0500, John Snow wrote: > This series factors the python/qemu directory as an installable > package. It does not yet actually change the mechanics of how any other > python source in the tree actually consumes it (yet), beyond the import > path. (some import state

[PATCH v4 00/24] python: create installable package

2021-02-11 Thread John Snow
This series factors the python/qemu directory as an installable package. It does not yet actually change the mechanics of how any other python source in the tree actually consumes it (yet), beyond the import path. (some import statements change in a few places.) git: https://gitlab.com/jsnow/qemu/