1. 5579b52 hw/elf_ops: Do not ignore write failures when loading ELF by Philippe Mathieu-Daudé · 4 years, 10 months ago
  2. a1ecb43 elf_ops: Don't try to g_mapped_file_unref(NULL) by Peter Maydell · 4 years, 10 months ago
  3. 040425f elf-ops: bail out if we have no function symbols by Alex Bennée · 5 years ago
  4. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  5. 41a2635 elf-ops.h: fix int overflow in load_elf() by Stefano Garzarella · 5 years ago
  6. 816b9fe elf-ops.h: Map into memory the ELF to load by Stefano Garzarella · 6 years ago
  7. fef2889 loader: Handle memory-mapped ELFs by Stefano Garzarella · 6 years ago
  8. 696aa04 elf-ops.h: Add get_elf_note_type() by Liam Merwick · 6 years ago
  9. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  10. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  11. 72e21db remove space-tab sequences by Paolo Bonzini · 6 years ago
  12. ed31504 elf_ops.h: Use address_space_write() to write memory by Peter Maydell · 6 years ago
  13. 56f2604 elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS by Aleksandar Rikalo · 7 years ago
  14. a2480ff Add symbol table callback interface to load_elf by Michael Clark · 7 years ago
  15. f33e5e6 loader: Ignore zero-sized ELF segments by Peter Maydell · 7 years ago
  16. bf17333 loader: Handle ELF files with overlapping zero-initialized data by Peter Maydell · 7 years ago
  17. 34f1b23 elf-loader: Allow late loading of elf by Farhan Ali · 8 years ago
  18. 70bb1d1 loader: Add AddressSpace loading support to ELFs by Alistair Francis · 8 years ago
  19. 3e76099 loader: Allow a custom AddressSpace when loading ROMs by Alistair Francis · 8 years ago
  20. 8cf6e9d loader: Allow ELF loader to auto-detect the ELF arch by Alistair Francis · 8 years ago
  21. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  22. 98dbe5a elf: Update EM_MOXIE definition by Peter Crosthwaite · 10 years ago
  23. 7cc4722 elf_ops: Fix coding style for EM alias case statement by Peter Crosthwaite · 10 years ago
  24. 23bf2e7 elf-loader: Add missing error handling for call of lseek by Stefan Weil · 10 years ago
  25. 5dce07e elf-loader: Provide the possibility to relocate s390 ELF files by Thomas Huth · 10 years ago
  26. 8ce3c44 loader: g_realloc(p, 0) frees and returns NULL, simplify by Markus Armbruster · 11 years ago
  27. 18674b2 elf-loader: add more return codes by Alexey Kardashevskiy · 11 years ago
  28. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago[Renamed from hw/elf_ops.h]
  29. d60fa42 Save memory allocation in the elf loader by Fabien Chouteau · 12 years ago
  30. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  31. 7e9c7ff fix entry pointer for ELF kernels loaded with -kernel option by Henning Schild · 12 years ago
  32. c7c530c elf: Improve symbol lookup (optimize, fix for bsd-user) by Stefan Weil · 13 years ago
  33. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  34. e403e43 elf: Calculate symbol size if needed by Stefan Weil · 15 years ago
  35. 16f0441 microblaze: Handle new elf mach nr for sysemu. by Edgar E. Iglesias · 15 years ago
  36. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  37. 3e372cf loader: don't call realloc(non_null, 0) when no symbols are present by Aurelien Jarno · 15 years ago
  38. 45a50b1 Reorganize option rom (+linux kernel) loading. by Gerd Hoffmann · 15 years ago
  39. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  40. 99a0949 Get rid of _t suffix by malc · 15 years ago
  41. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago[Renamed (92%) from elf_ops.h]
  42. ec82200 Fix symfind. by Laurent Desnogues · 16 years ago
  43. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  44. fd93a79 Fix elf loader range checking by Paul Brook · 16 years ago
  45. 7f70c93 Make the ELF loader aware of backwards compatibility by blueswir1 · 16 years ago
  46. 83c1f87 Use load address when loading ELF images. by pbrook · 16 years ago
  47. 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
  48. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  49. 8279006 Cast ELF datatypes properly to host 64bit types. by ths · 17 years ago
  50. eb296a0 Remove the target dependency introduced by previous patch by blueswir1 · 17 years ago
  51. 9437454 Fix loading above 4G by blueswir1 · 17 years ago
  52. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  53. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  54. 7428711 Improved initrd support for mips. by ths · 18 years ago
  55. 04d4b0c Simplify error handling again. by ths · 18 years ago
  56. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  57. 3aee288 fixed memory leak by bellard · 19 years ago
  58. 9ee3c02 added entry parameter to ELF loader by bellard · 19 years ago
  59. 5fe141f generic ELF loader by bellard · 19 years ago