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