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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block: Fail requests to empty BlockBackend
Max Reitz
2015-10-23
1
-1
/
+54
*
block: Make some BB functions fall back to BBRS
Max Reitz
2015-10-23
1
-4
/
+24
*
block: Add BlockBackendRootState
Max Reitz
2015-10-23
1
-0
/
+40
*
block/throttle-groups: Make incref/decref public
Max Reitz
2015-10-23
1
-8
/
+11
*
block: Move I/O status and error actions into BB
Max Reitz
2015-10-23
6
-19
/
+141
*
block: Move BlockAcctStats into BlockBackend
Max Reitz
2015-10-23
3
-12
/
+23
*
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
2015-10-23
3
-11
/
+5
*
block: Move guest_block_size into BlockBackend
Max Reitz
2015-10-23
1
-2
/
+5
*
block: Fix BB AIOCB AioContext without BDS
Max Reitz
2015-10-23
1
-1
/
+16
*
block/raw_bsd: Drop raw_is_inserted()
Max Reitz
2015-10-23
1
-6
/
+0
*
block: Add blk_is_available()
Max Reitz
2015-10-23
1
-1
/
+6
*
block: Make bdrv_is_inserted() return a bool
Max Reitz
2015-10-23
3
-7
/
+5
*
block: Remove host floppy support
Max Reitz
2015-10-23
1
-217
/
+5
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
3
-3
/
+3
*
blkdebug: Don't confuse image as backing file
Fam Zheng
2015-10-16
1
-1
/
+1
*
qcow2: Remove forward declaration of QCowAIOCB
Kevin Wolf
2015-10-16
1
-2
/
+0
*
raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailable
Stefan Hajnoczi
2015-10-16
1
-1
/
+10
*
blkverify: Fix BDS leak in .bdrv_open error path
Kevin Wolf
2015-10-16
1
-0
/
+3
*
block: Remove bdrv_swap()
Kevin Wolf
2015-10-16
2
-14
/
+0
*
block: Add and use bdrv_replace_in_backing_chain()
Kevin Wolf
2015-10-16
1
-16
/
+7
*
blockjob: Store device name at job creation
Kevin Wolf
2015-10-16
1
-2
/
+1
*
block-backend: Add blk_set_bs()
Kevin Wolf
2015-10-16
1
-0
/
+17
*
block/io: Make bdrv_requests_pending() public
Kevin Wolf
2015-10-16
1
-1
/
+1
*
block: Manage backing file references in bdrv_set_backing_hd()
Kevin Wolf
2015-10-16
3
-34
/
+18
*
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
10
-49
/
+50
*
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
23
-308
/
+340
*
quorum: Convert to BdrvChild
Kevin Wolf
2015-10-16
1
-31
/
+34
*
blkverify: Convert s->test_file to BdrvChild
Kevin Wolf
2015-10-16
1
-20
/
+21
*
vmdk: Use BdrvChild instead of BDS for references to extents
Kevin Wolf
2015-10-16
1
-48
/
+51
*
block: switch from g_slice allocator to malloc
Paolo Bonzini
2015-10-12
4
-10
/
+10
*
block/ssh: remove dead code
Paolo Bonzini
2015-10-08
1
-4
/
+1
*
block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...
Richard W.M. Jones
2015-10-02
1
-1
/
+1
*
raw-win32: Fix write request error handling
Kevin Wolf
2015-10-02
1
-2
/
+2
*
block: mirror - fix full sync mode when target does not support zero init
Jeff Cody
2015-10-01
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-25
1
-34
/
+37
|
\
|
*
nbd: convert to use the QAPI SocketAddress object
Daniel P. Berrange
2015-09-25
1
-34
/
+37
*
|
sheepdog: refine discard support
Hitoshi Mitake
2015-09-25
1
-9
/
+20
*
|
sheepdog: use per AIOCB dirty indexes for non overlapping requests
Hitoshi Mitake
2015-09-25
1
-28
/
+35
*
|
Backup: don't do copy-on-read in before_write_notifier
Wen Congyang
2015-09-25
1
-6
/
+14
*
|
block: Introduce a new API bdrv_co_no_copy_on_readv()
Wen Congyang
2015-09-25
1
-1
/
+11
*
|
sheepdog: add reopen support
Liu Yuan
2015-09-25
1
-0
/
+76
*
|
block/nfs: cache allocated filesize for read-only files
Peter Lieven
2015-09-25
1
-0
/
+36
*
|
block/nfs: fix calculation of allocated file size
Peter Lieven
2015-09-25
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-09-14
17
-289
/
+455
|
\
|
*
qcow2: Make qcow2_alloc_bytes() more explicit
Max Reitz
2015-09-14
1
-0
/
+6
|
*
vmdk: Fix next_cluster_sector for compressed write
Radoslav Gerganov
2015-09-14
1
-2
/
+6
|
*
qcow2: Make size_to_clusters() return uint64_t
Max Reitz
2015-09-14
3
-17
/
+29
|
*
qcow2: Support updating driver-specific options in reopen
Kevin Wolf
2015-09-14
1
-9
/
+72
|
*
qcow2: Make qcow2_update_options() suitable for transactions
Kevin Wolf
2015-09-14
1
-40
/
+73
|
*
qcow2: Fix memory leak in qcow2_update_options() error path
Kevin Wolf
2015-09-14
1
-2
/
+10
[prev]
[next]