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
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount
Kevin Wolf
2013-04-05
1
-6
/
+8
*
qcow2: Return real error in qcow2_update_snapshot_refcount
Kevin Wolf
2013-04-05
1
-6
/
+5
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
2
-2
/
+2
*
qcow2: Gather clusters in a looping loop
Kevin Wolf
2013-03-28
1
-31
/
+43
*
qcow2: Move cluster gathering to a non-looping loop
Kevin Wolf
2013-03-28
1
-64
/
+70
*
qcow2: Allow requests with multiple l2metas
Kevin Wolf
2013-03-28
3
-3
/
+17
*
qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
Kevin Wolf
2013-03-28
1
-56
/
+28
*
qcow2: Prepare handle_alloc/copied() for byte granularity
Kevin Wolf
2013-03-28
1
-9
/
+16
*
qcow2: handle_copied(): Implement non-zero host_offset
Kevin Wolf
2013-03-28
1
-8
/
+20
*
qcow2: handle_copied(): Get rid of keep_clusters parameter
Kevin Wolf
2013-03-28
1
-10
/
+13
*
qcow2: handle_copied(): Get rid of nb_clusters parameter
Kevin Wolf
2013-03-28
1
-6
/
+18
*
qcow2: Factor out handle_copied()
Kevin Wolf
2013-03-28
1
-40
/
+94
*
qcow2: Clean up handle_alloc()
Kevin Wolf
2013-03-28
1
-57
/
+53
*
qcow2: Finalise interface of handle_alloc()
Kevin Wolf
2013-03-28
2
-13
/
+21
*
qcow2: handle_alloc(): Get rid of keep_clusters parameter
Kevin Wolf
2013-03-28
2
-17
/
+32
*
qcow2: handle_alloc(): Get rid of nb_clusters parameter
Kevin Wolf
2013-03-28
1
-4
/
+15
*
qcow2: Factor out handle_alloc()
Kevin Wolf
2013-03-28
1
-89
/
+151
*
qcow2: Decouple cluster allocation from cluster reuse code
Kevin Wolf
2013-03-28
1
-15
/
+20
*
qcow2: Change handle_dependency to byte granularity
Kevin Wolf
2013-03-28
2
-12
/
+39
*
qcow2: Improve check for overlapping allocations
Kevin Wolf
2013-03-28
1
-1
/
+1
*
qcow2: Handle dependencies earlier
Kevin Wolf
2013-03-28
2
-16
/
+48
*
qcow2: Remove bogus unlock of s->lock
Kevin Wolf
2013-03-28
1
-2
/
+0
*
qcow2: Fix "total clusters" number in bdrv_check
Kevin Wolf
2013-03-28
1
-1
/
+3
*
block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)
Stefan Weil
2013-03-25
1
-2
/
+4
*
rbd: fix compile error
Liu Yuan
2013-03-25
1
-1
/
+2
*
nbd: Check against invalid option combinations
Kevin Wolf
2013-03-22
1
-0
/
+14
*
nbd: Use default port if only host is specified
Kevin Wolf
2013-03-22
1
-9
/
+10
*
block: Make find_image_format safe with NULL filename
Kevin Wolf
2013-03-22
1
-3
/
+10
*
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
2013-03-22
1
-16
/
+13
*
nbd: Accept -drive options for the network connection
Kevin Wolf
2013-03-22
1
-52
/
+77
*
nbd: Keep hostname and port separate
Kevin Wolf
2013-03-22
1
-9
/
+40
*
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
14
-23
/
+35
*
qcow2: Fix segfault in qcow2_invalidate_cache
Kevin Wolf
2013-03-19
2
-2
/
+13
*
sheepdog: show error message for halt status
Liu Yuan
2013-03-19
1
-0
/
+2
*
threadpool: drop global thread pool
Stefan Hajnoczi
2013-03-15
2
-3
/
+9
*
sheepdog: set io_flush handler in do_co_req
MORITA Kazutaka
2013-03-15
1
-2
/
+11
*
sheepdog: use non-blocking fd in coroutine context
MORITA Kazutaka
2013-03-15
1
-4
/
+2
*
qcow2: make is_allocated return true for zero clusters
Paolo Bonzini
2013-03-15
2
-5
/
+4
*
qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
2013-03-15
1
-4
/
+0
*
qcow2: drop flush in update_cluster_refcount()
Stefan Hajnoczi
2013-03-15
1
-2
/
+0
*
qcow2: flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
2013-03-15
2
-6
/
+1
*
qcow2: set L2 cache dependency in qcow2_alloc_bytes()
Stefan Hajnoczi
2013-03-15
1
-1
/
+5
*
qcow2: flush refcount cache correctly in qcow2_write_snapshots()
Stefan Hajnoczi
2013-03-15
1
-1
/
+4
*
qcow2: flush refcount cache correctly in alloc_refcount_block()
Stefan Hajnoczi
2013-03-15
1
-2
/
+8
*
qcow2: Allow lazy refcounts to be enabled on the command line
Kevin Wolf
2013-03-15
3
-1
/
+39
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
4
-4
/
+4
*
block: Add options QDict to .bdrv_open()
Kevin Wolf
2013-03-15
12
-14
/
+14
*
iscsi: add iscsi_truncate support
Peter Lieven
2013-03-05
1
-47
/
+88
*
iscsi: retry read, write, flush and unmap on unit attention check conditions
Peter Lieven
2013-03-05
1
-88
/
+203
[next]