aboutsummaryrefslogtreecommitdiff
path: root/bootdevice.c
AgeCommit message (Expand)Author
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