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