index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
vvfat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
1
-4
/
+4
*
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
2016-05-12
1
-9
/
+46
*
vvfat: Fix default volume label
Kevin Wolf
2016-04-29
1
-0
/
+2
*
vvfat: Fix volume name assertion
Kevin Wolf
2016-04-29
1
-1
/
+6
*
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
1
-2
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
1
-1
/
+1
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-1
/
+1
*
block: Remove bdrv_swap()
Kevin Wolf
2015-10-16
1
-7
/
+0
*
block: Manage backing file references in bdrv_set_backing_hd()
Kevin Wolf
2015-10-16
1
-1
/
+5
*
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
1
-3
/
+3
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
1
-1
/
+1
*
block: Always pass NULL as drv for bdrv_open()
Max Reitz
2015-09-14
1
-2
/
+6
*
vvfat: add a label option
Wolfgang Bumiller
2015-06-23
1
-3
/
+22
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
1
-2
/
+2
*
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
2015-04-28
1
-3
/
+4
*
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
1
-1
/
+1
*
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-26
1
-1
/
+2
*
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
2015-01-23
1
-2
/
+2
*
block/vvfat: qcow driver may not be found
Max Reitz
2014-12-10
1
-0
/
+6
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block/vvfat.c: remove debugging code to reinit stderr if NULL
Michael Tokarev
2014-08-21
1
-9
/
+0
*
block: Drop some superfluous casts from void *
Markus Armbruster
2014-08-20
1
-4
/
+4
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-1
/
+1
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-12
/
+2
*
vvfat.c: handle cross_driver's create_options and create_opts
Chunyan Liu
2014-06-16
1
-7
/
+17
*
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-06-16
1
-1
/
+1
*
block/vvfat: Plug memory leak in read_directory()
Markus Armbruster
2014-05-30
1
-1
/
+3
*
block/vvfat: Plug memory leak in check_directory_consistency()
Markus Armbruster
2014-05-30
1
-1
/
+1
*
block/vvfat: Plug memory leak in enable_write_target()
Markus Armbruster
2014-05-30
1
-0
/
+1
*
block/vvfat: Propagate errors through init_directories()
Markus Armbruster
2014-05-28
1
-7
/
+9
*
block/vvfat: Propagate errors through enable_write_target()
Markus Armbruster
2014-05-28
1
-11
/
+7
*
block: Use bdrv_set_backing_hd everywhere
Fam Zheng
2014-05-28
1
-1
/
+1
*
block: Add errp to bdrv_new()
Kevin Wolf
2014-04-22
1
-1
/
+1
*
vvfat: Fix :floppy: option to suppress partition table
Markus Armbruster
2014-04-01
1
-1
/
+1
*
vvfat: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-6
/
+3
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
1
-1
/
+1
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
1
-4
/
+2
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-1
/
+1
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
block/vvfat: Fix compiler warnings for OpenBSD
Stefan Weil
2013-12-13
1
-21
/
+22
*
block: Error parameter for create functions
Max Reitz
2013-09-12
1
-1
/
+3
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-1
/
+5
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
block: return get_block_status data and flags for formats
Paolo Bonzini
2013-09-06
1
-5
/
+6
*
block: introduce bdrv_get_block_status API
Paolo Bonzini
2013-09-06
1
-2
/
+2
[next]