summaryrefslogtreecommitdiffstats
path: root/bootdevice.c
Commit message (Expand)AuthorAgeFilesLines
* bootdevice: FW_CFG interface for LCHS valuesSam Eiderman2019-10-311-0/+31
* bootdevice: Refactor get_boot_devices_listSam Eiderman2019-10-311-27/+34
* bootdevice: Add interface to gather LCHSSam Eiderman2019-10-311-0/+55
* fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2018-08-171-1/+4
* Makefile: Move bootdevice.o to common-obj-yThomas Huth2017-07-041-1/+1
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
* explicitly include hw/qdev-core.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* misc: fix typos in copyright declarationGonglei2015-03-261-1/+1
* Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ...Peter Maydell2015-03-081-1/+3
|\
| * bootdevice: add check in restore_boot_order()Gonglei2015-03-031-1/+3
* | bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd'Gonglei2015-02-271-4/+9
|/
* qdev: support to get a device firmware path directlyGonglei2015-02-111-14/+17
* bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-4/+1Star
* bootdevice: add validate check for qemu_boot_set()Gonglei2014-12-221-0/+8
* bootdevice: add Error **errp argument for qemu_boot_set()Gonglei2014-12-221-4/+10
* bootdevice: add Error **errp argument for validate_bootdevices()Gonglei2014-12-221-5/+5
* bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei2014-12-221-0/+62
* bootindex: change fprintf to error_reportGonglei2014-10-151-1/+2
* bootindex: delete bootindex when device is removedGonglei2014-10-151-0/+2
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-0/+2
* bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei2014-10-151-0/+73
* bootindex: support to set a existent device's bootindex to -1Gonglei2014-10-151-0/+1
* bootindex: rework add_boot_device_path functionGonglei2014-10-151-0/+2
* bootindex: add del_boot_device_path functionGonglei2014-10-151-0/+20
* bootindex: add check bootindex functionGonglei2014-10-151-0/+15
* bootdevice: move bootdevice related code to new file bootdevice.cGonglei2014-10-151-0/+142