aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-14block: Assert qiov length matches request lengthKevin Wolf
2014-07-14block: Make qiov match the request size until EOFKevin Wolf
2014-07-09block: prefer aio_poll to qemu_aio_waitPaolo Bonzini
2014-07-09block: Fix bdrv_is_allocated() return valueKevin Wolf
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody
2014-07-01block: simplify bdrv_find_base() and bdrv_find_overlay()Jeff Cody
2014-06-27block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang
2014-06-27block: Add replaces argument to drive-mirrorBenoƮt Canet
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody
2014-06-26block: Remove a special case for protocolsKevin Wolf
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-26block: Remove second bdrv_open() recursionKevin Wolf
2014-06-26block: Inline bdrv_file_open()Kevin Wolf
2014-06-26block: Use common driver selection code for bdrv_open_file()Kevin Wolf
2014-06-26block: Always pass driver name through options QDictKevin Wolf
2014-06-26block: Move json: parsing to bdrv_fill_options()Kevin Wolf
2014-06-26block: Move bdrv_fill_options() call to bdrv_open()Kevin Wolf
2014-06-26block: Create bdrv_fill_options()Kevin Wolf
2014-06-24block.c: Remove useless 'buf' variableChen Gang
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia
2014-06-23qapi event: convert DEVICE_TRAY_MOVEDWenchao Xia
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-23block: asynchronously stop the VM on I/O errorsPaolo Bonzini
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi
2014-06-04block: acquire AioContext in bdrv_drain_all()Stefan Hajnoczi
2014-06-04block: acquire AioContext in bdrv_*_all()Stefan Hajnoczi
2014-06-04block: use BlockDriverState AioContextStefan Hajnoczi
2014-05-30block: Plug memory leak on brv_open_image() error pathMarkus Armbruster
2014-05-28block: Drop redundant bdrv_refresh_limitsFam Zheng
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-05-19block: Allow JSON filenamesMax Reitz
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf
2014-05-09block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf
2014-04-30block: Fix open_flags in bdrv_reopen()Kevin Wolf
2014-04-30Revert "block: another bdrv_append fix"Kevin Wolf
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf
2014-04-30block: Remove BDRV_O_COPY_ON_READ for bs->fileKevin Wolf
2014-04-30block: Create bdrv_backing_flags()Kevin Wolf
2014-04-30block: Create bdrv_inherited_flags()Kevin Wolf