[Xen-devel] [PATCH for-4.13 v2 0/3] xen: Build fixes related to Python3

Andrew Cooper posted 3 patches 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191207181813.30176-1-andrew.cooper3@citrix.com
There is a newer version of this series
xen/Makefile                 | 10 +++++++++-
xen/tools/fig-to-oct.py      | 18 ------------------
xen/xsm/flask/Makefile       |  6 ++----
xen/xsm/flask/flask-policy.S | 20 ++++++++++++++++++++
xen/xsm/flask/gen-policy.py  | 23 -----------------------
5 files changed, 31 insertions(+), 46 deletions(-)
delete mode 100644 xen/tools/fig-to-oct.py
create mode 100644 xen/xsm/flask/flask-policy.S
delete mode 100644 xen/xsm/flask/gen-policy.py
[Xen-devel] [PATCH for-4.13 v2 0/3] xen: Build fixes related to Python3
Posted by Andrew Cooper 4 years, 3 months ago
Patch 3 is a fix for a problem reported on IRC.  It is a very-nice-to-have
considering our attempt to make Xen 4.13 Py3-clean.

While testing patch 3, it became apparent that XSM/Flask isn't Py3-clean, and
this is a blocker.  It is addressed in patch 1.

Patch 2 addresses a bug spotted by Gitlab while testing v1 of this series.  It
isn't strictly a Py3 bug, but is a build system robustness fix.

Andrew Cooper (3):
  xen/flask: Drop the gen-policy.py script
  xen/banner: Drop the fig-to-oct.py script
  xen/build: Automatically locate a suitable python interpreter

 xen/Makefile                 | 10 +++++++++-
 xen/tools/fig-to-oct.py      | 18 ------------------
 xen/xsm/flask/Makefile       |  6 ++----
 xen/xsm/flask/flask-policy.S | 20 ++++++++++++++++++++
 xen/xsm/flask/gen-policy.py  | 23 -----------------------
 5 files changed, 31 insertions(+), 46 deletions(-)
 delete mode 100644 xen/tools/fig-to-oct.py
 create mode 100644 xen/xsm/flask/flask-policy.S
 delete mode 100644 xen/xsm/flask/gen-policy.py

-- 
2.11.0


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