aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2009-05-14Fix vectored aio bounce handling immediate errors (Avi Kivity)aliguori
2009-05-14Use vectored aiocb storage to store vector translation state (Avi Kivity)aliguori
2009-05-08Improve block range checksKevin Wolf
2009-05-01Convert vectored aio emulation to use a dedicated pool (Avi Kivity)aliguori
2009-05-01Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori
2009-04-05 Fix savevm after BDRV_FILE size enforcementaliguori
2009-03-11Revert r6406aliguori
2009-03-11Revert r6407aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2009-03-05monitor: Report encrypted disks in snapshot mode (Jan Kiszka)aliguori
2009-03-05block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)aliguori
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori
2009-03-05block: Polish error handling of brdv_open2 (Jan Kiszka)aliguori
2009-03-03Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori
2009-03-03fix SIGSEGV when USE_KQEMU is definedaurel32
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori
2009-01-22info blockstats: show highest_allocated if exists (Uri Lublin)aliguori
2009-01-22Vectored block device API (Avi Kivity)aliguori
2009-01-15bdrv_write should not stop on partial write (Gleb Natapov)aliguori
2008-12-05Attached patch contains warning fixes.blueswir1
2008-12-05sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir1
2008-11-25Abstract out geometry detection code from IDE for reusealiguori
2008-11-08Use an option rom instead of boot sector for -kernelaliguori
2008-10-14Expand cache= option and use write-through caching by defaultaliguori
2008-10-13open() can also return EPERM for O_RDWR on a readonly deviceaurel32
2008-10-06Add bdrv_flush_all()aliguori
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori
2008-09-17Fix warnings that would be caused by ld flag --warn-commonblueswir1
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-12Let snapshot work with protocolsaliguori
2008-09-11Only build compatfd when using AIO and make sure to always init AIOaliguori
2008-09-10Use signalfd() to work around signal/select racealiguori
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-21Fix windows buildaliguori
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths
2008-06-05New qemu-img convert -B option, by Marc Bevand.ths
2008-04-08unlink the bs from bdrv-list upon bdrv_delete(bs)aurel32
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel32
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel32
2008-03-10Honor TMPDIR environment variableaurel32
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths
2007-12-02Collecting block device statistics, by Richard W.M. Jones.ths
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-11Split block API from vl.h.pbrook