| Commit message (Expand) | Author | Age | Files | Lines |
* | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick | 2019-02-05 | 1 | -1/+1 |
* | hw/i386/multiboot.c: Don't use load_image() | Peter Maydell | 2018-12-14 | 1 | -1/+5 |
* | Drop "qemu:" prefix from error_report() arguments | Mao Zhongyi | 2018-09-24 | 1 | -4/+4 |
* | i386: only parse the initrd_filename once for multiboot modules | Daniel P. Berrangé | 2018-07-17 | 1 | -17/+15 |
* | i386: fix regression parsing multiboot initrd modules | Daniel P. Berrangé | 2018-07-17 | 1 | -2/+1 |
* | opts: don't silently truncate long option values | Daniel P. Berrangé | 2018-05-09 | 1 | -12/+21 |
* | multiboot: Check validity of mh_header_addr | Kevin Wolf | 2018-03-21 | 1 | -0/+4 |
* | multiboot: Reject kernels exceeding the address space | Kevin Wolf | 2018-03-21 | 1 | -0/+4 |
* | multiboot: fprintf(stderr...) -> error_report() | Jack Schwartz | 2018-03-07 | 1 | -26/+29 |
* | multiboot: Use header names when displaying fields | Jack Schwartz | 2018-03-07 | 1 | -8/+8 |
* | multiboot: Remove unused variables from multiboot.c | Jack Schwartz | 2018-03-07 | 1 | -6/+0 |
* | multiboot: bss_end_addr can be zero | Jack Schwartz | 2018-03-07 | 1 | -8/+10 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -1/+1 |
* | multiboot: validate multiboot header address values | Prasad J Pandit | 2017-09-19 | 1 | -0/+19 |
* | i386: replace g_malloc()+memcpy() with g_memdup() | Marc-André Lureau | 2017-08-31 | 1 | -2/+1 |
* | multiboot: copy the cmdline verbatim, unescape module strings | Vlad Lungu | 2016-12-22 | 1 | -10/+10 |
* | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2016-03-22 | 1 | -0/+2 |
* | loader: Add data swap option to load-elf | Peter Crosthwaite | 2016-03-04 | 1 | -1/+2 |
* | x86: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | i386: Rename ELF_MACHINE to be x86 specific | Peter Crosthwaite | 2015-09-25 | 1 | -1/+1 |
* | multiboot: Fix offset of bootloader name | Kevin Wolf | 2015-01-26 | 1 | -7/+9 |
* | Add bootloader name to multiboot implementation | Drew DeVault | 2014-12-15 | 1 | -5/+27 |
* | multiboot: Calculate upper_mem in the ROM | Kevin Wolf | 2013-06-28 | 1 | -2/+0 |
* | refer to FWCfgState explicitly | Laszlo Ersek | 2013-06-02 | 1 | -1/+1 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | 2013-03-01 | 1 | -0/+349 |