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
/
xen
/
xen-bus.c
Age
Commit message (
Expand
)
Author
2020-10-19
xen-bus: reduce scope of backend watch
Paul Durrant
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-02
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-02-27
xen-bus/block: explicitly assign event channels to an AioContext
Paul Durrant
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-09-24
xen-bus: only set the xen device frontend state if it is missing
Mark Syms
2019-09-24
xen: perform XenDevice clean-up in XenBus watch handler
Paul Durrant
2019-09-24
xen: introduce separate XenWatchList for XenDevice objects
Paul Durrant
2019-09-24
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
2019-09-24
xen-bus: check whether the frontend is active during device reset...
Paul Durrant
2019-08-27
xen-bus: Avoid rewriting identical values to xenstore
Anthony PERARD
2019-08-27
xen-bus: Fix backend state transition on device reset
Anthony PERARD
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-24
xen-bus / xen-block: add support for event channel polling
Paul Durrant
2019-06-24
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
2019-06-24
xen-bus: use a separate fd for each event channel
Paul Durrant
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-04
xen: fix xen-bus state model to allow frontend re-connection
Paul Durrant
2019-01-14
xen: add a mechanism to automatically create XenDevice-s...
Paul Durrant
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2019-01-14
xen: add event channel interface for XenDevice-s
Paul Durrant
2019-01-14
xen: add grant table interface for XenDevice-s
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 new 'XenBus' and 'XenDevice' object hierarchy
Paul Durrant