xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* libx[lc]: Improve error reporting for invalid kernel images
@ 2018-02-08 21:49 Simon Gaiser
  2018-02-08 21:49 ` [PATCH 1/3] libxc: Cleanup xc_dom_parse_elf_kernel()'s return value Simon Gaiser
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Simon Gaiser @ 2018-02-08 21:49 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, Roger Pau Monné

Hi,

this series cleans up the error reporting in case a invalid kernel image
is supplied. For example if the user tries to boot a pre 4.11 Linux in
PVH mode.

Commit 96edb111dd ("libxc: panic when trying to create a PVH guest
without kernel support") already improved the situation:

  xc: error: panic: xc_dom_elfloader.c:66: xc_dom_guest_type: image not capable of booting inside a HVM container: Invalid kernel
  xc: error: panic: xc_dom_core.c:734: xc_dom_set_arch_hooks: not found (type xen-3.0-unknown): Invalid kernel
  xc: error: panic: xc_dom_core.c:936: xc_dom_mem_init: arch hooks not set: Internal error
  libxl: error: libxl_dom.c:729:libxl__build_dom: xc_dom_mem_init failed: No such file or directory
  libxl: error: libxl_create.c:1246:domcreate_rebuild_done: Domain 3:cannot (re-)build domain: -3

But you still see that the domain build don't fails immediately in
xc_dom_parse_elf_kernel() but only later in xc_dom_set_arch_hooks().
After fixing this there was still an unrelated errno string logged.

With this series the error reporting is cleaned up:

  xc: error: panic: xc_dom_elfloader.c:66: xc_dom_guest_type: image not capable of booting inside a HVM container: Invalid kernel
  libxl: error: libxl_dom.c:718:libxl__build_dom: xc_dom_parse_image failed
  libxl: error: libxl_create.c:1246:domcreate_rebuild_done: Domain 4:cannot (re-)build domain: -3

For some previous discussion see [1].

Simon

[1]: https://lists.xenproject.org/archives/html/xen-devel/2018-01/msg01675.html


Simon Gaiser (3):
      libxc: Cleanup xc_dom_parse_elf_kernel()'s return value
      libxl: Improve logging in libxl__build_dom()
      libxc: xc_dom_parse_elf_kernel: Return error for invalid kernel images

 tools/libxc/xc_dom_elfloader.c | 24 +++++++++++++-----------
 tools/libxl/libxl_dom.c        |  2 +-
 2 files changed, 14 insertions(+), 12 deletions(-)

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-02-12 14:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-08 21:49 libx[lc]: Improve error reporting for invalid kernel images Simon Gaiser
2018-02-08 21:49 ` [PATCH 1/3] libxc: Cleanup xc_dom_parse_elf_kernel()'s return value Simon Gaiser
2018-02-09 12:00   ` Roger Pau Monné
2018-02-08 21:49 ` [PATCH 2/3] libxl: Improve logging in libxl__build_dom() Simon Gaiser
2018-02-09 12:08   ` Roger Pau Monné
2018-02-08 21:49 ` [PATCH 3/3] libxc: xc_dom_parse_elf_kernel: Return error for invalid kernel images Simon Gaiser
2018-02-09 12:19   ` Roger Pau Monné
2018-02-12 14:51 ` libx[lc]: Improve error reporting " Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).