summaryrefslogtreecommitdiffstats
path: root/bootdevice.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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
OpenPOWER on IntegriCloud