Re: [PATCH 10/22] Python: add utility function for retrieving port redirection

2021-03-23 Thread Cleber Rosa
On Thu, Feb 04, 2021 at 07:25:52PM -0500, John Snow wrote: > On 2/3/21 12:23 PM, Cleber Rosa wrote: > > Slightly different versions for the same utility code are currently > > present on different locations. This unifies them all, giving > > preference to the version from virtiofs_submounts.py, be

Re: [PATCH 10/22] Python: add utility function for retrieving port redirection

2021-02-15 Thread Wainer dos Santos Moschetta
On 2/15/21 3:27 PM, Cleber Rosa wrote: On Tue, Feb 09, 2021 at 11:50:51AM -0300, Wainer dos Santos Moschetta wrote: Hi, On 2/3/21 2:23 PM, Cleber Rosa wrote: Slightly different versions for the same utility code are currently present on different locations. This unifies them all, giving pre

Re: [PATCH 10/22] Python: add utility function for retrieving port redirection

2021-02-15 Thread John Snow
On 2/15/21 1:27 PM, Cleber Rosa wrote: It's hard to find the right balance here. If you take a look at what John is proposing wrt the packaging the "qemu" Python libs, I believe one module is a good compromise at this point. I really to expect that it will grow and that more modules will be cre

Re: [PATCH 10/22] Python: add utility function for retrieving port redirection

2021-02-15 Thread Cleber Rosa
On Tue, Feb 09, 2021 at 11:50:51AM -0300, Wainer dos Santos Moschetta wrote: > Hi, > > On 2/3/21 2:23 PM, Cleber Rosa wrote: > > Slightly different versions for the same utility code are currently > > present on different locations. This unifies them all, giving > > preference to the version from

Re: [PATCH 10/22] Python: add utility function for retrieving port redirection

2021-02-09 Thread Wainer dos Santos Moschetta
Hi, On 2/3/21 2:23 PM, Cleber Rosa wrote: Slightly different versions for the same utility code are currently present on different locations. This unifies them all, giving preference to the version from virtiofs_submounts.py, because of the last tweaks added to it. While at it, this adds a "qe

Re: [PATCH 10/22] Python: add utility function for retrieving port redirection

2021-02-04 Thread John Snow
On 2/3/21 12:23 PM, Cleber Rosa wrote: Slightly different versions for the same utility code are currently present on different locations. This unifies them all, giving preference to the version from virtiofs_submounts.py, because of the last tweaks added to it. While at it, this adds a "qemu.u

[PATCH 10/22] Python: add utility function for retrieving port redirection

2021-02-03 Thread Cleber Rosa
Slightly different versions for the same utility code are currently present on different locations. This unifies them all, giving preference to the version from virtiofs_submounts.py, because of the last tweaks added to it. While at it, this adds a "qemu.util" module to host the utility function