aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf2010-09-131-3/+0
* block: Fix bdrv_has_zero_initKevin Wolf2010-08-031-4/+9
* block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-1/+1
* raw-posix: Fix test for host CD-ROMMarkus Armbruster2010-07-061-11/+6
* Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-9/+11
* raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi2010-05-031-33/+4
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-5/+5
* block: separate raw images from the file protocolChristoph Hellwig2010-05-031-5/+10
* block: split raw_getlengthChristoph Hellwig2010-04-231-23/+42
* raw-posix: don't assign bs->read_onlyChristoph Hellwig2010-04-101-1/+0
* raw-posix: Better error return values for hdev_createKevin Wolf2010-03-271-3/+3
* block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf2010-01-261-1/+5
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-261-5/+1
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-1/+1
* raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson2010-01-191-2/+19
* raw-posix: Detect CDROM via ioctl on linuxCole Robinson2010-01-191-2/+18
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+4
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+8
* Remove aio_ctx from paio_* interfaceKevin Wolf2009-10-301-6/+4
* raw/linux-aio: Also initialize POSIX AIOKevin Wolf2009-10-271-0/+4
* block/raw: Add create_options for host_deviceKevin Wolf2009-10-051-6/+10
* block: add aio_flush operationChristoph Hellwig2009-09-111-0/+17
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-111-1/+1
* Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil2009-08-281-1/+7
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-271-5/+25
* raw-posix: refactor AIO supportChristoph Hellwig2009-08-271-236/+39
* make pthreads mandatoryChristoph Hellwig2009-08-241-27/+1
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-0/+1
* raw-posix: Handle errors in raw_createStefan Weil2009-07-161-5/+12
* Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 32009-07-091-0/+4
* Revert "support colon in filenames"Anthony Liguori2009-07-091-1/+0
* block-raw: Allow pread beyond the end of growable imagesKevin Wolf2009-06-291-0/+11
* support colon in filenamesRam Pai2009-06-291-0/+1
* Fix opening of read only raw imagesBlue Swirl2009-06-171-16/+15
* raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity2009-06-161-0/+1
* raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity2009-06-161-1/+1
* raw-posix: cleanup ioctl methodsChristoph Hellwig2009-06-151-34/+8
* block: add bdrv_probe_device methodChristoph Hellwig2009-06-151-0/+47
* raw-posix: split hdev driversChristoph Hellwig2009-06-151-260/+304
* raw-posix: add a raw_open_common helperChristoph Hellwig2009-06-151-29/+19
* raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-1/+5
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-271-40/+41
* raw-posix: fix hdev_createChristoph Hellwig2009-05-271-10/+1
* fix raw_pread_aligned return valueChristoph Hellwig2009-05-271-1/+1
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-10/+27
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+1438