| Commit message (Expand) | Author | Age | Files | Lines |
* | error: Eliminate error_propagate() manually | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -1/+1 |
* | qapi: Use returned bool to check for failure, manual part | Markus Armbruster | 2020-07-10 | 1 | -2/+2 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | Drop more @errp parameters after previous commit | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -7/+1 |
* | bootdevice: FW_CFG interface for LCHS values | Sam Eiderman | 2019-10-31 | 1 | -0/+31 |
* | bootdevice: Refactor get_boot_devices_list | Sam Eiderman | 2019-10-31 | 1 | -27/+34 |
* | bootdevice: Add interface to gather LCHS | Sam Eiderman | 2019-10-31 | 1 | -0/+55 |
* | fw_cfg: ignore suffixes in the bootdevice list dependent on machine class | Mark Cave-Ayland | 2018-08-17 | 1 | -1/+4 |
* | Makefile: Move bootdevice.o to common-obj-y | Thomas Huth | 2017-07-04 | 1 | -1/+1 |
* | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 2016-06-20 | 1 | -3/+1 |
* | explicitly include hw/qdev-core.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 2016-02-08 | 1 | -4/+4 |
* | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 2016-02-08 | 1 | -2/+2 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | misc: fix typos in copyright declaration | Gonglei | 2015-03-26 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ... | Peter Maydell | 2015-03-08 | 1 | -1/+3 |
|\ |
|
| * | bootdevice: add check in restore_boot_order() | Gonglei | 2015-03-03 | 1 | -1/+3 |
* | | bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd' | Gonglei | 2015-02-27 | 1 | -4/+9 |
|/ |
|
* | qdev: support to get a device firmware path directly | Gonglei | 2015-02-11 | 1 | -14/+17 |
* | bootdevice: add Error **errp argument for QEMUBootSetHandler | Gonglei | 2014-12-22 | 1 | -4/+1 |
* | bootdevice: add validate check for qemu_boot_set() | Gonglei | 2014-12-22 | 1 | -0/+8 |
* | bootdevice: add Error **errp argument for qemu_boot_set() | Gonglei | 2014-12-22 | 1 | -4/+10 |
* | bootdevice: add Error **errp argument for validate_bootdevices() | Gonglei | 2014-12-22 | 1 | -5/+5 |
* | bootdevice: move code about bootorder from vl.c to bootdevice.c | Gonglei | 2014-12-22 | 1 | -0/+62 |
* | bootindex: change fprintf to error_report | Gonglei | 2014-10-15 | 1 | -1/+2 |
* | bootindex: delete bootindex when device is removed | Gonglei | 2014-10-15 | 1 | -0/+2 |
* | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei | 2014-10-15 | 1 | -0/+2 |
* | bootindex: add a setter/getter functions wrapper for bootindex property | Gonglei | 2014-10-15 | 1 | -0/+73 |
* | bootindex: support to set a existent device's bootindex to -1 | Gonglei | 2014-10-15 | 1 | -0/+1 |
* | bootindex: rework add_boot_device_path function | Gonglei | 2014-10-15 | 1 | -0/+2 |
* | bootindex: add del_boot_device_path function | Gonglei | 2014-10-15 | 1 | -0/+20 |
* | bootindex: add check bootindex function | Gonglei | 2014-10-15 | 1 | -0/+15 |
* | bootdevice: move bootdevice related code to new file bootdevice.c | Gonglei | 2014-10-15 | 1 | -0/+142 |