index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
multiboot.c
Age
Commit message (
Expand
)
Author
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2018-12-14
hw/i386/multiboot.c: Don't use load_image()
Peter Maydell
2018-09-24
Drop "qemu:" prefix from error_report() arguments
Mao Zhongyi
2018-07-17
i386: only parse the initrd_filename once for multiboot modules
Daniel P. Berrangé
2018-07-17
i386: fix regression parsing multiboot initrd modules
Daniel P. Berrangé
2018-05-09
opts: don't silently truncate long option values
Daniel P. Berrangé
2018-03-21
multiboot: Check validity of mh_header_addr
Kevin Wolf
2018-03-21
multiboot: Reject kernels exceeding the address space
Kevin Wolf
2018-03-07
multiboot: fprintf(stderr...) -> error_report()
Jack Schwartz
2018-03-07
multiboot: Use header names when displaying fields
Jack Schwartz
2018-03-07
multiboot: Remove unused variables from multiboot.c
Jack Schwartz
2018-03-07
multiboot: bss_end_addr can be zero
Jack Schwartz
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-09-19
multiboot: validate multiboot header address values
Prasad J Pandit
2017-08-31
i386: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
2016-12-22
multiboot: copy the cmdline verbatim, unescape module strings
Vlad Lungu
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-01-29
x86: Clean up includes
Peter Maydell
2015-09-25
i386: Rename ELF_MACHINE to be x86 specific
Peter Crosthwaite
2015-01-26
multiboot: Fix offset of bootloader name
Kevin Wolf
2014-12-15
Add bootloader name to multiboot implementation
Drew DeVault
2013-06-28
multiboot: Calculate upper_mem in the ROM
Kevin Wolf
2013-06-02
refer to FWCfgState explicitly
Laszlo Ersek
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini