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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
2009-04-13
1
-1
/
+1
*
native preadv/pwritev support (Christoph Hellwig)
aliguori
2009-04-07
1
-2
/
+1
*
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
aliguori
2009-04-07
1
-126
/
+70
*
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
2009-04-07
1
-2
/
+8
*
Fix savevm after BDRV_FILE size enforcement
aliguori
2009-04-05
1
-0
/
+20
*
check for bs->drv in bdrv_flush (Christoph Hellwig)
aliguori
2009-03-29
1
-0
/
+2
*
remove dead code in bdrv_check_request (Christoph Hellwig)
aliguori
2009-03-29
1
-9
/
+1
*
block: support known backing format for image create and open (Uri Lublin)
aliguori
2009-03-28
1
-4
/
+24
*
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
2009-03-28
1
-18
/
+7
*
Fix vectored aio bounce handling immediate errors (Avi Kivity)
aliguori
2009-03-28
1
-0
/
+5
*
Use vectored aiocb storage to store vector translation state (Avi Kivity)
aliguori
2009-03-20
1
-15
/
+14
*
Convert vectored aio emulation to use a dedicated pool (Avi Kivity)
aliguori
2009-03-20
1
-6
/
+14
*
Refactor aio callback allocation to use an aiocb pool (Avi Kivity)
aliguori
2009-03-20
1
-15
/
+27
*
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
aliguori
2009-03-12
1
-73
/
+6
*
Add internal scsi generic block API (Avi Kivity)
aliguori
2009-03-12
1
-4
/
+4
*
Add specialized block driver scsi generic API (Avi Kivity)
aliguori
2009-03-12
1
-0
/
+22
*
Revert r6406
aliguori
2009-03-11
1
-6
/
+1
*
Revert r6407
aliguori
2009-03-11
1
-3
/
+2
*
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-08
1
-0
/
+4
*
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-08
1
-2
/
+2
*
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-07
1
-0
/
+2
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-33
/
+33
*
monitor: Rework modal password input (Jan Kiszka)
aliguori
2009-03-05
1
-6
/
+15
*
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
2009-03-05
1
-1
/
+13
*
monitor: Report encrypted disks in snapshot mode (Jan Kiszka)
aliguori
2009-03-05
1
-2
/
+1
*
block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)
aliguori
2009-03-05
1
-0
/
+10
*
block: Improve bdrv_iterate (Jan Kiszka)
aliguori
2009-03-05
1
-2
/
+2
*
block: Polish error handling of brdv_open2 (Jan Kiszka)
aliguori
2009-03-05
1
-25
/
+21
*
Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...
aliguori
2009-03-03
1
-0
/
+55
*
fix SIGSEGV when USE_KQEMU is defined
aurel32
2009-03-03
1
-1
/
+1
*
block: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-6
/
+0
*
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
aliguori
2009-01-26
1
-1
/
+1
*
qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...
aliguori
2009-01-22
1
-2
/
+3
*
info blockstats: show highest_allocated if exists (Uri Lublin)
aliguori
2009-01-22
1
-1
/
+6
*
Vectored block device API (Avi Kivity)
aliguori
2009-01-22
1
-0
/
+68
*
bdrv_write should not stop on partial write (Gleb Natapov)
aliguori
2009-01-15
1
-13
/
+14
*
Attached patch contains warning fixes.
blueswir1
2008-12-05
1
-2
/
+2
*
sys-queue.h defines _SYS_QUEUE_H_ which is also defined by
blueswir1
2008-12-05
1
-1
/
+6
*
Abstract out geometry detection code from IDE for reuse
aliguori
2008-11-25
1
-0
/
+116
*
Use an option rom instead of boot sector for -kernel
aliguori
2008-11-08
1
-32
/
+0
*
Expand cache= option and use write-through caching by default
aliguori
2008-10-14
1
-3
/
+3
*
open() can also return EPERM for O_RDWR on a readonly device
aurel32
2008-10-13
1
-1
/
+1
*
Add bdrv_flush_all()
aliguori
2008-10-06
1
-0
/
+10
*
Refactor AIO to allow multiple AIO implementations
aliguori
2008-09-22
1
-2
/
+0
*
Fix warnings that would be caused by ld flag --warn-common
blueswir1
2008-09-17
1
-0
/
+2
*
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-15
1
-32
/
+0
*
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-09-14
1
-1
/
+1
*
Let snapshot work with protocols
aliguori
2008-09-12
1
-1
/
+13
*
Only build compatfd when using AIO and make sure to always init AIO
aliguori
2008-09-11
1
-0
/
+2
*
Use signalfd() to work around signal/select race
aliguori
2008-09-10
1
-10
/
+4
[prev]
[next]