index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: more read-only changes, related to backing files
Naphtali Sprei
2010-02-19
1
-12
/
+71
*
Monitor: remove unneeded checks
Luiz Capitulino
2010-02-10
1
-3
/
+0
*
block: saner flags filtering in bdrv_open2
Christoph Hellwig
2010-02-10
1
-7
/
+14
*
block: BLOCK_IO_ERROR QMP event
Luiz Capitulino
2010-02-10
1
-0
/
+29
*
Count dirty blocks and expose an API to get dirty count
Liran Schour
2010-02-09
1
-2
/
+14
*
block: avoid creating too large iovecs in multiwrite_merge
Christoph Hellwig
2010-01-26
1
-0
/
+4
*
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
2010-01-26
1
-1
/
+1
*
block: clean up bdrv_open2 structure a bit
Christoph Hellwig
2010-01-26
1
-12
/
+19
*
No need anymoe for bdrv_set_read_only
Naphtali Sprei
2010-01-26
1
-7
/
+0
*
block: Return original error codes in bdrv_pread/write
Kevin Wolf
2010-01-26
1
-16
/
+18
*
Revert "block: prevent multiwrite_merge from creating too large iovecs"
Anthony Liguori
2010-01-20
1
-4
/
+0
*
block: prevent multiwrite_merge from creating too large iovecs
Christoph Hellwig
2010-01-20
1
-0
/
+4
*
block: fix cache flushing in bdrv_commit
Christoph Hellwig
2010-01-20
1
-3
/
+6
*
Disable fall-back to read-only when cannot open drive's file for read-write
Naphtali Sprei
2010-01-20
1
-6
/
+0
*
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2010-01-20
1
-14
/
+17
*
block: flush backing_hd in the right place
Christoph Hellwig
2010-01-13
1
-10
/
+7
*
block: Add bdrv_change_backing_file
Kevin Wolf
2010-01-13
1
-0
/
+20
*
block: Introduce BDRV_O_NO_BACKING
Kevin Wolf
2010-01-13
1
-2
/
+2
*
block.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2009-12-25
1
-2
/
+2
*
block: Convert bdrv_info_stats() to QObject
Luiz Capitulino
2009-12-12
1
-12
/
+72
*
block: Convert bdrv_info() to QObject
Luiz Capitulino
2009-12-12
1
-20
/
+103
*
block migration: Cleanup dirty tracking code
Jan Kiszka
2009-12-03
1
-20
/
+24
*
block migration: Rework constants API
Jan Kiszka
2009-12-03
1
-35
/
+25
*
block migration: Fix coding style and whitespaces
Jan Kiszka
2009-12-03
1
-23
/
+26
*
Expose a mechanism to trace block writes
lirans@il.ibm.com
2009-11-17
1
-1
/
+77
*
Configurable block format whitelist
Markus Armbruster
2009-11-09
1
-1
/
+37
*
Added readonly flag to -drive command
Naphtali Sprei
2009-11-09
1
-4
/
+15
*
block: Use new AsyncContext for bdrv_read/write emulation
Kevin Wolf
2009-10-27
1
-4
/
+18
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-5
/
+1
*
block: add aio_flush operation
Christoph Hellwig
2009-09-11
1
-0
/
+40
*
block: add enable_write_cache flag
Christoph Hellwig
2009-09-11
1
-0
/
+15
*
Add bdrv_aio_multiwrite
Kevin Wolf
2009-09-11
1
-0
/
+183
*
raw-posix: add Linux native AIO support
Christoph Hellwig
2009-08-27
1
-1
/
+2
*
rename HOST_BSD to CONFIG_BSD
Juan Quintela
2009-07-27
1
-2
/
+2
*
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
Christoph Hellwig
2009-07-16
1
-6
/
+8
*
block: Clean up after deleting BHs
Avi Kivity
2009-07-10
1
-0
/
+2
*
Revert "support colon in filenames"
Anthony Liguori
2009-07-09
1
-17
/
+10
*
Fix missing strnlen problems
Blue Swirl
2009-07-01
1
-1
/
+1
*
support colon in filenames
Ram Pai
2009-06-29
1
-10
/
+17
*
Prevent CD-ROM media eject while device is locked
Mark McLoughlin
2009-06-16
1
-1
/
+8
*
Call qemu_bh_delete at bdrv_aio_bh_cb.
Dor Laor
2009-06-16
1
-2
/
+2
*
block: add bdrv_probe_device method
Christoph Hellwig
2009-06-15
1
-32
/
+12
*
raw-posix: split hdev drivers
Christoph Hellwig
2009-06-15
1
-17
/
+43
*
fully split aio_pool from BlockDriver
Christoph Hellwig
2009-05-27
1
-40
/
+25
*
Drop bdrv_create2
Kevin Wolf
2009-05-27
1
-40
/
+15
*
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-22
1
-11
/
+33
*
Fix segv when passing an unknown protocol
Anthony Liguori
2009-05-22
1
-1
/
+1
*
Convert block infrastructure to use new module init functionality
Anthony Liguori
2009-05-14
1
-24
/
+11
*
Improve block range checks
Kevin Wolf
2009-05-08
1
-1
/
+6
*
implement qemu_blockalign (Stefano Stabellini)
aliguori
2009-04-22
1
-1
/
+8
[next]