Hey,

I was working on xSplice I enabled various options which ended
up causing compiler issues (except the first one).

The:
 [PATCH v1 1/3] libelf: Preserve log callback after elf_init

was a result of trying to use the libelf in some user-space and
messing up badly but not getting any errors because libelf would
'forget' the log callback.

The other two:
 [PATCH v1 2/3] paging: Fix compile error when DEBUG_TRACE_DUMP is
 [PATCH v1 3/3] blktap2: Silence warnings under GCC 5.1.1

Are just fixes for compiler issues.

 tools/blktap2/drivers/block-log.c |  4 ++--
 xen/arch/x86/mm/paging.c          |  4 ++--
 xen/common/libelf/libelf-loader.c | 16 +++++++++++++++-
 3 files changed, 19 insertions(+), 5 deletions(-)

Konrad Rzeszutek Wilk (3):
      libelf: Preserve log callback after elf_init
      paging: Fix compile error when DEBUG_TRACE_DUMP is enabled.
      blktap2: Silence warnings under GCC 5.1.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to