summaryrefslogtreecommitdiff
path: root/hw/i386/multiboot.c
AgeCommit message (Expand)Author
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-12-14hw/i386/multiboot.c: Don't use load_image()Peter Maydell
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi
2018-07-17i386: only parse the initrd_filename once for multiboot modulesDaniel P. Berrangé
2018-07-17i386: fix regression parsing multiboot initrd modulesDaniel P. Berrangé
2018-05-09opts: don't silently truncate long option valuesDaniel P. Berrangé
2018-03-21multiboot: Check validity of mh_header_addrKevin Wolf
2018-03-21multiboot: Reject kernels exceeding the address spaceKevin Wolf
2018-03-07multiboot: fprintf(stderr...) -> error_report()Jack Schwartz
2018-03-07multiboot: Use header names when displaying fieldsJack Schwartz
2018-03-07multiboot: Remove unused variables from multiboot.cJack Schwartz
2018-03-07multiboot: bss_end_addr can be zeroJack Schwartz
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-09-19multiboot: validate multiboot header address valuesPrasad J Pandit
2017-08-31i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau
2016-12-22multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-29x86: Clean up includesPeter Maydell
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite
2015-01-26multiboot: Fix offset of bootloader nameKevin Wolf
2014-12-15Add bootloader name to multiboot implementationDrew DeVault
2013-06-28multiboot: Calculate upper_mem in the ROMKevin Wolf
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini