index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vvfat.c
Age
Commit message (
Expand
)
Author
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-01-20
block: Clean up includes
Peter Maydell
2015-10-16
block: Remove bdrv_swap()
Kevin Wolf
2015-10-16
block: Manage backing file references in bdrv_set_backing_hd()
Kevin Wolf
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
block: Always pass NULL as drv for bdrv_open()
Max Reitz
2015-06-23
vvfat: add a label option
Wolfgang Bumiller
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-01-23
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
2014-12-10
block/vvfat: qcow driver may not be found
Max Reitz
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-08-21
block/vvfat.c: remove debugging code to reinit stderr if NULL
Michael Tokarev
2014-08-20
block: Drop some superfluous casts from void *
Markus Armbruster
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
vvfat.c: handle cross_driver's create_options and create_opts
Chunyan Liu
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-05-30
block/vvfat: Plug memory leak in read_directory()
Markus Armbruster
2014-05-30
block/vvfat: Plug memory leak in check_directory_consistency()
Markus Armbruster
2014-05-30
block/vvfat: Plug memory leak in enable_write_target()
Markus Armbruster
2014-05-28
block/vvfat: Propagate errors through init_directories()
Markus Armbruster
2014-05-28
block/vvfat: Propagate errors through enable_write_target()
Markus Armbruster
2014-05-28
block: Use bdrv_set_backing_hd everywhere
Fam Zheng
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
2014-04-01
vvfat: Fix :floppy: option to suppress partition table
Markus Armbruster
2014-02-21
vvfat: correctly propagate errors
Paolo Bonzini
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2013-12-13
block/vvfat: Fix compiler warnings for OpenBSD
Stefan Weil
2013-09-12
block: Error parameter for create functions
Max Reitz
2013-09-12
block: Error parameter for open functions
Max Reitz
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
2013-09-06
block: return get_block_status data and flags for formats
Paolo Bonzini
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
2013-09-06
block: make bdrv_delete() static
Fam Zheng
2013-09-06
vvfat: use bdrv_new() to allocate BlockDriverState
Fam Zheng
2013-07-19
block: fix vvfat error path for enable_write_target
Fam Zheng
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
vvfat: Use bdrv_open options instead of filename
Kevin Wolf
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-01-11
Replace remaining gmtime, localtime by gmtime_r, localtime_r
Stefan Weil
[next]