aboutsummaryrefslogtreecommitdiff
path: root/block/raw-posix.c
AgeCommit message (Expand)Author
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-08-15block: Prevent detection of /dev/fdset/ as floppyCorey Bryant
2012-06-24raw-posix: Fix build without is_allocated supportKevin Wolf
2012-06-15block: implement is_allocated for rawPaolo Bonzini
2012-05-01raw-posix: Do not use CONFIG_COCOA macroPavel Borzenkov
2012-02-22block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino
2011-12-02fix spelling in block sub directoryDong Xu Wang
2011-10-21block: change discard to co_discardPaolo Bonzini
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2011-10-14raw-posix: remove bdrv_read()/bdrv_write()Stefan Hajnoczi
2011-10-11block: allow resizing of images residing on host devicesChristoph Hellwig
2011-09-19raw-posix: Fix bdrv_flush error return valuesKevin Wolf
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster
2011-09-06linux aio: some commentsFrediano Ziglio
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio
2011-08-01raw-posix: Typo fixFrediano Ziglio
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-05block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach
2011-06-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-06-08block/raw-posix: get right partition sizeChristoph Egger
2011-06-08block/raw-posix: use a character device if a block device is givenChristoph Egger
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
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