summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Convert vectored aio emulation to use a dedicated pool (Avi Kivity)aliguori2009-03-201-6/+14
* Refactor aio callback allocation to use an aiocb pool (Avi Kivity)aliguori2009-03-201-15/+27
* Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)aliguori2009-03-121-73/+6
* Add internal scsi generic block API (Avi Kivity)aliguori2009-03-121-4/+4
* Add specialized block driver scsi generic API (Avi Kivity)aliguori2009-03-121-0/+22
* Revert r6406aliguori2009-03-111-6/+1
* Revert r6407aliguori2009-03-111-3/+2
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-0/+4
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-2/+2
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-0/+2
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-33/+33
* monitor: Rework modal password input (Jan Kiszka)aliguori2009-03-051-6/+15
* monitor: Rework early disk password inquiry (Jan Kiszka)aliguori2009-03-051-1/+13
* monitor: Report encrypted disks in snapshot mode (Jan Kiszka)aliguori2009-03-051-2/+1
* block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)aliguori2009-03-051-0/+10
* block: Improve bdrv_iterate (Jan Kiszka)aliguori2009-03-051-2/+2
* block: Polish error handling of brdv_open2 (Jan Kiszka)aliguori2009-03-051-25/+21
* Fix CVE-2008-0928 - insufficient block device address range checking (Anthony...aliguori2009-03-031-0/+55
* fix SIGSEGV when USE_KQEMU is definedaurel322009-03-031-1/+1
* block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0
* qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)aliguori2009-01-261-1/+1
* qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori2009-01-221-2/+3
* info blockstats: show highest_allocated if exists (Uri Lublin)aliguori2009-01-221-1/+6
* Vectored block device API (Avi Kivity)aliguori2009-01-221-0/+68
* bdrv_write should not stop on partial write (Gleb Natapov)aliguori2009-01-151-13/+14
* Attached patch contains warning fixes.blueswir12008-12-051-2/+2
* sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir12008-12-051-1/+6
* Abstract out geometry detection code from IDE for reusealiguori2008-11-251-0/+116
* Use an option rom instead of boot sector for -kernelaliguori2008-11-081-32/+0
* Expand cache= option and use write-through caching by defaultaliguori2008-10-141-3/+3
* open() can also return EPERM for O_RDWR on a readonly deviceaurel322008-10-131-1/+1
* Add bdrv_flush_all()aliguori2008-10-061-0/+10
* Refactor AIO to allow multiple AIO implementationsaliguori2008-09-221-2/+0
* Fix warnings that would be caused by ld flag --warn-commonblueswir12008-09-171-0/+2
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-32/+0
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* Let snapshot work with protocolsaliguori2008-09-121-1/+13
* Only build compatfd when using AIO and make sure to always init AIOaliguori2008-09-111-0/+2
* Use signalfd() to work around signal/select racealiguori2008-09-101-10/+4
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-1/+0
* Fix windows buildaliguori2008-08-211-0/+2
* Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths2008-07-031-0/+1
* New qemu-img convert -B option, by Marc Bevand.ths2008-06-051-0/+27
* unlink the bs from bdrv-list upon bdrv_delete(bs)aurel322008-04-081-1/+8
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-111-74/+0
* Fix CVE-2008-0928 - insufficient block device address range checkingaurel322008-03-111-0/+74
* Honor TMPDIR environment variableaurel322008-03-101-1/+5
* Real SCSI device passthrough (v4), by Laurent Vivier.ths2007-12-241-0/+16
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-1/+1
* Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths2007-12-171-1/+1