aboutsummaryrefslogtreecommitdiff
path: root/bootdevice.c
AgeCommit message (Expand)Author
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland
2017-07-04Makefile: Move bootdevice.o to common-obj-yThomas Huth
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-05-19explicitly include hw/qdev-core.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04all: Clean up includesPeter Maydell
2015-03-26misc: fix typos in copyright declarationGonglei
2015-03-08Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ...Peter Maydell
2015-03-03bootdevice: add check in restore_boot_order()Gonglei
2015-02-27bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd'Gonglei
2015-02-11qdev: support to get a device firmware path directlyGonglei
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei
2014-12-22bootdevice: add validate check for qemu_boot_set()Gonglei
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei
2014-10-15bootindex: change fprintf to error_reportGonglei
2014-10-15bootindex: delete bootindex when device is removedGonglei
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei
2014-10-15bootindex: support to set a existent device's bootindex to -1Gonglei
2014-10-15bootindex: rework add_boot_device_path functionGonglei
2014-10-15bootindex: add del_boot_device_path functionGonglei
2014-10-15bootindex: add check bootindex functionGonglei
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei