index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
boot: Fixup check for only one item in boot list
Kevin O'Connor
2020-05-24
1
-8
/
+9
*
boot: Fix logic for boot menu display
Matt DeVillier
2020-05-24
1
-1
/
+1
*
boot: Log, if boot menu is skipped
Paul Menzel
2020-05-21
1
-0
/
+1
*
boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only o...
Paul Menzel
2020-05-21
1
-2
/
+3
*
virtio-mmio: add support for block devices.
Gerd Hoffmann
2020-05-15
1
-0
/
+9
*
virtio-mmio: add support for scsi devices.
Gerd Hoffmann
2020-05-15
1
-0
/
+10
*
Skip boot menu and timeout with only one boot device
Matt DeVillier
2020-03-17
1
-0
/
+6
*
boot: cache HALT priority
Gerd Hoffmann
2020-01-14
1
-1
/
+5
*
boot: Detect strict boot order (HALT record) in function
Alexey Kirillov
2020-01-14
1
-0
/
+5
*
geometry: Add boot_lchs_find_*() utility functions
Sam Eiderman
2019-11-18
1
-0
/
+69
*
boot: Build ata and scsi paths in function
Sam Eiderman
2019-11-18
1
-8
/
+28
*
geometry: Read LCHS from fw_cfg
Sam Eiderman
2019-11-18
1
-0
/
+74
*
Revert "geometry: Read LCHS from fw_cfg"
Gerd Hoffmann
2019-11-18
1
-87
/
+0
*
Revert "geometry: Add boot_lchs_find_*() utility functions"
Gerd Hoffmann
2019-11-18
1
-82
/
+0
*
Revert "config: Add toggle for bootdevice information"
Gerd Hoffmann
2019-11-18
1
-9
/
+0
*
config: Add toggle for bootdevice information
Sam Eiderman
2019-11-06
1
-0
/
+9
*
geometry: Add boot_lchs_find_*() utility functions
Sam Eiderman
2019-11-06
1
-0
/
+82
*
boot: Reorder functions in boot.c
Sam Eiderman
2019-11-06
1
-45
/
+49
*
geometry: Read LCHS from fw_cfg
Sam Eiderman
2019-11-06
1
-0
/
+87
*
bootmenu: add support for more than 9 entries
Gerd Hoffmann
2019-05-17
1
-18
/
+42
*
add get_keystroke_full() helper
Gerd Hoffmann
2019-05-17
1
-2
/
+14
*
pretty boot menu entry for cdrom drives
Gerd Hoffmann
2018-10-05
1
-0
/
+10
*
boot: Rename drive_g to drive
Kevin O'Connor
2017-09-27
1
-8
/
+8
*
usb: add hub portmap
Gerd Hoffmann
2017-07-25
1
-3
/
+10
*
boot: Increase description size in boot menu
Kevin O'Connor
2017-04-25
1
-1
/
+1
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-0
/
+1
*
tpm: Rework the assertion of physical presence
Stefan Berger
2016-01-07
1
-2
/
+2
*
tpm: Add a menu for TPM configuration
Stefan Berger
2015-12-20
1
-1
/
+8
*
bootorder: Update "extra pci root" buses bootorder format to match qemu
Kevin O'Connor
2015-07-04
1
-2
/
+2
*
Add 'measurement' code to the BIOS
Stefan Berger
2015-06-01
1
-0
/
+6
*
boot: switch default menu key to ESC
Paolo Bonzini
2015-03-16
1
-2
/
+2
*
boot.c: delay exiting boot if menu key is ESC
Paolo Bonzini
2015-03-16
1
-1
/
+7
*
boot: Change ":rom%d" boot order rom instance to ":rom%x"
Kevin O'Connor
2014-08-15
1
-2
/
+2
*
boot: Fix boot order for SCSI target, lun > 9
Markus Armbruster
2014-08-15
1
-2
/
+2
*
Abstract reset call (and possible 16bit mode switch) into reset() function.
Kevin O'Connor
2014-06-06
1
-4
/
+1
*
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
2014-06-04
1
-1
/
+1
*
Enhance nullTrailingSpace() so that it can also skip leading spaces.
Kevin O'Connor
2014-02-17
1
-1
/
+1
*
debug: Only call serial_debug_preinit() at startup.
Kevin O'Connor
2014-01-22
1
-2
/
+0
*
change boot order load log level
Gerd Hoffmann
2013-12-12
1
-2
/
+2
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-2
/
+2
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-4
/
+4
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+6
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move keyboard calling code from util.c to boot.c.
Kevin O'Connor
2013-09-18
1
-1
/
+43
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
[next]