Markus Armbruster
|
650d103d3e
Include hw/hw.h exactly where needed
|
6 years ago |
Liam Merwick
|
4366e1db16
elf: Add optional function ptr to load_elf() to parse ELF notes
|
6 years ago |
Peter Maydell
|
5250b09e57
hw/i386/multiboot.c: Don't use load_image()
|
6 years ago |
Mao Zhongyi
|
371b74e221
Drop "qemu:" prefix from error_report() arguments
|
7 years ago |
Daniel P. Berrangé
|
f8da93a0ff
i386: only parse the initrd_filename once for multiboot modules
|
7 years ago |
Daniel P. Berrangé
|
6e3ad3f0e3
i386: fix regression parsing multiboot initrd modules
|
7 years ago |
Daniel P. Berrangé
|
950c4e6c94
opts: don't silently truncate long option values
|
7 years ago |
Kevin Wolf
|
dbf2dce7aa
multiboot: Check validity of mh_header_addr
|
7 years ago |
Kevin Wolf
|
b17a9054a0
multiboot: Reject kernels exceeding the address space
|
7 years ago |
Jack Schwartz
|
4b9006a41e
multiboot: fprintf(stderr...) -> error_report()
|
7 years ago |
Jack Schwartz
|
ce5eb6dc4d
multiboot: Use header names when displaying fields
|
7 years ago |
Jack Schwartz
|
7a2e43cc96
multiboot: Remove unused variables from multiboot.c
|
7 years ago |
Jack Schwartz
|
2a8fcd119e
multiboot: bss_end_addr can be zero
|
7 years ago |
Markus Armbruster
|
922a01a013
Move include qemu/option.h from qemu-common.h to actual users
|
7 years ago |
Prasad J Pandit
|
ed4f86e8b6
multiboot: validate multiboot header address values
|
8 years ago |
Marc-André Lureau
|
ad2c19937e
i386: replace g_malloc()+memcpy() with g_memdup()
|
8 years ago |
Vlad Lungu
|
96a3d39277
multiboot: copy the cmdline verbatim, unescape module strings
|
8 years ago |
Paolo Bonzini
|
4771d756f4
hw: explicitly include qemu-common.h and cpu.h
|
9 years ago |
Peter Crosthwaite
|
7ef295ea5b
loader: Add data swap option to load-elf
|
9 years ago |
Peter Maydell
|
b6a0aa0537
x86: Clean up includes
|
9 years ago |
Peter Crosthwaite
|
a5e8788f89
i386: Rename ELF_MACHINE to be x86 specific
|
10 years ago |
Kevin Wolf
|
b4168498f6
multiboot: Fix offset of bootloader name
|
10 years ago |
Drew DeVault
|
5eba5a6632
Add bootloader name to multiboot implementation
|
10 years ago |
Kevin Wolf
|
26a8ec0761
multiboot: Calculate upper_mem in the ROM
|
12 years ago |
Laszlo Ersek
|
a88b362c6f
refer to FWCfgState explicitly
|
12 years ago |
Paolo Bonzini
|
47b43a1f41
hw: move private headers to hw/ subdirectories.
|
12 years ago |
Paolo Bonzini
|
0d09e41a51
hw: move headers to include/
|
12 years ago |
Paolo Bonzini
|
530182169e
hw: move boards and other isolated files to hw/ARCH
|
12 years ago |