summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2-2/+2
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh1-0/+43
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh1-0/+4
2013-08-22aio / timers: Untangle include filesAlex Bligh3-2/+5
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+3
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-12/+2
2013-07-29block: Repair the throttling code.BenoƮt Canet1-2/+7
2013-07-26Implement sync modes for drive-backup.Ian Main1-1/+3
2013-07-19block: add bdrv_write_zeroes()Peter Lieven1-0/+2
2013-07-19QEMUBH: make AioContext's bh re-entrantLiu Ping Fan1-0/+7
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf1-1/+1
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-1/+2
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-06-28block: add basic backup support to block driverDietmar Maurer1-0/+19
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi1-1/+22
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines1-0/+6
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia1-1/+3
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-3/+3
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-1/+3
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-0/+3
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-2/+4
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia3-9/+42
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia2-21/+58
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi1-1/+0
2013-06-04block: add block driver read only whitelistFam Zheng1-1/+2
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi1-0/+4
2013-05-03nbd: support large NBD requestsStefan Hajnoczi1-1/+2
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22block: Add driver-specific options for backing filesKevin Wolf1-1/+1
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf1-0/+2
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf2-2/+3
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno1-26/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+307
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi1-1/+0
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi1-1/+1
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf1-0/+3
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf1-0/+1
2013-03-22nbd: Remove unused functionsKevin Wolf1-2/+0
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-0/+2
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2-2/+4
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi1-0/+1
2013-03-15threadpool: drop global thread poolStefan Hajnoczi1-4/+6
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi1-0/+7
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi1-0/+6
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi1-0/+5
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf2-2/+3
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-1/+1
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini1-0/+2
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina1-1/+2
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina1-0/+2