summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* vvfat: Implement .bdrv_child_perm()Kevin Wolf2017-02-281-0/+22
* vvfat: Use opened node as backing fileKevin Wolf2017-02-241-5/+5
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-7/+12
* block/vvfat: Remove the undesirable commentAshijeet Acharya2017-01-241-1/+0Star
* block: Add "read-only" to the options QDictAlberto Garcia2016-09-231-1/+2
* vvfat: Fix qcow write target driver specificationMax Reitz2016-07-131-1/+2
* block: Convert bdrv_write() to BdrvChildKevin Wolf2016-07-051-3/+2Star
* block: Convert bdrv_read() to BdrvChildKevin Wolf2016-07-051-1/+1
* vvfat: Use BdrvChild for s->qcowKevin Wolf2016-07-051-23/+43
* block: Use bool as appropriate for BDS membersEric Blake2016-07-051-2/+2
* block: Move request_alignment into BlockLimitEric Blake2016-07-051-1/+1
* block: Set request_alignment during .bdrv_refresh_limits()Eric Blake2016-07-051-1/+6
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+1Star
* block: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+1Star
* block: Make bdrv_open() return a BDSMax Reitz2016-05-251-4/+4
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* vvfat: Implement .bdrv_co_preadv/pwritev interfacesKevin Wolf2016-05-121-9/+46
* vvfat: Fix default volume labelKevin Wolf2016-04-291-0/+2
* vvfat: Fix volume name assertionKevin Wolf2016-04-291-1/+6
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-2/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-1/+1
* block: Clean up includesPeter Maydell2016-01-201-1/+1
* block: Remove bdrv_swap()Kevin Wolf2015-10-161-7/+0Star
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-1/+5
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-3/+3
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-1/+1
* block: Always pass NULL as drv for bdrv_open()Max Reitz2015-09-141-2/+6
* vvfat: add a label optionWolfgang Bumiller2015-06-231-3/+22
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qobject: Use 'bool' for qboolEric Blake2015-06-221-2/+2
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-3/+4
* QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-261-1/+1
* QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster2015-02-261-1/+2
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-231-2/+2
* block/vvfat: qcow driver may not be foundMax Reitz2014-12-101-0/+6
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-1/+1
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-201-1/+1
* block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev2014-08-211-9/+0Star
* block: Drop some superfluous casts from void *Markus Armbruster2014-08-201-4/+4
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-12/+2Star
* vvfat.c: handle cross_driver's create_options and create_optsChunyan Liu2014-06-161-7/+17
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-161-1/+1
* block/vvfat: Plug memory leak in read_directory()Markus Armbruster2014-05-301-1/+3
* block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster2014-05-301-1/+1
* block/vvfat: Plug memory leak in enable_write_target()Markus Armbruster2014-05-301-0/+1
* block/vvfat: Propagate errors through init_directories()Markus Armbruster2014-05-281-7/+9
* block/vvfat: Propagate errors through enable_write_target()Markus Armbruster2014-05-281-11/+7Star