summaryrefslogtreecommitdiff
path: root/hw/i386/multiboot.c
AgeCommit message (Expand)Author
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