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
*
cow: use bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+3
*
coroutine: add qemu_co_queue_restart_all()
Stefan Hajnoczi
2011-12-05
1
-1
/
+1
*
cow: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-4
/
+4
*
vdi: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-3
/
+3
*
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-2
/
+2
*
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
3
-11
/
+18
*
qed: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-4
/
+11
*
qcow2: Fix error path in qcow2_snapshot_load_tmp
Kevin Wolf
2011-12-05
1
-12
/
+22
*
qcow2: Fix order in qcow2_snapshot_delete
Kevin Wolf
2011-12-05
1
-15
/
+33
*
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
Kevin Wolf
2011-12-05
2
-18
/
+50
*
qcow2: Return real error in qcow2_snapshot_goto
Kevin Wolf
2011-12-05
1
-11
/
+40
*
qcow2: Rework qcow2_snapshot_create error handling
Kevin Wolf
2011-12-05
1
-14
/
+41
*
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
Kevin Wolf
2011-12-05
1
-15
/
+11
*
qcow2: Update snapshot table information at once
Kevin Wolf
2011-12-05
1
-12
/
+10
*
qcow2: Return real error code in qcow2_write_snapshots
Kevin Wolf
2011-12-05
1
-10
/
+38
*
qcow2: Return real error code in qcow2_read_snapshots
Kevin Wolf
2011-12-05
2
-7
/
+23
*
block: Add coroutine_fn marker to coroutine functions
Dong Xu Wang
2011-12-05
3
-8
/
+8
*
block: Use bdrv functions to replace file operation in cow.c
Li Zhi Hui
2011-12-05
1
-18
/
+16
*
qed: adjust the way to get nb_sectors
Zhi Yong Wu
2011-12-05
1
-3
/
+3
*
qcow2: avoid reentrant bdrv_read() in copy_sectors()
Stefan Hajnoczi
2011-12-05
1
-8
/
+19
*
qcow2: Unlock during COW
Kevin Wolf
2011-12-05
1
-69
/
+35
*
vpc: Add missing error handling in alloc_block
Kevin Wolf
2011-11-23
1
-1
/
+4
*
vdi: Fix memory leak
Kevin Wolf
2011-11-23
1
-0
/
+3
*
vvfat: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+17
*
vpc: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+13
*
vmdk: Add migration blocker
Kevin Wolf
2011-11-23
1
-1
/
+15
*
vdi: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+12
*
qcow: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+12
*
sheepdog: Avoid deadlock in error path
Dong Xu Wang
2011-11-22
1
-0
/
+2
*
Include zlib.h using #include <>
Stefan Weil
2011-11-21
1
-1
/
+1
*
qed: add migration blocker (v2)
Anthony Liguori
2011-11-21
2
-0
/
+12
*
qcow2: implement bdrv_invalidate_cache (v2)
Anthony Liguori
2011-11-21
2
-0
/
+36
*
block: Introduce bdrv_co_flush_to_os
Kevin Wolf
2011-11-11
1
-2
/
+8
*
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-11-11
9
-42
/
+51
*
block: Fix vpc initialization of the Dynamic Disk Header
Charles Arnold
2011-11-11
1
-1
/
+5
*
vvfat: Fix read-write mode
Kevin Wolf
2011-11-11
1
-21
/
+23
*
vvfat: reorganize computation of disk geometry
Paolo Bonzini
2011-11-04
1
-16
/
+24
*
vvfat: do not hardcode sector counts in error message
Paolo Bonzini
2011-11-04
1
-5
/
+2
*
vvfat: unify and correct computation of sector count
Paolo Bonzini
2011-11-04
1
-3
/
+3
*
vvfat: need to use first_sectors_number to distinguish fdd/hdd
Paolo Bonzini
2011-11-04
1
-2
/
+2
*
vvfat: do not fail if the disk has spare sectors
Paolo Bonzini
2011-11-04
1
-2
/
+2
*
vvfat: fix out of bounds array_get usage
Paolo Bonzini
2011-11-04
1
-0
/
+1
*
block/cloop: Use g_free instead of free
Dong Xu Wang
2011-11-04
1
-3
/
+3
*
block/cloop: Fix coding style
Dong Xu Wang
2011-11-04
1
-52
/
+63
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-31
5
-27
/
+647
|
\
|
*
block: fix qcow2_co_flush deadlock
Dong Xu Wang
2011-10-28
1
-0
/
+2
|
*
vmdk: Fix possible segfaults
Kevin Wolf
2011-10-28
1
-1
/
+6
|
*
vmdk: Improve error handling
Kevin Wolf
2011-10-28
1
-6
/
+15
|
*
vmdk: Fix use of uninitialised value
Kevin Wolf
2011-10-28
1
-1
/
+1
|
*
qcow: Fix bdrv_write_compressed error handling
Kevin Wolf
2011-10-28
1
-11
/
+19
[next]