summaryrefslogtreecommitdiff
path: root/block/raw-posix.c
AgeCommit message (Expand)Author
2010-12-17raw-posix: add discard supportChristoph Hellwig
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig
2010-09-08raw-posix: improve detection of scsi-generic devicesBernhard Kohl
2010-09-08raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig
2010-04-23block: split raw_getlengthChristoph Hellwig
2010-04-10raw-posix: don't assign bs->read_onlyChristoph Hellwig
2010-03-27raw-posix: Better error return values for hdev_createKevin Wolf
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2010-01-19raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson
2010-01-19raw-posix: Detect CDROM via ioctl on linuxCole Robinson
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03qemu-img: There is more than one host device driverKevin Wolf
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig
2009-08-24make pthreads mandatoryChristoph Hellwig
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16raw-posix: Handle errors in raw_createStefan Weil
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 3
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-06-29block-raw: Allow pread beyond the end of growable imagesKevin Wolf
2009-06-29support colon in filenamesRam Pai
2009-06-17Fix opening of read only raw imagesBlue Swirl
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-15raw-posix: split hdev driversChristoph Hellwig
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig
2009-06-15raw-posix: always store open flagsChristoph Hellwig