Re: [Xen-devel] [PATCH 2/8] libelf: loop safety: Pass `elf' to elf_xen_parse_features

2016-12-12 Thread Jan Beulich
>>> On 09.12.16 at 16:44, wrote: > Not used yet, so no functional change. We will need this in a moment. > > Signed-off-by: Ian Jackson Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH 2/8] libelf: loop safety: Pass `elf' to elf_xen_parse_features

2016-12-09 Thread Ian Jackson
Not used yet, so no functional change. We will need this in a moment. Signed-off-by: Ian Jackson --- xen/common/libelf/libelf-dominfo.c | 5 +++-- xen/include/xen/libelf.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/xen/common/libelf/libelf-dominfo.c b/xen