All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next RFC 0/4] tools: Python 3 compatibility
@ 2019-03-05 16:42 Wei Liu
  2019-03-05 16:42 ` [PATCH for-next RFC 1/4] build/m4: make python_devel.m4 work with both python 2 and 3 Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 27+ messages in thread
From: Wei Liu @ 2019-03-05 16:42 UTC (permalink / raw)
  To: xen-devel
  Cc: George Dunlap, Anthony PERARD, Ian Jackson, Wei Liu,
	Andrew Cooper

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 scripts to be
Py3 compatible".

Wei.

Wei Liu (4):
  build/m4: make python_devel.m4 work with both python 2 and 3
  libxl: make python scripts work with python 2 and 3
  pygrub: convert python files with 2to3
  pygrub: make it build with python 3

 m4/python_devel.m4                 | 27 ++++++-----
 tools/configure                    | 34 ++++++++------
 tools/libxl/gentest.py             |  4 +-
 tools/libxl/gentypes.py            | 12 ++---
 tools/libxl/idl.py                 | 21 ++++-----
 tools/pygrub/src/ExtLinuxConf.py   | 16 +++----
 tools/pygrub/src/GrubConf.py       | 36 +++++++--------
 tools/pygrub/src/LiloConf.py       | 16 +++----
 tools/pygrub/src/fsimage/fsimage.c | 92 ++++++++++++++++++++++++++++++++++----
 9 files changed, 175 insertions(+), 83 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2019-03-06 17:27 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-05 16:42 [PATCH for-next RFC 0/4] tools: Python 3 compatibility Wei Liu
2019-03-05 16:42 ` [PATCH for-next RFC 1/4] build/m4: make python_devel.m4 work with both python 2 and 3 Wei Liu
2019-03-06 15:07   ` Anthony PERARD
2019-03-06 15:24     ` Wei Liu
2019-03-06 15:35       ` Anthony PERARD
2019-03-06 16:33         ` Wei Liu
2019-03-05 16:42 ` [PATCH for-next RFC 2/4] libxl: make python scripts work with " Wei Liu
2019-03-05 17:34   ` Andrew Cooper
2019-03-06 16:19     ` Wei Liu
2019-03-05 16:42 ` [PATCH for-next RFC 3/4] pygrub: convert python files with 2to3 Wei Liu
2019-03-05 17:51   ` Andrew Cooper
2019-03-06 11:31     ` Wei Liu
2019-03-06 11:46       ` Andrew Cooper
2019-03-06 12:49         ` Wei Liu
2019-03-05 16:42 ` [PATCH for-next RFC 4/4] pygrub: make it build with python 3 Wei Liu
2019-03-05 17:42   ` Andrew Cooper
2019-03-05 17:48     ` Wei Liu
2019-03-05 18:17       ` Marek Marczykowski-Górecki
2019-03-06 12:45         ` Wei Liu
2019-03-06 17:27   ` Wei Liu
2019-03-06 13:49 ` [PATCH for-next RFC 0/4] tools: Python 3 compatibility George Dunlap
2019-03-06 13:53   ` George Dunlap
2019-03-06 13:57     ` Wei Liu
2019-03-06 14:17       ` Anthony PERARD
2019-03-06 14:25         ` Wei Liu
2019-03-06 13:53   ` Wei Liu
2019-03-06 14:06   ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.