index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
2014-01-24
block: Introduce bdrv_aligned_pwritev()
Kevin Wolf
2014-01-24
block: Introduce bdrv_co_do_preadv()
Kevin Wolf
2014-01-24
block: Introduce bdrv_aligned_preadv()
Kevin Wolf
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
2014-01-24
block: Detect unaligned length in bdrv_qiov_is_aligned()
Kevin Wolf
2014-01-24
block: Update BlockLimits when they might have changed
Kevin Wolf
2014-01-24
block: Inherit opt_transfer_length
Kevin Wolf
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
block: Fix bdrv_commit return value
Kevin Wolf
2014-01-24
block: resize backing file image during offline commit, if necessary
Jeff Cody
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
2014-01-24
qmp: Allow to change password on named block driver states.
Benoît Canet
2014-01-24
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
2014-01-24
block: Allow the user to define "node-name" option both on command line and QMP.
Benoît Canet
2014-01-24
block: Add bs->node_name to hold the name of a bs node of the bs graph.
Benoît Canet
2014-01-22
block: fix backing file segfault
Peter Feiner
2014-01-22
block: Allow recursive "file"s
Max Reitz
2014-01-22
block: Use bdrv_open_image() in bdrv_open()
Max Reitz
2014-01-22
block: Add bdrv_open_image()
Max Reitz
2014-01-22
block: Allow block devices without files
Max Reitz
2014-01-22
block: Pass reference to bdrv_file_open()
Max Reitz
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
2013-12-13
block: expect get_block_status errors in bdrv_make_zero
Peter Lieven
2013-12-06
block: clean up bdrv_drain_all() throttling comments
Stefan Hajnoczi
2013-12-04
block: Close backing file early in bdrv_img_create
Max Reitz
2013-12-03
block: make bdrv_co_do_write_zeroes stricter in producing aligned requests
Paolo Bonzini
2013-12-03
block: handle ENOTSUP from discard in generic code
Paolo Bonzini
2013-12-03
block: add bdrv_aio_write_zeroes
Paolo Bonzini
2013-12-03
block: add flags argument to bdrv_co_write_zeroes tracepoint
Paolo Bonzini
2013-12-03
block: add flags to BlockRequest
Paolo Bonzini
2013-12-03
block: generalize BlockLimits handling to cover bdrv_aio_discard too
Paolo Bonzini
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
2013-11-29
block: Enable BDRV_O_SNAPSHOT with driver-specific options
Kevin Wolf
2013-11-29
blkdebug: add "remove_break" command
Fam Zheng
2013-11-29
qapi: Change BlockDirtyInfo to list
Fam Zheng
2013-11-29
block: per caller dirty bitmap
Fam Zheng
2013-11-28
block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks
Peter Lieven
2013-11-28
block: introduce bdrv_make_zero
Peter Lieven
2013-11-28
block: honour BlockLimits in bdrv_co_discard
Peter Lieven
2013-11-28
block: honour BlockLimits in bdrv_co_do_write_zeroes
Peter Lieven
2013-11-28
block: add wrappers for logical block provisioning information
Peter Lieven
2013-11-28
block: introduce BDRV_REQ_MAY_UNMAP request flag
Peter Lieven
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
2013-11-28
block: make BdrvRequestFlags public
Peter Lieven
2013-11-15
block: Fail if requested driver is not available
Kevin Wolf
2013-11-14
block: Print its file name if backing file opening failed
Fam Zheng
2013-11-08
block: Round up total_sectors
Fam Zheng
2013-11-07
block: Save errno before error_setg_errno
Max Reitz
[prev]
[next]