24 Commits (43ca85b559795fd0f246ffb1db8e09c0da920dd0)

Author SHA1 Message Date
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Blue Swirl 08089edcd2 vvfat: fix a file descriptor leak 15 years ago
Stefan Weil d523d5d694 block/vvfat: Fix compiler warning in debug code 16 years ago
Kevin Wolf a655211ac6 vvfat: Use cache=unsafe 16 years ago
Kevin Wolf 9217e26f43 vvfat: Fix double free for opening the image rw 16 years ago
Kevin Wolf ac48e389d0 vvfat: Fix segfault on write to read-only disk 16 years ago
Loïc Minier 2aa326be0d vvfat: fat_chksum(): fix access above array bounds 16 years ago
Kevin Wolf 3e89cb0419 vvfat: More build fixes with DEBUG 16 years ago
Riccardo Magliocchetti 792b45b142 vvfat: Fix compilation with DEBUG defined 16 years ago
Kevin Wolf 66f82ceed6 block: Open the underlying image file in generic code 16 years ago
Blue Swirl 88bf79500b Fix dead initialization, spotted by clang analyzer 16 years ago
Kevin Wolf d6e9098e10 Replace calls of old bdrv_open 16 years ago
Blue Swirl 43dc2a645e Replace assert(0) with abort() or cpu_abort() 16 years ago
Blue Swirl a6c6f76ceb Fix build with -DNDEBUG in CFLAGS 16 years ago
Jim Meyering 6265eb26a3 don't dereference NULL after failed strdup 16 years ago
Naphtali Sprei 058fc8c768 Ask for read-write permissions when opening files 16 years ago
Kirill A. Shutemov 2dedf83ef0 block/vvfat.c: fix warnings with _FORTIFY_SOURCE 16 years ago
Anthony Liguori c227f0995e Revert "Get rid of _t suffix" 17 years ago
malc 99a0949b72 Get rid of _t suffix 17 years ago
Michael S. Tsirkin 6ab00cee70 vvfat: fix coding style nit 17 years ago
Christoph Hellwig f9e96436cc vvfat: one more missing BlockDriver C99 initializer conversion 17 years ago
Kevin Wolf 91a073a975 Drop bdrv_create2 17 years ago
Kevin Wolf 0e7e1989f7 Convert all block drivers to new bdrv_create 17 years ago
Anthony Liguori 019d6b8ff0 Move block drivers into their own directory 17 years ago
Anthony Liguori 5efa9d5a8b Convert block infrastructure to use new module init functionality 17 years ago
Paul Brook 5561650587 Include assert.h from qemu-common.h 17 years ago
Aurelien Jarno 5606c2208b block-vvfat: fix a warning 17 years ago
blueswir1 3f4cb3d37f Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 17 years ago
aurel32 e60f469ca8 Use C99 initializers for BlockDriver methods 17 years ago
blueswir1 511d2b140f Sparse fixes: NULL use, header order, ANSI prototypes, static 17 years ago
aliguori 3ec88e8036 block: remove error handling from qemu_malloc() callers (Avi Kivity) 17 years ago
blueswir1 3891b37010 Use a hex value instead of possibly ambiguous 8 bit character 18 years ago
blueswir1 1d6198c3b0 Remove unnecessary trailing newlines 18 years ago
blueswir1 47398b9c36 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 18 years ago
blueswir1 cd390083ad Attached patch fixes a series of this warning 18 years ago
balrog 8ce0f86993 Currently trying to turn an oversized directory into a VVFAT image will 18 years ago
blueswir1 51a0f568c5 Fix incorrect use of pstrcpy (malc) 18 years ago
blueswir1 be15b141e0 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy 18 years ago
blueswir1 363a37d520 Fix OpenBSD linker warnings 18 years ago
ths 2137b4cca9 Add qemu_realloc(), by Gerd Hoffmann. 18 years ago
malc 295abf3616 Remove >= asserts on unsigned inputs 18 years ago
ths 59fdb01812 Fix parse_long_name, by Tristan Gingold. 18 years ago
ths 64eaabda73 Clarified filename handling, by Johannes Schindelin. 18 years ago
ths ad1a897e52 block-vvfat.c - fix is_free predicate, by Tristan Gingold. 18 years ago
blueswir1 3f47aa8c37 Fix some functions declared () rather than (void) (Ian Jackson) 18 years ago
balrog 1e080d5dbb Fix number_of_entries for filename of length [13] (Tristan Gingold). 19 years ago
ths ffe8ab83da Fix char* signedness, by Andre Przywara. 19 years ago
ths 60fe76f386 Fix wrong signedness, by Andre Przywara. 19 years ago
pbrook 9596ebb701 Add statics and missing #includes for prototypes. 19 years ago
pbrook faf07963cb Split block API from vl.h. 19 years ago