summaryrefslogtreecommitdiff
path: root/bootdevice.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-04Makefile: Move bootdevice.o to common-obj-yThomas Huth1-1/+1
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-05-19explicitly include hw/qdev-core.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-4/+4
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2015-03-26misc: fix typos in copyright declarationGonglei1-1/+1
2015-03-08Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ...Peter Maydell1-1/+3
2015-03-03bootdevice: add check in restore_boot_order()Gonglei1-1/+3
2015-02-27bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd'Gonglei1-4/+9
2015-02-11qdev: support to get a device firmware path directlyGonglei1-14/+17
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei1-4/+1
2014-12-22bootdevice: add validate check for qemu_boot_set()Gonglei1-0/+8
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei1-4/+10
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei1-5/+5
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei1-0/+62
2014-10-15bootindex: change fprintf to error_reportGonglei1-1/+2
2014-10-15bootindex: delete bootindex when device is removedGonglei1-0/+2
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-0/+2
2014-10-15bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei1-0/+73
2014-10-15bootindex: support to set a existent device's bootindex to -1Gonglei1-0/+1
2014-10-15bootindex: rework add_boot_device_path functionGonglei1-0/+2
2014-10-15bootindex: add del_boot_device_path functionGonglei1-0/+20
2014-10-15bootindex: add check bootindex functionGonglei1-0/+15
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei1-0/+142