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
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2017-02-28
block: Request real permissions in blk_new_open()
Kevin Wolf
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
block-backend: allow blk_prw from coroutine context
Paolo Bonzini
2016-11-14
block-backend: Always notify on blk_eject
John Snow
2016-10-28
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
block: add BDS field to count in-flight requests
Paolo Bonzini
2016-10-27
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
2016-10-27
block: Use blk_co_pdiscard() for all BB level discard
Kevin Wolf
2016-10-27
block: Use blk_co_flush() for all BB level flushes
Kevin Wolf
2016-10-07
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
2016-10-07
block-backend: Remember if attached device is non-qdev
Kevin Wolf
2016-10-07
block: Add node name to BLOCK_IO_ERROR event
Kevin Wolf
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-09-29
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
2016-09-29
block-backend: remove blk_flush_all
John Snow
2016-09-23
block: Add blk_by_dev()
Kevin Wolf
2016-09-05
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
2016-09-05
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
2016-09-05
block: Accept node-name for block-stream
Kevin Wolf
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
2016-05-25
block: Default to enabled write cache in blk_new()
Kevin Wolf
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
2016-05-25
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
block: Drop blk_new_with_bs()
Max Reitz
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
[next]