index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
raw-win32.c
Age
Commit message (
Expand
)
Author
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-10-21
block: change flush to co_flush
Paolo Bonzini
2011-08-22
w32: Fix qemu_ftruncate64
Stefan Weil
2011-08-01
block/raw-win32: Drop disabled code for removable host devices
Markus Armbruster
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-06-08
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
2011-01-31
raw-win32: Fix bdrv_flush return value
Kevin Wolf
2010-11-07
Fix win32 build
Blue Swirl
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-08-03
block: Fix bdrv_has_zero_init
Kevin Wolf
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
block: separate raw images from the file protocol
Christoph Hellwig
2010-01-26
block: kill BDRV_O_CREAT
Christoph Hellwig
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2009-06-15
block: add bdrv_probe_device method
Christoph Hellwig
2009-06-06
qemu-img: Print available options with -o ?
Kevin Wolf
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-14
Fix warning on WIN32
Anthony Liguori
2009-05-14
Move block drivers into their own directory
Anthony Liguori