All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH for-4.13 0/2] xen: Build fixes related to Python3
@ 2019-12-07 16:52 Andrew Cooper
  2019-12-07 16:52 ` [Xen-devel] [PATCH 1/2] xen/flask: Fix Python 3 problems with gen-policy.py Andrew Cooper
  2019-12-07 16:52 ` [Xen-devel] [PATCH 2/2] xen/build: Automatically locate a suitable python interpreter Andrew Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Cooper @ 2019-12-07 16:52 UTC (permalink / raw)
  To: Xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Julien Grall, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper,
	Steven Haigh, Jan Beulich, Ian Jackson, Daniel De Graaf

Patch 2 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 2, it became apparent that XSM/Flask isn't Py3-clean, and
this is a blocker.  It is addressed in patch 1.

Andrew Cooper (2):
  xen/flask: Fix Python 3 problems with gen-policy.py
  xen/build: Automatically locate a suitable python interpreter

 xen/Makefile                 |  2 ++
 xen/xsm/flask/Makefile       |  6 ++----
 xen/xsm/flask/flask-policy.S | 20 ++++++++++++++++++++
 xen/xsm/flask/gen-policy.py  | 23 -----------------------
 4 files changed, 24 insertions(+), 27 deletions(-)
 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

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

end of thread, other threads:[~2019-12-07 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 16:52 [Xen-devel] [PATCH for-4.13 0/2] xen: Build fixes related to Python3 Andrew Cooper
2019-12-07 16:52 ` [Xen-devel] [PATCH 1/2] xen/flask: Fix Python 3 problems with gen-policy.py Andrew Cooper
2019-12-07 16:52 ` [Xen-devel] [PATCH 2/2] xen/build: Automatically locate a suitable python interpreter 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.