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