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
/
dataplane
/
xen-block.c
Age
Commit message (
Expand
)
Author
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-04-07
xen-block: Fix double qlist remove and request leak
Anthony PERARD
2020-02-27
xen-bus/block: explicitly assign event channels to an AioContext
Paul Durrant
2019-08-16
Include qemu/main-loop.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-block: support feature-large-sector-size
Paul Durrant
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
2019-04-04
xen-block: scale sector based quantities correctly
Paul Durrant
2019-02-28
dataplane/xen-block: remove dead code
Paul Durrant
2019-02-04
xen-block: handle resize callback
Paul Durrant
2019-01-14
xen-block: avoid repeated memory allocation
Tim Smith
2019-01-14
xen-block: improve response latency
Tim Smith
2019-01-14
xen-block: improve batching behaviour
Tim Smith
2019-01-14
xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
Paul Durrant
2019-01-14
xen: add header and build dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: remove unnecessary code from dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
Paul Durrant