Statistics
| Branch: | Revision:

root / include / hw / elf_ops.h @ ac41881b

History | View | Annotate | Download (9.7 kB)

# Date Author Comment
18674b26 03/05/2014 04:06 am Alexey Kardashevskiy

elf-loader: add more return codes

The existing load_elf() just returns -1 if it fails to load ELF. However
it could be smarter than this and tell more about the failure such as
wrong endianness or incompatible platform.

This adds additional return codes for wrong architecture, wrong...

0d09e41a 04/08/2013 07:13 pm Paolo Bonzini

hw: move headers to include/

Many of these should be cleaned up with proper qdev-/QOM-ification.
Right now there are many catch-all headers in include/hw/ARCH depending
on cpu.h, and this makes it necessary to compile these files per-target.
However, fixing this does not belong in these patches....