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
2009-05-14
Move block drivers into their own directory
Anthony Liguori
2009-05-14
Convert block infrastructure to use new module init functionality
Anthony Liguori
2009-05-13
Include assert.h from qemu-common.h
Paul Brook
2009-04-07
more BlockDriver C99 initializers (Christoph Hellwig)
aliguori
2009-04-07
Fix find_device_type() to correctly identify floppy disk devices; (Luca Tetta...
aliguori
2009-04-05
Fix some win32 compile warnings
blueswir1
2009-03-29
Remove dead AIO code for win32
aliguori
2009-03-13
Fix regression introduced by r6824
aliguori
2009-03-12
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
aliguori
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-07
Use C99 initializers for BlockDriver methods
aurel32
2008-10-14
Expand cache= option and use write-through caching by default
aliguori
2008-09-22
Refactor AIO to allow multiple AIO implementations
aliguori
2008-09-16
block-raw is not a protocol
aliguori
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-10
Use signalfd() to work around signal/select race
aliguori
2007-12-24
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
2007-12-15
Split block-raw.c into block-raw-posix.c and block-raw-win32.c, by
ths