index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use dprintf
malc
2010-02-07
1
-8
/
+8
*
block/raw-posix: Abort on pread beyond end of non-growable file
Kevin Wolf
2010-01-26
1
-1
/
+5
*
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
2010-01-26
1
-1
/
+1
*
qcow2: rename two QCowAIOCB members
Christoph Hellwig
2010-01-26
1
-29
/
+30
*
block: kill BDRV_O_CREAT
Christoph Hellwig
2010-01-26
3
-15
/
+4
*
Read-only device changed to opens it's file for read-only.
Naphtali Sprei
2010-01-26
2
-8
/
+4
*
Ask for read-write permissions when opening files
Naphtali Sprei
2010-01-26
2
-2
/
+2
*
block/qcow2.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-10
/
+45
*
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+7
*
block/vmdk.o: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-10
/
+40
*
block/qcow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-4
/
+22
*
block/cow.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-3
/
+16
*
qcow2: Don't ignore qcow2_alloc_clusters return value
Kevin Wolf
2010-01-26
3
-3
/
+33
*
qcow2: Don't ignore update_refcount return value
Kevin Wolf
2010-01-26
1
-8
/
+23
*
qcow2: Allow updating no refcounts
Kevin Wolf
2010-01-26
1
-1
/
+5
*
qcow2: Improve error handling in update_refcount
Kevin Wolf
2010-01-26
1
-7
/
+25
*
qcow2: Fix error handling in grow_refcount_table
Kevin Wolf
2010-01-26
1
-3
/
+6
*
qcow2: Return 0/-errno in qcow2_alloc_cluster_offset
Kevin Wolf
2010-01-26
3
-29
/
+39
*
qcow2: Return 0/-errno in get_cluster_table
Kevin Wolf
2010-01-26
1
-12
/
+18
*
qcow2: Fix error handling in qcow_save_vmstate
Kevin Wolf
2010-01-26
1
-2
/
+3
*
qcow2: Fix error handling in qcow2_grow_l1_table
Kevin Wolf
2010-01-26
1
-4
/
+6
*
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2010-01-20
3
-7
/
+8
*
raw-posix: Detect legacy floppy via ioctl on linux
Cole Robinson
2010-01-19
1
-2
/
+19
*
raw-posix: Detect CDROM via ioctl on linux
Cole Robinson
2010-01-19
1
-2
/
+18
*
qcow/qcow2: implement bdrv_aio_flush
Kevin Wolf
2010-01-13
2
-0
/
+18
*
qcow2-refcount: remove dead assignment
Amit Shah
2010-01-13
1
-1
/
+0
*
block: Add bdrv_change_backing_file
Kevin Wolf
2010-01-13
1
-0
/
+101
*
dmg: fix ->open failure
Christoph Hellwig
2010-01-11
1
-14
/
+14
*
block/vdi: allow disk sizes not multiple of block size
François Revol
2010-01-08
1
-2
/
+5
*
block/bochs: improve format checking
Blue Swirl
2009-12-25
1
-3
/
+10
*
block/bochs.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2009-12-25
1
-1
/
+2
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-1
/
+1
*
qemu-img: There is more than one host device driver
Kevin Wolf
2009-12-03
1
-0
/
+4
*
qcow2: Fix some more qemu_malloc fallout
Kevin Wolf
2009-12-03
2
-8
/
+21
*
qcow2: Store exact backing format length
Kevin Wolf
2009-12-03
1
-7
/
+9
*
Add support for GNU/kFreeBSD
Aurelien Jarno
2009-11-29
1
-8
/
+8
*
Fix 32-bit overflow in parallels image support
David Woodhouse
2009-11-12
1
-2
/
+3
*
qcow2: Allow qcow2 disk images with size zero
Stefan Weil
2009-11-09
2
-9
/
+13
*
Remove aio_ctx from paio_* interface
Kevin Wolf
2009-10-30
2
-8
/
+6
*
Revert "qcow2: Bring synchronous read/write back to life"
Kevin Wolf
2009-10-27
3
-55
/
+5
*
Add qemu_aio_process_queue()
Kevin Wolf
2009-10-27
1
-4
/
+4
*
raw/linux-aio: Also initialize POSIX AIO
Kevin Wolf
2009-10-27
1
-0
/
+4
*
qcow2: Fix grow_refcount_table error handling
Kevin Wolf
2009-10-27
1
-1
/
+0
*
qcow2: Bring synchronous read/write back to life
Kevin Wolf
2009-10-15
3
-5
/
+55
*
block/raw: Add create_options for host_device
Kevin Wolf
2009-10-05
1
-6
/
+10
*
qcow2: Increase maximum cluster size to 2 MB
Kevin Wolf
2009-10-05
3
-8
/
+11
*
Check availability of uuid header / library
Stefan Weil
2009-10-04
1
-2
/
+2
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-144
/
+144
*
Get rid of _t suffix
malc
2009-10-01
1
-144
/
+144
*
vvfat: fix coding style nit
Michael S. Tsirkin
2009-09-30
1
-2
/
+2
[next]