index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
monitor: Rework modal password input (Jan Kiszka)
aliguori
2009-03-05
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
2009-03-05
monitor: Report encrypted disks in snapshot mode (Jan Kiszka)
aliguori
2009-03-05
block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)
aliguori
2009-03-05
block: Improve bdrv_iterate (Jan Kiszka)
aliguori
2009-03-05
block: Polish error handling of brdv_open2 (Jan Kiszka)
aliguori
2009-03-03
Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...
aliguori
2009-03-03
fix SIGSEGV when USE_KQEMU is defined
aurel32
2009-02-05
block: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-26
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
aliguori
2009-01-22
qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...
aliguori
2009-01-22
info blockstats: show highest_allocated if exists (Uri Lublin)
aliguori
2009-01-22
Vectored block device API (Avi Kivity)
aliguori
2009-01-15
bdrv_write should not stop on partial write (Gleb Natapov)
aliguori
2008-12-05
Attached patch contains warning fixes.
blueswir1
2008-12-05
sys-queue.h defines _SYS_QUEUE_H_ which is also defined by
blueswir1
2008-11-25
Abstract out geometry detection code from IDE for reuse
aliguori
2008-11-08
Use an option rom instead of boot sector for -kernel
aliguori
2008-10-14
Expand cache= option and use write-through caching by default
aliguori
2008-10-13
open() can also return EPERM for O_RDWR on a readonly device
aurel32
2008-10-06
Add bdrv_flush_all()
aliguori
2008-09-22
Refactor AIO to allow multiple AIO implementations
aliguori
2008-09-17
Fix warnings that would be caused by ld flag --warn-common
blueswir1
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-09-12
Let snapshot work with protocols
aliguori
2008-09-11
Only build compatfd when using AIO and make sure to always init AIO
aliguori
2008-09-10
Use signalfd() to work around signal/select race
aliguori
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-08-21
Fix windows build
aliguori
2008-07-03
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
ths
2008-06-05
New qemu-img convert -B option, by Marc Bevand.
ths
2008-04-08
unlink the bs from bdrv-list upon bdrv_delete(bs)
aurel32
2008-03-11
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
aurel32
2008-03-11
Fix CVE-2008-0928 - insufficient block device address range checking
aurel32
2008-03-10
Honor TMPDIR environment variable
aurel32
2007-12-24
Real SCSI device passthrough (v4), by Laurent Vivier.
ths
2007-12-24
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
2007-12-17
Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.
ths
2007-12-02
Collecting block device statistics, by Richard W.M. Jones.
ths
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
2007-11-17
Break up vl.h.
pbrook
2007-11-11
Split block API from vl.h.
pbrook
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-07-31
Parallels disk image support, by Alex Beregszaszi.
ths
[prev]
[next]