aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02boot: Clean up output of list of boot devicesHelge Deller1-1/+5
2024-01-18boot: Use void* instead of u32 to store pointersHelge Deller1-11/+11
2024-01-04parisc: Fix 64-bit firmware buildHelge Deller1-1/+1
2023-10-14parisc/c3700: Add support for C3700 workstation with Astro/ElroyHelge Deller1-3/+3
2022-05-14parisc: Add full PDC firmware boot menuHelge Deller1-8/+16
2021-09-24boot: Fix qemu bootindex parameter on parisc architectureHelge Deller1-0/+4
2021-09-24boot: Allow boot order=g-m option to choose boot SCSI IDHelge Deller1-1/+10
2021-09-24boot.c: Add boot disc chooser for PA-RISCHelge Deller1-0/+48
2020-10-15usb boot: add xhci mmio exampleGerd Hoffmann1-1/+3
2020-10-13usb: add boot prio support for mmio host adaptersGerd Hoffmann1-1/+9
2020-05-24boot: Fixup check for only one item in boot listKevin O'Connor1-8/+9
2020-05-24boot: Fix logic for boot menu displayMatt DeVillier1-1/+1
2020-05-21boot: Log, if boot menu is skippedPaul Menzel1-0/+1
2020-05-21boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only o...Paul Menzel1-2/+3
2020-05-15virtio-mmio: add support for block devices.Gerd Hoffmann1-0/+9
2020-05-15virtio-mmio: add support for scsi devices.Gerd Hoffmann1-0/+10
2020-03-17Skip boot menu and timeout with only one boot deviceMatt DeVillier1-0/+6
2020-01-14boot: cache HALT priorityGerd Hoffmann1-1/+5
2020-01-14boot: Detect strict boot order (HALT record) in functionAlexey Kirillov1-0/+5
2019-11-18geometry: Add boot_lchs_find_*() utility functionsSam Eiderman1-0/+69
2019-11-18boot: Build ata and scsi paths in functionSam Eiderman1-8/+28
2019-11-18geometry: Read LCHS from fw_cfgSam Eiderman1-0/+74
2019-11-18Revert "geometry: Read LCHS from fw_cfg"Gerd Hoffmann1-87/+0
2019-11-18Revert "geometry: Add boot_lchs_find_*() utility functions"Gerd Hoffmann1-82/+0
2019-11-18Revert "config: Add toggle for bootdevice information"Gerd Hoffmann1-9/+0
2019-11-06config: Add toggle for bootdevice informationSam Eiderman1-0/+9
2019-11-06geometry: Add boot_lchs_find_*() utility functionsSam Eiderman1-0/+82
2019-11-06boot: Reorder functions in boot.cSam Eiderman1-45/+49
2019-11-06geometry: Read LCHS from fw_cfgSam Eiderman1-0/+87
2019-05-17bootmenu: add support for more than 9 entriesGerd Hoffmann1-18/+42
2019-05-17add get_keystroke_full() helperGerd Hoffmann1-2/+14
2018-10-05pretty boot menu entry for cdrom drivesGerd Hoffmann1-0/+10
2017-09-27boot: Rename drive_g to driveKevin O'Connor1-8/+8
2017-07-25usb: add hub portmapGerd Hoffmann1-3/+10
2017-04-25boot: Increase description size in boot menuKevin O'Connor1-1/+1
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-0/+1
2016-01-07tpm: Rework the assertion of physical presenceStefan Berger1-2/+2
2015-12-20tpm: Add a menu for TPM configurationStefan Berger1-1/+8
2015-07-04bootorder: Update "extra pci root" buses bootorder format to match qemuKevin O'Connor1-2/+2
2015-06-01Add 'measurement' code to the BIOSStefan Berger1-0/+6
2015-03-16boot: switch default menu key to ESCPaolo Bonzini1-2/+2
2015-03-16boot.c: delay exiting boot if menu key is ESCPaolo Bonzini1-1/+7
2014-08-15boot: Change ":rom%d" boot order rom instance to ":rom%x"Kevin O'Connor1-2/+2
2014-08-15boot: Fix boot order for SCSI target, lun > 9Markus Armbruster1-2/+2
2014-06-06Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor1-4/+1
2014-06-04cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor1-1/+1
2014-02-17Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor1-1/+1
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-2/+0
2013-12-12change boot order load log levelGerd Hoffmann1-2/+2
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-2/+2