Re: [PATCH] tools/build: fix python xc bindings

2020-09-14 Thread Wei Liu
On Mon, Sep 14, 2020 at 11:38:19AM +0200, Marek Marczykowski-Górecki wrote: > On Mon, Sep 14, 2020 at 09:35:42AM +, Wei Liu wrote: > > On Sat, Sep 12, 2020 at 03:58:07PM +0200, Juergen Gross wrote: > > > Commit 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py") > > > was just wrong:

Re: [PATCH] tools/build: fix python xc bindings

2020-09-14 Thread Marek Marczykowski-Górecki
On Mon, Sep 14, 2020 at 09:35:42AM +, Wei Liu wrote: > On Sat, Sep 12, 2020 at 03:58:07PM +0200, Juergen Gross wrote: > > Commit 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py") > > was just wrong: there is one function from libxenguest used in the > > bindings, so readd the libra

Re: [PATCH] tools/build: fix python xc bindings

2020-09-14 Thread Wei Liu
On Sat, Sep 12, 2020 at 03:58:07PM +0200, Juergen Gross wrote: > Commit 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py") > was just wrong: there is one function from libxenguest used in the > bindings, so readd the library again. > > While at it remove the unused PATH_LIBXL setting.

[PATCH] tools/build: fix python xc bindings

2020-09-12 Thread Juergen Gross
Commit 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py") was just wrong: there is one function from libxenguest used in the bindings, so readd the library again. While at it remove the unused PATH_LIBXL setting. Fixes: 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py") Si