Re: [Xen-devel] [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi

2016-08-16 Thread Wei Liu
On Tue, Aug 16, 2016 at 05:36:03PM +0800, Shannon Zhao wrote: > > > On 2016/8/16 16:29, Wei Liu wrote: > > On Tue, Aug 16, 2016 at 04:13:06PM +0800, Shannon Zhao wrote: > > [...] > >> > Not sure if I do something wrong, but I got bellow errors when compiling > >> > this series on x86 just using "

Re: [Xen-devel] [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi

2016-08-16 Thread Shannon Zhao
On 2016/8/16 16:29, Wei Liu wrote: > On Tue, Aug 16, 2016 at 04:13:06PM +0800, Shannon Zhao wrote: > [...] >> > Not sure if I do something wrong, but I got bellow errors when compiling >> > this series on x86 just using "./autogen.sh;./configure;make tools". >> > >> > In file included from tcgbi

Re: [Xen-devel] [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi

2016-08-16 Thread Wei Liu
On Tue, Aug 16, 2016 at 04:13:06PM +0800, Shannon Zhao wrote: [...] > Not sure if I do something wrong, but I got bellow errors when compiling > this series on x86 just using "./autogen.sh;./configure;make tools". > > In file included from tcgbios.c:26:0: > ../util.h:4:39: fatal error: ../hvmloade

Re: [Xen-devel] [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi

2016-08-16 Thread Shannon Zhao
Hi, On 2016/8/5 5:06, Boris Ostrovsky wrote: > Signed-off-by: Boris Ostrovsky > Acked-by: Jan Beulich > --- > v2: > * Minor cleanup of hvmloader's Makefile > > tools/firmware/hvmloader/Makefile | 14 > -- > tools/firmware/hvmloader/ovmf.c

Re: [Xen-devel] [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi

2016-08-05 Thread Wei Liu
On Fri, Aug 05, 2016 at 04:43:51AM -0600, Jan Beulich wrote: > >>> On 04.08.16 at 23:06, wrote: > > Signed-off-by: Boris Ostrovsky > > Acked-by: Jan Beulich > > There's a dependency this ack has which I came too think of only now: > The move here results in a maintainership change, which should

Re: [Xen-devel] [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi

2016-08-05 Thread Jan Beulich
>>> On 04.08.16 at 23:06, wrote: > Signed-off-by: Boris Ostrovsky > Acked-by: Jan Beulich There's a dependency this ack has which I came too think of only now: The move here results in a maintainership change, which should either be avoided (by updating ./MAINTAINERS at the same time), or we sh