Re: [Xen-devel] [PATCH for-next 5/5] tools: provide --with-system-ipxe

2018-06-25 Thread Wei Liu
On Mon, Jun 04, 2018 at 02:59:21PM +0100, Anthony PERARD wrote: > On Tue, May 15, 2018 at 07:22:43PM +0100, Wei Liu wrote: > > diff --git a/tools/configure.ac b/tools/configure.ac > > index 0826af8cbc..8e4b173d6f 100644 > > --- a/tools/configure.ac > > +++ b/tools/configure.ac > > @@ -241,6

Re: [Xen-devel] [PATCH for-next 5/5] tools: provide --with-system-ipxe

2018-06-04 Thread Anthony PERARD
On Tue, May 15, 2018 at 07:22:43PM +0100, Wei Liu wrote: > diff --git a/tools/configure.ac b/tools/configure.ac > index 0826af8cbc..8e4b173d6f 100644 > --- a/tools/configure.ac > +++ b/tools/configure.ac > @@ -241,6 +242,23 @@ AS_IF([test "x$ovmf" = "xy" -o -n "$ovmf_path" ], [ >

[Xen-devel] [PATCH for-next 5/5] tools: provide --with-system-ipxe

2018-05-15 Thread Wei Liu
Signed-off-by: Wei Liu --- Cc: Ian Jackson --- config/Tools.mk.in| 1 + tools/config.h.in | 3 +++ tools/configure | 53 +++ tools/configure.ac| 18