| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 2020-07-10 | 1 | -59/+43 |
* | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -8/+7 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -5/+4 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | block: consolidate blocksize properties consistency checks | Roman Kagan | 2020-06-17 | 1 | -5/+1 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -4/+4 |
* | xen-block: Fix uninitialized variable | Anthony PERARD | 2020-04-07 | 1 | -1/+1 |
* | xen-block: Use one Error * variable instead of two | Markus Armbruster | 2020-03-17 | 1 | -6/+4 |
* | qapi: Flatten object-add | Kevin Wolf | 2020-03-06 | 1 | -1/+10 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | xen-block: treat XenbusStateUnknown the same as XenbusStateClosed | Paul Durrant | 2019-09-24 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | qapi: Split qom.json and qdev.json off misc.json | Markus Armbruster | 2019-07-02 | 1 | -1/+1 |
* | xen-block: support feature-large-sector-size | Paul Durrant | 2019-06-24 | 1 | -14/+24 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | block: Add BlockBackend.ctx | Kevin Wolf | 2019-06-04 | 1 | -1/+1 |
* | xen-block: scale sector based quantities correctly | Paul Durrant | 2019-04-04 | 1 | -2/+8 |
* | xen-block: only advertize discard to the frontend when it is enabled... | Paul Durrant | 2019-04-04 | 1 | -3/+9 |
* | xen-block: Replace qdict_put_obj() by qdict_put() where appropriate | Markus Armbruster | 2019-03-26 | 1 | -2/+2 |
* | xen-block: stop leaking memory in xen_block_drive_create() | Paul Durrant | 2019-02-28 | 1 | -7/+9 |
* | xen-block: report error condition from vbd_name_to_disk() | Paul Durrant | 2019-02-28 | 1 | -6/+15 |
* | xen-block: remove redundant assignment | Paul Durrant | 2019-02-28 | 1 | -2/+1 |
* | xen-block: handle resize callback | Paul Durrant | 2019-02-04 | 1 | -4/+36 |
* | hw/block/xen: use proper format string for printing sectors | Alex Bennée | 2019-01-21 | 1 | -1/+1 |
* | xen: automatically create XenBlockDevice-s | Paul Durrant | 2019-01-14 | 1 | -0/+375 |
* | xen: add implementations of xen-block connect and disconnect functions... | Paul Durrant | 2019-01-14 | 1 | -0/+166 |
* | xen: add xenstore watcher infrastructure | Paul Durrant | 2019-01-14 | 1 | -0/+70 |
* | xen: create xenstore areas for XenDevice-s | Paul Durrant | 2019-01-14 | 1 | -0/+9 |
* | xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom' | Paul Durrant | 2019-01-14 | 1 | -0/+343 |