aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Collecting block device statistics, by Richard W.M. Jones.ths2007-12-021-4/+46
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-3/+2
* Split block API from vl.h.pbrook2007-11-111-3/+9
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-11/+11
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-48/+48
* Parallels disk image support, by Alex Beregszaszi.ths2007-07-311-0/+1
* Use PATH_MAX for name lengths, by Sergey Vlasov.ths2007-02-111-2/+2
* Define ENOMEDIUM to match ENODEV if it isn't available.ths2007-01-261-4/+0
* Darwin build fix, by Pierre d'Herbemont.ths2007-01-181-0/+4
* path_is_absolute() fix for win32bellard2007-01-071-0/+5
* win32 block device fixes (initial patch by kazu)bellard2007-01-071-11/+28
* Escape filname printout properly, by Anthony Liguori and Julian Seward.ths2006-12-221-3/+6
* fixed handling of relative filenames with -snapshotbellard2006-08-241-1/+2
* win32 compilation fixesbellard2006-08-231-4/+11
* fixed error handlingbellard2006-08-231-1/+3
* better support of host drivesbellard2006-08-191-59/+159
* fixed aio emulationbellard2006-08-071-8/+7
* Dynamically allocate AIO Completion Blocks.pbrook2006-08-071-130/+107
* qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectorsbellard2006-08-061-7/+5
* multiple snapshot supportbellard2006-08-051-8/+136
* async file I/O APIbellard2006-08-011-316/+569
* Windows sparse file support (Frediano Ziglio)bellard2006-06-261-0/+46
* Disk cache flush support.pbrook2006-06-041-0/+15
* Solaris port (Ben Taylor)bellard2006-04-251-1/+19
* qcow_make_empty() support (Johannes Schindelin)bellard2005-12-181-3/+13
* update boot sector when using -kernel (Magnus Damm)bellard2005-11-261-0/+3
* OS X: support for the built in CD-ROM drive (Mike Kronenberg)bellard2005-10-301-1/+107