summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-14block: Assert qiov length matches request lengthKevin Wolf1-0/+2
2014-07-14block: Make qiov match the request size until EOFKevin Wolf1-2/+14
2014-07-09block: prefer aio_poll to qemu_aio_waitPaolo Bonzini1-1/+1
2014-07-09block: Fix bdrv_is_allocated() return valueKevin Wolf1-1/+1
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei1-0/+31
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody1-2/+6
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody1-0/+11
2014-07-01block: simplify bdrv_find_base() and bdrv_find_overlay()Jeff Cody1-35/+10
2014-06-27block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang1-3/+4
2014-06-27block: Add replaces argument to drive-mirrorBenoƮt Canet1-0/+25
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody1-3/+1
2014-06-26block: Remove a special case for protocolsKevin Wolf1-16/+2
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf1-0/+7
2014-06-26block: Remove second bdrv_open() recursionKevin Wolf1-25/+25
2014-06-26block: Inline bdrv_file_open()Kevin Wolf1-40/+11
2014-06-26block: Use common driver selection code for bdrv_open_file()Kevin Wolf1-37/+30
2014-06-26block: Always pass driver name through options QDictKevin Wolf1-36/+40
2014-06-26block: Move json: parsing to bdrv_fill_options()Kevin Wolf1-43/+45
2014-06-26block: Move bdrv_fill_options() call to bdrv_open()Kevin Wolf1-10/+15
2014-06-26block: Create bdrv_fill_options()Kevin Wolf1-43/+69
2014-06-24block.c: Remove useless 'buf' variableChen Gang1-2/+0
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia1-33/+8
2014-06-23qapi event: convert DEVICE_TRAY_MOVEDWenchao Xia1-14/+7
2014-06-23qapi: adjust existing definesWenchao Xia1-8/+9
2014-06-23block: asynchronously stop the VM on I/O errorsPaolo Bonzini1-2/+19
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-80/+13
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-49/+111
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi1-0/+7
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi1-2/+55
2014-06-04block: acquire AioContext in bdrv_drain_all()Stefan Hajnoczi1-14/+11
2014-06-04block: acquire AioContext in bdrv_*_all()Stefan Hajnoczi1-1/+23
2014-06-04block: use BlockDriverState AioContextStefan Hajnoczi1-9/+18
2014-05-30block: Plug memory leak on brv_open_image() error pathMarkus Armbruster1-0/+1
2014-05-28block: Drop redundant bdrv_refresh_limitsFam Zheng1-3/+0
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng1-4/+19
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng1-4/+2
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng1-13/+23
2014-05-28block: Replace in_use with operation blockerFam Zheng1-17/+7
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng1-0/+76
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+9
2014-05-19block: Allow JSON filenamesMax Reitz1-0/+41
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf1-4/+6
2014-05-09block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf1-15/+19
2014-04-30block: Fix open_flags in bdrv_reopen()Kevin Wolf1-1/+4
2014-04-30Revert "block: another bdrv_append fix"Kevin Wolf1-1/+0
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf1-26/+10
2014-04-30block: Remove BDRV_O_COPY_ON_READ for bs->fileKevin Wolf1-1/+1
2014-04-30block: Create bdrv_backing_flags()Kevin Wolf1-6/+17
2014-04-30block: Create bdrv_inherited_flags()Kevin Wolf1-2/+26
2014-04-29block: Ignore duplicate or NULL format_name in bdrv_iterate_formatJeff Cody1-1/+16