Sign in
qemu
/
qemu
/
925a04000231ad865770ba227876ba518ac3e479
/
block
/
vvfat.c
6ebf9aa
block: Drop drv parameter from bdrv_open()
by Max Reitz
· 9 years ago
e664171
block: Always pass NULL as drv for bdrv_open()
by Max Reitz
· 9 years ago
d5941dd
vvfat: add a label option
by Wolfgang Bumiller
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
81e5f78
block: use bdrv_get_device_or_node_name() in error messages
by Alberto Garcia
· 10 years ago
f43e47d
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
by Markus Armbruster
· 10 years ago
39101f2
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
by Markus Armbruster
· 10 years ago
9a29e18
block: update string sizes for filename,backing_file,exact_filename
by Jeff Cody
· 10 years ago
1bcb15c
block/vvfat: qcow driver may not be found
by Max Reitz
· 10 years ago
bfb197e
block: Eliminate BlockDriverState member device_name[]
by Markus Armbruster
· 10 years ago
e4e9986
block: Split bdrv_new_root() off bdrv_new()
by Markus Armbruster
· 10 years ago
13b552c
block/vvfat.c: remove debugging code to reinit stderr if NULL
by Michael Tokarev
· 10 years ago
d4df3db
block: Drop some superfluous casts from void *
by Markus Armbruster
· 10 years ago
5839e53
block: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
c282e1f
cleanup QEMUOptionParameter
by Chunyan Liu
· 11 years ago
facdbb0
vvfat.c: handle cross_driver's create_options and create_opts
by Chunyan Liu
· 11 years ago
83d0521
change block layer to support both QemuOpts and QEMUOptionParamter
by Chunyan Liu
· 11 years ago
b122c3b
block/vvfat: Plug memory leak in read_directory()
by Markus Armbruster
· 11 years ago
6262bbd
block/vvfat: Plug memory leak in check_directory_consistency()
by Markus Armbruster
· 11 years ago
75e347d
block/vvfat: Plug memory leak in enable_write_target()
by Markus Armbruster
· 11 years ago
d11c891
block/vvfat: Propagate errors through init_directories()
by Markus Armbruster
· 11 years ago
68c70af
block/vvfat: Propagate errors through enable_write_target()
by Markus Armbruster
· 11 years ago
920beae
block: Use bdrv_set_backing_hd everywhere
by Fam Zheng
· 11 years ago
98522f6
block: Add errp to bdrv_new()
by Kevin Wolf
· 11 years ago
4c70966
vvfat: Fix :floppy: option to suppress partition table
by Markus Armbruster
· 11 years ago
c0f92b5
vvfat: correctly propagate errors
by Paolo Bonzini
· 11 years ago
ddf5636
block: Add reference parameter to bdrv_open()
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
87ea75d
qemu-option: Remove qemu_opts_create_nofail
by Peter Crosthwaite
· 11 years ago
f671d17
block/vvfat: Fix compiler warnings for OpenBSD
by Stefan Weil
· 11 years ago
cc84d90
block: Error parameter for create functions
by Max Reitz
· 11 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 11 years ago
015a103
bdrv: Use "Error" for opening images
by Max Reitz
· 11 years ago
4bc74be
block: return get_block_status data and flags for formats
by Paolo Bonzini
· 11 years ago
b6b8a33
block: introduce bdrv_get_block_status API
by Paolo Bonzini
· 11 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 11 years ago
3d34c6c
vvfat: use bdrv_new() to allocate BlockDriverState
by Fam Zheng
· 11 years ago
78f27bd
block: fix vvfat error path for enable_write_target
by Fam Zheng
· 12 years ago
56d1b4d
block: Remove filename parameter from .bdrv_file_open()
by Kevin Wolf
· 12 years ago
7ad9be6
vvfat: Use bdrv_open options instead of filename
by Kevin Wolf
· 12 years ago
787e4a8
block: Add options QDict to bdrv_file_open() prototypes
by Kevin Wolf
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
eb7ff6f
Replace remaining gmtime, localtime by gmtime_r, localtime_r
by Stefan Weil
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
2e1e79d
block: Convert close calls to qemu_close
by Corey Bryant
· 12 years ago
6165f4d
block: Convert open calls to qemu_open
by Corey Bryant
· 12 years ago
4480e0f
vvfat: Do not clobber the user's geometry
by Markus Armbruster
· 13 years ago
f91cbef
vvfat: Fix partition table
by Markus Armbruster
· 13 years ago
eba2505
block: prevent snapshot mode $TMPDIR symlink attack
by Jim Meyering
· 13 years ago
e023b2e
block: fix snapshot on QED
by Paolo Bonzini
· 13 years ago
8d98734
vvfat: avoid leaking file descriptor in commit_one_file()
by Stefan Hajnoczi
· 13 years ago
73f703c
vvfat: convert to .bdrv_co_is_allocated()
by Stefan Hajnoczi
· 13 years ago
3397f0c
vvfat: Add migration blocker
by Kevin Wolf
· 13 years ago
7704df9
vvfat: Fix read-write mode
by Kevin Wolf
· 13 years ago
273e4e0
vvfat: reorganize computation of disk geometry
by Paolo Bonzini
· 13 years ago
d71cff4
vvfat: do not hardcode sector counts in error message
by Paolo Bonzini
· 13 years ago
5a742b5
vvfat: unify and correct computation of sector count
by Paolo Bonzini
· 13 years ago
aad37c0
vvfat: need to use first_sectors_number to distinguish fdd/hdd
by Paolo Bonzini
· 13 years ago
e654bfe
vvfat: do not fail if the disk has spare sectors
by Paolo Bonzini
· 13 years ago
2b6a43a
vvfat: fix out of bounds array_get usage
by Paolo Bonzini
· 13 years ago
e183ef7
block: take lock around bdrv_write implementations
by Paolo Bonzini
· 13 years ago
2914caa
block: take lock around bdrv_read implementations
by Paolo Bonzini
· 13 years ago
848c66e
block: add a CoMutex to synchronous read drivers
by Paolo Bonzini
· 13 years ago
0d460d6
vvfat: Fix potential buffer overflow
by Kevin Wolf
· 14 years ago
7ef6d3d
block/vvfat: Remove unused code
by Stefan Weil
· 13 years ago
ce13782
block/vvfat: Fix potential memory leaks and other memory errors
by Stefan Weil
· 13 years ago
b2bedb2
Remove blanks before \n in output strings
by Stefan Weil
· 13 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
08089ed
vvfat: fix a file descriptor leak
by Blue Swirl
· 14 years ago
d523d5d
block/vvfat: Fix compiler warning in debug code
by Stefan Weil
· 14 years ago
a655211
vvfat: Use cache=unsafe
by Kevin Wolf
· 14 years ago
9217e26
vvfat: Fix double free for opening the image rw
by Kevin Wolf
· 14 years ago
ac48e38
vvfat: Fix segfault on write to read-only disk
by Kevin Wolf
· 14 years ago
2aa326b
vvfat: fat_chksum(): fix access above array bounds
by Loïc Minier
· 14 years ago
3e89cb0
vvfat: More build fixes with DEBUG
by Kevin Wolf
· 15 years ago
792b45b
vvfat: Fix compilation with DEBUG defined
by Riccardo Magliocchetti
· 15 years ago
66f82ce
block: Open the underlying image file in generic code
by Kevin Wolf
· 15 years ago
88bf795
Fix dead initialization, spotted by clang analyzer
by Blue Swirl
· 15 years ago
d6e9098
Replace calls of old bdrv_open
by Kevin Wolf
· 15 years ago
43dc2a6
Replace assert(0) with abort() or cpu_abort()
by Blue Swirl
· 15 years ago
a6c6f76
Fix build with -DNDEBUG in CFLAGS
by Blue Swirl
· 15 years ago
6265eb2
don't dereference NULL after failed strdup
by Jim Meyering
· 15 years ago
058fc8c
Ask for read-write permissions when opening files
by Naphtali Sprei
· 15 years ago
2dedf83
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ab00ce
vvfat: fix coding style nit
by Michael S. Tsirkin
· 15 years ago
f9e9643
vvfat: one more missing BlockDriver C99 initializer conversion
by Christoph Hellwig
· 16 years ago
91a073a
Drop bdrv_create2
by Kevin Wolf
· 16 years ago
0e7e198
Convert all block drivers to new bdrv_create
by Kevin Wolf
· 16 years ago
019d6b8
Move block drivers into their own directory
by Anthony Liguori
· 16 years ago
[Renamed from block-vvfat.c]
5efa9d5
Convert block infrastructure to use new module init functionality
by Anthony Liguori
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
5606c22
block-vvfat: fix a warning
by Aurelien Jarno
· 16 years ago
3f4cb3d
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
by blueswir1
· 16 years ago
Next »