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_int.h
Age
Commit message (
Expand
)
Author
2009-12-03
qemu-img: There is more than one host device driver
Kevin Wolf
2009-12-03
block migration: Cleanup dirty tracking code
Jan Kiszka
2009-11-17
Expose a mechanism to trace block writes
lirans@il.ibm.com
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
qcow2: Metadata preallocation
Kevin Wolf
2009-07-16
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
Christoph Hellwig
2009-06-15
block: add bdrv_probe_device method
Christoph Hellwig
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
2009-05-22
qcow2: Allow different cluster sizes
Kevin Wolf
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-04-22
implement qemu_blockalign (Stefano Stabellini)
aliguori
2009-04-21
Introduce bdrv_check (Kevin Wolf)
aliguori
2009-04-07
push down vector linearization to posix-aio-compat.c (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-20
Refactor aio callback allocation to use an aiocb pool (Avi Kivity)
aliguori
2009-03-12
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
aliguori
2009-03-12
Add internal scsi generic block API (Avi Kivity)
aliguori
2009-03-05
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
2009-03-03
Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...
aliguori
2009-02-11
qemu: record devfn on block driver instance (Marcelo Tosatti)
aliguori
2008-11-08
Use an option rom instead of boot sector for -kernel
aliguori
2008-09-17
Fix warnings that would be caused by ld flag --warn-common
blueswir1
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-02
Collecting block device statistics, by Richard W.M. Jones.
ths
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
vmdk compatibility level 6 images, by Soren Hansen.
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2006-08-19
better support of host drives
bellard
2006-08-07
Dynamically allocate AIO Completion Blocks.
pbrook
2006-08-06
qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors
bellard
2006-08-05
multiple snapshot support
bellard
2006-08-01
async file I/O API
bellard
2006-06-04
Disk cache flush support.
pbrook
2005-12-18
qcow_make_empty() support (Johannes Schindelin)
bellard
2004-11-16
better BIOS ATA translation support
bellard
2004-09-18
fixed block close() method prototype
bellard
2004-08-01
new disk image layer
bellard