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
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
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
2012-07-17
vvfat: Do not clobber the user's geometry
Markus Armbruster
2012-07-17
vvfat: Fix partition table
Markus Armbruster
2012-05-30
block: prevent snapshot mode $TMPDIR symlink attack
Jim Meyering
2012-05-10
block: fix snapshot on QED
Paolo Bonzini
2012-01-13
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
2011-12-05
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-11-23
vvfat: Add migration blocker
Kevin Wolf
2011-11-11
vvfat: Fix read-write mode
Kevin Wolf
2011-11-04
vvfat: reorganize computation of disk geometry
Paolo Bonzini
2011-11-04
vvfat: do not hardcode sector counts in error message
Paolo Bonzini
2011-11-04
vvfat: unify and correct computation of sector count
Paolo Bonzini
2011-11-04
vvfat: need to use first_sectors_number to distinguish fdd/hdd
Paolo Bonzini
2011-11-04
vvfat: do not fail if the disk has spare sectors
Paolo Bonzini
2011-11-04
vvfat: fix out of bounds array_get usage
Paolo Bonzini
2011-10-21
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-11
vvfat: Fix potential buffer overflow
Kevin Wolf
2011-10-11
block/vvfat: Remove unused code
Stefan Weil
2011-10-11
block/vvfat: Fix potential memory leaks and other memory errors
Stefan Weil
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-01-12
vvfat: fix a file descriptor leak
Blue Swirl
[next]