Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread Wei Liu
On Wed, Mar 06, 2019 at 02:17:31PM +, Anthony PERARD wrote: > On Wed, Mar 06, 2019 at 01:57:55PM +, Wei Liu wrote: > > On Wed, Mar 06, 2019 at 01:53:01PM +, George Dunlap wrote: > > > On 3/6/19 1:49 PM, George Dunlap wrote: > > > > On 3/5/19 4:42 PM, Wei Liu wrote: > > > >> This series

Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread Anthony PERARD
On Wed, Mar 06, 2019 at 01:57:55PM +, Wei Liu wrote: > On Wed, Mar 06, 2019 at 01:53:01PM +, George Dunlap wrote: > > On 3/6/19 1:49 PM, George Dunlap wrote: > > > On 3/5/19 4:42 PM, Wei Liu wrote: > > >> This series makes tools build with Python 3. > > >> > > >> Compile test only with 2.7

Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread Andrew Cooper
On 06/03/2019 13:49, George Dunlap wrote: > On 3/5/19 4:42 PM, Wei Liu wrote: >> This series makes tools build with Python 3. >> >> Compile test only with 2.7 and 3.5 thus far, hence the RFC. This should be >> able >> to give people some idea what sort of work is involved. >> >> You will also need

Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread Wei Liu
On Wed, Mar 06, 2019 at 01:53:01PM +, George Dunlap wrote: > On 3/6/19 1:49 PM, George Dunlap wrote: > > On 3/5/19 4:42 PM, Wei Liu wrote: > >> This series makes tools build with Python 3. > >> > >> Compile test only with 2.7 and 3.5 thus far, hence the RFC. This should be > >> able > >> to gi

Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread George Dunlap
On 3/6/19 1:49 PM, George Dunlap wrote: > On 3/5/19 4:42 PM, Wei Liu wrote: >> This series makes tools build with Python 3. >> >> Compile test only with 2.7 and 3.5 thus far, hence the RFC. This should be >> able >> to give people some idea what sort of work is involved. >> >> You will also need A

Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread Wei Liu
On Wed, Mar 06, 2019 at 01:49:18PM +, George Dunlap wrote: > On 3/5/19 4:42 PM, Wei Liu wrote: > > This series makes tools build with Python 3. > > > > Compile test only with 2.7 and 3.5 thus far, hence the RFC. This should be > > able > > to give people some idea what sort of work is involve

Re: [Xen-devel] [PATCH for-next RFC 0/4] tools: Python 3 compatibility

2019-03-06 Thread George Dunlap
On 3/5/19 4:42 PM, Wei Liu wrote: > This series makes tools build with Python 3. > > Compile test only with 2.7 and 3.5 thus far, hence the RFC. This should be > able > to give people some idea what sort of work is involved. > > You will also need Andrew's "tools/xen-foreign: Update python scrip