summaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-2/+0
* | block/raw-posix: get right partition sizeChristoph Egger2011-06-081-0/+32
* | block/raw-posix: use a character device if a block device is givenChristoph Egger2011-06-081-0/+43
* | block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-081-1/+1
|/
* raw-posix: add discard supportChristoph Hellwig2010-12-171-0/+45
* raw-posix: raw_pwrite comment fixupChristoph Hellwig2010-11-261-1/+1
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-6/+6
* raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig2010-09-211-33/+46
* raw-posix: improve detection of scsi-generic devicesBernhard Kohl2010-09-081-2/+8
* raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf2010-09-081-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
OpenPOWER on IntegriCloud