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