summaryrefslogtreecommitdiffstats
path: root/hw/i386/multiboot.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* hw/i386/multiboot.c: Don't use load_image()Peter Maydell2018-12-141-1/+5
* Drop "qemu:" prefix from error_report() argumentsMao Zhongyi2018-09-241-4/+4
* i386: only parse the initrd_filename once for multiboot modulesDaniel P. Berrangé2018-07-171-17/+15Star
* i386: fix regression parsing multiboot initrd modulesDaniel P. Berrangé2018-07-171-2/+1Star
* opts: don't silently truncate long option valuesDaniel P. Berrangé2018-05-091-12/+21
* multiboot: Check validity of mh_header_addrKevin Wolf2018-03-211-0/+4
* multiboot: Reject kernels exceeding the address spaceKevin Wolf2018-03-211-0/+4
* multiboot: fprintf(stderr...) -> error_report()Jack Schwartz2018-03-071-26/+29
* multiboot: Use header names when displaying fieldsJack Schwartz2018-03-071-8/+8
* multiboot: Remove unused variables from multiboot.cJack Schwartz2018-03-071-6/+0Star
* multiboot: bss_end_addr can be zeroJack Schwartz2018-03-071-8/+10
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* multiboot: validate multiboot header address valuesPrasad J Pandit2017-09-191-0/+19
* i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-08-311-2/+1Star
* multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu2016-12-221-10/+10
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+2
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite2015-09-251-1/+1
* multiboot: Fix offset of bootloader nameKevin Wolf2015-01-261-7/+9
* Add bootloader name to multiboot implementationDrew DeVault2014-12-151-5/+27
* multiboot: Calculate upper_mem in the ROMKevin Wolf2013-06-281-2/+0Star
* refer to FWCfgState explicitlyLaszlo Ersek2013-06-021-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+349