aboutsummaryrefslogtreecommitdiffstats
path: root/block/raw-posix.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17raw-posix: add discard supportChristoph Hellwig1-0/+45
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig1-1/+1
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-6/+6
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig1-33/+46
2010-09-08raw-posix: improve detection of scsi-generic devicesBernhard Kohl1-2/+8
2010-09-08raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf1-3/+0
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf1-4/+9
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-1/+1
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster1-11/+6
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen1-9/+11
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi1-33/+4
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-5/+5
2010-05-03block: separate raw images from the file protocolChristoph Hellwig1-5/+10
2010-04-23block: split raw_getlengthChristoph Hellwig1-23/+42
2010-04-10raw-posix: don't assign bs->read_onlyChristoph Hellwig1-1/+0
2010-03-27raw-posix: Better error return values for hdev_createKevin Wolf1-3/+3
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