index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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/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
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
1
-2
/
+2
*
vvfat: use bdrv_new() to allocate BlockDriverState
Fam Zheng
2013-09-06
1
-1
/
+1
*
block: fix vvfat error path for enable_write_target
Fam Zheng
2013-07-19
1
-11
/
+14
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
vvfat: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-60
/
+168
*
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
1
-1
/
+2
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
1
-1
/
+1
*
Replace remaining gmtime, localtime by gmtime_r, localtime_r
Stefan Weil
2013-01-11
1
-4
/
+0
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
1
-6
/
+6
*
block: Convert open calls to qemu_open
Corey Bryant
2012-08-15
1
-2
/
+2
*
vvfat: Do not clobber the user's geometry
Markus Armbruster
2012-07-17
1
-24
/
+29
*
vvfat: Fix partition table
Markus Armbruster
2012-07-17
1
-3
/
+4
*
block: prevent snapshot mode $TMPDIR symlink attack
Jim Meyering
2012-05-30
1
-1
/
+6
*
block: fix snapshot on QED
Paolo Bonzini
2012-05-10
1
-0
/
+7
*
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
2012-01-13
1
-0
/
+3
*
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-2
/
+2
*
vvfat: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+17
*
vvfat: Fix read-write mode
Kevin Wolf
2011-11-11
1
-21
/
+23
*
vvfat: reorganize computation of disk geometry
Paolo Bonzini
2011-11-04
1
-16
/
+24
[next]