Paolo Bonzini
|
134ab17fff
load_aout: replace bswap_needed with big_endian
|
5 months ago |
Philippe Mathieu-Daudé
|
adc1a4a26a
hw/loader: Pass ELFDATA endian order argument to load_elf()
|
6 months ago |
Philippe Mathieu-Daudé
|
90f5c86acb
hw/loader: Pass ELFDATA endian order argument to load_elf_as()
|
6 months ago |
Philippe Mathieu-Daudé
|
3cd6dbce75
hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
|
6 months ago |
Philippe Mathieu-Daudé
|
ff12b602fc
hw/loader: Remove unused load_elf_ram()
|
6 months ago |
Jiaxun Yang
|
e3526d0fd7
hw/core/loader: Use ssize_t for efi zboot unpacker
|
7 months ago |
Ani Sinha
|
a376a8d58a
loader: remove load_image_gzipped function as its not used anywhere
|
1 year ago |
Philippe Mathieu-Daudé
|
4475a9b058
monitor: Remove obsolete stubs
|
1 year ago |
Philippe Mathieu-Daudé
|
e265ee4379
hw/loader: Clean up global variable shadowing in rom_add_file()
|
1 year ago |
Ard Biesheuvel
|
ff11422804
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
|
2 years ago |
Cédric Le Goater
|
ddbf7bd73c
hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr
|
2 years ago |
Jamie Iles
|
af9751316e
hw/core/loader: return image sizes as ssize_t
|
3 years ago |
Alex Bennée
|
5fc983af8b
semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
|
3 years ago |
Luc Michel
|
8975eb891f
hw/elf_ops.h: switch to ssize_t for elf loader return type
|
3 years ago |
Philippe Mathieu-Daudé
|
72686c586d
hw/loader: Restrict PC_ROM_* definitions to hw/i386/pc
|
3 years ago |
Peter Maydell
|
1228c4596a
hw/core/loader: Add new function rom_ptr_for_as()
|
4 years ago |
Aleksandar Markovic
|
6cdda0ff4b
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
|
5 years ago |
Stefano Garzarella
|
41a2635124
elf-ops.h: fix int overflow in load_elf()
|
6 years ago |
Stefano Garzarella
|
fef28891aa
loader: Handle memory-mapped ELFs
|
6 years ago |
Liam Merwick
|
4366e1db16
elf: Add optional function ptr to load_elf() to parse ELF notes
|
6 years ago |
Nick Hudson
|
f831f955d4
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
|
6 years ago |
Peter Maydell
|
061923298f
include/hw/loader.h: Document load_image_size()
|
6 years ago |
Peter Maydell
|
2933f6980b
hw/core/loader.c: Remove load_image()
|
6 years ago |
Li Zhijian
|
f3839fda57
change get_image_size return type to int64_t
|
7 years ago |
Su Hang
|
e4a25ed919
loader: Implement .hex file loader
|
7 years ago |
Stefan Hajnoczi
|
e2336043cc
loader: add rom transaction API
|
7 years ago |
Thomas Huth
|
0f0f8b611e
loader: Check access size when calling rom_ptr() to avoid crashes
|
7 years ago |
Michael Clark
|
a2480ffa88
Add symbol table callback interface to load_elf
|
7 years ago |
Peter Maydell
|
97df5feee3
loader: Add new load_ramdisk_as()
|
7 years ago |
Markus Armbruster
|
452fcdbc49
Include qapi/qmp/qdict.h exactly where needed
|
7 years ago |