aboutsummaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf1-1/+5
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig1-5/+1
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-1/+1
2010-01-19raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson1-2/+19
2010-01-19raw-posix: Detect CDROM via ioctl on linuxCole Robinson1-2/+18
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1
2009-12-03qemu-img: There is more than one host device driverKevin Wolf1-0/+4
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-8/+8
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf1-6/+4
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf1-0/+4
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf1-6/+10
2009-09-11block: add aio_flush operationChristoph Hellwig1-0/+17
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig1-1/+1
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil1-1/+7
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig1-5/+25
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig1-236/+39
2009-08-24make pthreads mandatoryChristoph Hellwig1-27/+1
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-2/+2
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-0/+1
2009-07-16raw-posix: Handle errors in raw_createStefan Weil1-5/+12
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 31-0/+4
2009-07-09Revert "support colon in filenames"Anthony Liguori1-1/+0
2009-06-29block-raw: Allow pread beyond the end of growable imagesKevin Wolf1-0/+11
2009-06-29support colon in filenamesRam Pai1-0/+1
2009-06-17Fix opening of read only raw imagesBlue Swirl1-16/+15
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity1-0/+1
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity1-1/+1
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig1-34/+8
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig1-0/+47
2009-06-15raw-posix: split hdev driversChristoph Hellwig1-260/+304
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig1-29/+19
2009-06-15raw-posix: always store open flagsChristoph Hellwig1-26/+21
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-1/+5
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-40/+41
2009-05-27raw-posix: fix hdev_createChristoph Hellwig1-10/+1
2009-05-27fix raw_pread_aligned return valueChristoph Hellwig1-1/+1
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-10/+27
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+1438