index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.h
Age
Commit message (
Expand
)
Author
2009-11-09
Configurable block format whitelist
Markus Armbruster
2009-11-09
Added readonly flag to -drive command
Naphtali Sprei
2009-09-11
block: add aio_flush operation
Christoph Hellwig
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
2009-09-11
Add bdrv_aio_multiwrite
Kevin Wolf
2009-08-27
raw-posix: add Linux native AIO support
Christoph Hellwig
2009-07-16
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
Christoph Hellwig
2009-07-09
Revert "support colon in filenames"
Anthony Liguori
2009-07-09
qcow2: Make cache=writethrough default
Kevin Wolf
2009-06-29
support colon in filenames
Ram Pai
2009-06-16
Prevent CD-ROM media eject while device is locked
Mark McLoughlin
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-14
Convert block infrastructure to use new module init functionality
Anthony Liguori
2009-04-21
Introduce bdrv_check (Kevin Wolf)
aliguori
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
2009-04-05
Fix savevm after BDRV_FILE size enforcement
aliguori
2009-03-28
block: support known backing format for image create and open (Uri Lublin)
aliguori
2009-03-28
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
2009-03-12
Add specialized block driver scsi generic API (Avi Kivity)
aliguori
2009-03-11
Revert r6405
aliguori
2009-03-11
Revert r6407
aliguori
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
monitor: Rework early disk password inquiry (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-01-22
qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...
aliguori
2009-01-22
block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...
aliguori
2009-01-22
Vectored block device API (Avi Kivity)
aliguori
2008-12-04
Use writeback caching by default with qcow2
aliguori
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-06
Add bdrv_flush_all()
aliguori
2008-09-22
Refactor AIO to allow multiple AIO implementations
aliguori
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-10
Use signalfd() to work around signal/select race
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-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
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-17
Break up vl.h.
pbrook
2007-11-11
Split block API from vl.h.
pbrook