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
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
2017-02-24
vvfat: Use opened node as backing file
Kevin Wolf
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
block/vvfat: Remove the undesirable comment
Ashijeet Acharya
2016-09-23
block: Add "read-only" to the options QDict
Alberto Garcia
2016-07-13
vvfat: Fix qcow write target driver specification
Max Reitz
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
2016-07-05
vvfat: Use BdrvChild for s->qcow
Kevin Wolf
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
block: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-07
block: Use DIV_ROUND_UP
Laurent Vivier
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-12
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
2016-04-29
vvfat: Fix default volume label
Kevin Wolf
2016-04-29
vvfat: Fix volume name assertion
Kevin Wolf
2016-03-30
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
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
[next]