| Commit message (Expand) | Author | Age | Files | Lines |
* | build: fix recurse-all target | Paolo Bonzini | 2020-09-01 | 1 | -7/+3 |
* | optionrom: simplify Makefile | Marc-André Lureau | 2020-08-21 | 1 | -26/+41 |
* | optionrom/pvh: scan entire RSDP Area | Joe Richey | 2020-03-16 | 1 | -1/+1 |
* | optionrom/pvh: load initrd from fw_cfg | Stefano Garzarella | 2019-02-05 | 1 | -2/+19 |
* | optionrom: add new PVH option rom | Stefano Garzarella | 2019-02-05 | 3 | -1/+320 |
* | linuxboot_dma: move common functions in a new header | Stefano Garzarella | 2019-02-05 | 3 | -83/+221 |
* | linuxboot_dma: remove duplicate definitions of FW_CFG | Stefano Garzarella | 2019-02-05 | 1 | -16/+4 |
* | fw_cfg: import & use linux/qemu_fw_cfg.h | Marc-André Lureau | 2018-08-23 | 2 | -3/+16 |
* | linuxboot_dma: compile for i486 | Paolo Bonzini | 2017-06-07 | 1 | -0/+1 |
* | rules.mak: quiet-command: Split command name and args to print | Peter Maydell | 2016-10-06 | 1 | -4/+4 |
* | optionrom: do not rely on compiler's bswap optimization | Paolo Bonzini | 2016-09-13 | 1 | -14/+4 |
* | optionrom: cope with multiple -O options | Paolo Bonzini | 2016-08-30 | 1 | -4/+1 |
* | pc-bios/optionrom: Fix OpenBSD build with better detection of linker emulation | Peter Maydell | 2016-08-15 | 1 | -11/+1 |
* | optionrom: fix compilation with mingw docker target | Paolo Bonzini | 2016-08-09 | 2 | -1/+15 |
* | optionrom: add -fno-stack-protector | Paolo Bonzini | 2016-08-09 | 1 | -0/+1 |
* | build-sys: fix building with make CFLAGS=.. argument | Marc-André Lureau | 2016-08-09 | 1 | -2/+0 |
* | linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation | Paolo Bonzini | 2016-08-09 | 1 | -2/+6 |
* | Unbreak FreeBSD build after optionrom update. | Sean Bruno | 2016-07-29 | 1 | -0/+4 |
* | optionrom: fix detection of -Wa,-32 | Paolo Bonzini | 2016-07-29 | 1 | -1/+1 |
* | Add optionrom compatible with fw_cfg DMA version | Marc Marí | 2016-07-14 | 3 | -9/+330 |
* | build: Use $(AS) for optionrom explicitly | Richard Henderson | 2016-07-10 | 1 | -0/+3 |
* | fw_cfg: Split fw_cfg_keys.h off fw_cfg.h | Markus Armbruster | 2016-03-22 | 1 | -2/+1 |
* | linuxboot: fix loading old kernels | Paolo Bonzini | 2014-12-15 | 1 | -10/+27 |
* | linuxboot: compute initrd loading address | Paolo Bonzini | 2014-10-09 | 2 | -7/+61 |
* | Fix QEMU build on OpenBSD on x86 archs | Brad | 2014-02-17 | 1 | -1/+2 |
* | multiboot: Calculate upper_mem in the ROM | Kevin Wolf | 2013-06-28 | 1 | -0/+40 |
* | multiboot: Don't forget last mmap entry | Kevin Wolf | 2013-06-28 | 1 | -18/+17 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | multiboot: fix e801 memory map | Paolo Bonzini | 2012-11-30 | 1 | -0/+7 |
* | signrom: Rewrite as python script | Jan Kiszka | 2012-04-16 | 1 | -1/+1 |
* | kvmvapic: Use optionrom helpers | Jan Kiszka | 2012-02-18 | 1 | -10/+8 |
* | optionsrom: Reserve space for checksum | Jan Kiszka | 2012-02-18 | 1 | -1/+2 |
* | kvmvapic: Simplify mp/up_set_tpr | Jan Kiszka | 2012-02-18 | 1 | -5/+1 |
* | kvmvapic: Add option ROM | Jan Kiszka | 2012-02-18 | 2 | -1/+342 |
* | optionroms: Silence intermediate file removal | Jan Kiszka | 2012-02-01 | 1 | -0/+3 |
* | Fix spelling in comments, documentation and messages | Stefan Weil | 2011-12-14 | 1 | -1/+1 |
* | fix linuxboot.bin and multiboot.bin to not hijack int19 | Gleb Natapov | 2011-03-22 | 3 | -15/+29 |
* | Add scripts directory | Blue Swirl | 2011-01-20 | 2 | -46/+1 |
* | optionrom: fix bugs in signrom.sh | Avi Kivity | 2010-11-21 | 1 | -4/+3 |
* | Fix multiboot compilation | Alexander Graf | 2010-06-09 | 2 | -12/+28 |
* | linuxboot: fix gdt address calculation | Avi Kivity | 2010-01-08 | 1 | -2/+3 |
* | Use vpath directive | Paolo Bonzini | 2010-01-08 | 1 | -1/+2 |
* | Fix thinko in linuxboot.S | Paolo Bonzini | 2009-12-18 | 1 | -12/+8 |
* | multiboot: Fix module loading and setting of mmap. | Adam Lackorzynski | 2009-12-03 | 1 | -1/+4 |
* | Make -kernel for linux work with bochsbios | Alexander Graf | 2009-12-03 | 1 | -5/+5 |
* | Allow build of linuxboot.S with old assemblers | Juergen Lock | 2009-11-21 | 1 | -1/+4 |
* | Convert linux bootrom to external rom and fw_cfg | Alexander Graf | 2009-11-17 | 2 | -1/+141 |
* | Move common option rom code to header file | Alexander Graf | 2009-11-17 | 2 | -76/+110 |
* | Convert multiboot to fw_cfg backed data storage | Alexander Graf | 2009-11-17 | 1 | -17/+60 |
* | multiboot.S patch for old as(1) (was: Re: [Qemu-devel] Some OpenBSD/amd64 bui... | Juergen Lock | 2009-10-27 | 1 | -0/+3 |