qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/4] elf loader: exit if incompatible architectur


From: Alexey Kardashevskiy
Subject: [Qemu-devel] [PATCH v3 0/4] elf loader: exit if incompatible architecture is detected
Date: Tue, 4 Feb 2014 15:04:15 +1100

The aim of this set is to print reasonable error if ELF cannot be loaded.
While we are here, also fix some other bits.

Changes:
v3:
* added a helper to convert error codes to strings

Alexey Kardashevskiy (4):
  spapr: support only ELF kernel images
  moxie: fix load_elf() usage
  elf-loader: add more return codes
  spapr: print more detailed error message on failed load_elf()

 hw/core/loader.c     | 30 ++++++++++++++++++++++++------
 hw/moxie/moxiesim.c  |  2 +-
 hw/ppc/spapr.c       | 11 +++--------
 hw/s390x/ipl.c       |  4 ++--
 include/hw/elf_ops.h | 19 ++++++++++++++-----
 include/hw/loader.h  |  6 ++++++
 6 files changed, 50 insertions(+), 22 deletions(-)

-- 
1.8.4.rc4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]