aboutsummaryrefslogtreecommitdiff
path: root/block/vvfat.c
AgeCommit message (Expand)Author
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz
2015-06-23vvfat: add a label optionWolfgang Bumiller
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody
2014-12-10block/vvfat: qcow driver may not be foundMax Reitz
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster
2014-08-21block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vvfat.c: handle cross_driver's create_options and create_optsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-05-30block/vvfat: Plug memory leak in read_directory()Markus Armbruster
2014-05-30block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster
2014-05-30block/vvfat: Plug memory leak in enable_write_target()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through init_directories()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through enable_write_target()Markus Armbruster
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng
2014-04-22block: Add errp to bdrv_new()Kevin Wolf
2014-04-01vvfat: Fix :floppy: option to suppress partition tableMarkus Armbruster
2014-02-21vvfat: correctly propagate errorsPaolo Bonzini
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-12-13block/vvfat: Fix compiler warnings for OpenBSDStefan Weil
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng
2013-07-19block: fix vvfat error path for enable_write_targetFam Zheng
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant