summaryrefslogtreecommitdiff
path: root/hw/i386/multiboot.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-21multiboot: Check validity of mh_header_addrKevin Wolf1-0/+4
2018-03-21multiboot: Reject kernels exceeding the address spaceKevin Wolf1-0/+4
2018-03-07multiboot: fprintf(stderr...) -> error_report()Jack Schwartz1-26/+29
2018-03-07multiboot: Use header names when displaying fieldsJack Schwartz1-8/+8
2018-03-07multiboot: Remove unused variables from multiboot.cJack Schwartz1-6/+0
2018-03-07multiboot: bss_end_addr can be zeroJack Schwartz1-8/+10
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2017-09-19multiboot: validate multiboot header address valuesPrasad J Pandit1-0/+19
2017-08-31i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2016-12-22multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu1-10/+10
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+2
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite1-1/+1
2015-01-26multiboot: Fix offset of bootloader nameKevin Wolf1-7/+9
2014-12-15Add bootloader name to multiboot implementationDrew DeVault1-5/+27
2013-06-28multiboot: Calculate upper_mem in the ROMKevin Wolf1-2/+0
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+349