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
...
*
qcow2: Properly initialise QcowL2Meta
Kevin Wolf
2011-09-06
1
-2
/
+3
*
linux aio: some comments
Frediano Ziglio
2011-09-06
1
-0
/
+4
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
4
-10
/
+10
*
qcow2: remove unused qcow2_create_refcount_update function
Frediano Ziglio
2011-08-25
2
-20
/
+0
*
qcow2: use always stderr for debugging
Frediano Ziglio
2011-08-25
2
-3
/
+3
*
sheepdog: use coroutines
MORITA Kazutaka
2011-08-24
1
-57
/
+93
*
qcow2: remove memory leak
Frediano Ziglio
2011-08-23
1
-0
/
+2
*
qcow2: Removed QCowAIOCB entirely
Frediano Ziglio
2011-08-23
1
-127
/
+80
*
qcow2: reindent and use while before the big jump
Frediano Ziglio
2011-08-23
1
-137
/
+135
*
qcow2: remove common from QCowAIOCB
Frediano Ziglio
2011-08-23
1
-4
/
+4
*
qcow2: remove cluster_offset from QCowAIOCB
Frediano Ziglio
2011-08-23
1
-11
/
+11
*
qcow2: remove l2meta from QCowAIOCB
Frediano Ziglio
2011-08-23
1
-7
/
+8
*
qcow2: removed cur_nr_sectors field in QCowAIOCB
Frediano Ziglio
2011-08-23
1
-55
/
+43
*
qcow2: Removed unused AIOCB fields
Frediano Ziglio
2011-08-23
1
-7
/
+3
*
qcow: remove old #undefined code
Frediano Ziglio
2011-08-23
1
-63
/
+0
*
qcow: Remove QCowAIOCB
Frediano Ziglio
2011-08-23
1
-168
/
+123
*
qcow: move some blocks of code to avoid useless variable initialization
Frediano Ziglio
2011-08-23
1
-27
/
+26
*
qcow: QCowAIOCB field cleanup
Frediano Ziglio
2011-08-23
1
-72
/
+65
*
qcow/qcow2: Allocate QCowAIOCB structure using stack
Frediano Ziglio
2011-08-23
2
-63
/
+27
*
block/curl: Handle failed reads gracefully.
Nicholas Thomas
2011-08-23
1
-1
/
+19
*
qcow: initialize coroutine mutex
Scott Wood
2011-08-23
1
-0
/
+2
*
qcow2: fix typo in documentation for qcow2_get_cluster_offset()
Devin Nakamura
2011-08-23
1
-2
/
+2
*
qcow2: Fix DEBUG_* compilation
Philipp Hahn
2011-08-23
2
-4
/
+17
*
w32: Fix qemu_ftruncate64
Stefan Weil
2011-08-22
1
-2
/
+6
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
25
-205
/
+205
*
qcow2: Fix L1 table size after bdrv_snapshot_goto
Kevin Wolf
2011-08-05
1
-5
/
+11
*
async: Remove AsyncContext
Kevin Wolf
2011-08-02
2
-18
/
+0
*
qcow: Use coroutines
Kevin Wolf
2011-08-02
1
-118
/
+62
*
qcow2: Use coroutines
Kevin Wolf
2011-08-02
3
-169
/
+102
*
raw-posix: Always check paio_init result
Frediano Ziglio
2011-08-01
1
-6
/
+5
*
raw-posix: Typo fix
Frediano Ziglio
2011-08-01
1
-1
/
+1
*
block/vpc.c: Detect too-large vpc file
Serge E. Hallyn
2011-08-01
1
-1
/
+7
*
block: Make BlockDriver method bdrv_eject() return void
Markus Armbruster
2011-08-01
2
-13
/
+7
*
block: Make BlockDriver method bdrv_set_locked() return void
Markus Armbruster
2011-08-01
2
-9
/
+4
*
block/raw-win32: Drop disabled code for removable host devices
Markus Armbruster
2011-08-01
1
-35
/
+0
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-1
/
+1
*
qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm
Kevin Wolf
2011-07-19
3
-11
/
+41
*
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-07-19
3
-0
/
+74
*
VMDK: fix coding style
Fam Zheng
2011-07-19
1
-30
/
+46
*
VMDK: create different subformats
Fam Zheng
2011-07-19
1
-229
/
+274
*
VMDK: open/read/write for monolithicFlat image
Fam Zheng
2011-07-19
1
-13
/
+158
*
VMDK: change get_cluster_offset return type
Fam Zheng
2011-07-19
1
-37
/
+42
*
VMDK: move 'static' cid_update flag to bs field
Fam Zheng
2011-07-19
1
-3
/
+3
*
VMDK: flush multiple extents
Fam Zheng
2011-07-19
1
-1
/
+11
*
VMDK: add field BDRVVmdkState.desc_offset
Fam Zheng
2011-07-19
1
-9
/
+18
*
VMDK: separate vmdk_open by format version
Fam Zheng
2011-07-19
1
-66
/
+112
*
VMDK: probe for monolithicFlat images
Fam Zheng
2011-07-19
1
-2
/
+43
*
VMDK: bugfix, align offset to cluster in get_whole_cluster
Fam Zheng
2011-07-19
1
-3
/
+5
*
VMDK: introduce VmdkExtent
Fam Zheng
2011-07-19
1
-102
/
+246
*
sheepdog: add full data preallocation support
MORITA Kazutaka
2011-07-18
1
-3
/
+68
[prev]
[next]