index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
rbd: fix leak in qemu_rbd_open failure paths
Sage Weil
1
-15
/
+13
2011-09-12
rbd: clean up, fix style
Sage Weil
1
-9
/
+8
2011-09-12
rbd: allow client id to be specified in config string
Sage Weil
1
-8
/
+44
2011-09-12
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
2
-7
/
+7
2011-09-12
qcow2: removed unused depends_on field
Frediano Ziglio
2
-3
/
+1
2011-09-06
VMDK: bugfix, opening vSphere 4 exported image
Fam Zheng
1
-2
/
+7
2011-09-06
VMDK: bugfix, open Haiku vmdk image
Fam Zheng
1
-4
/
+11
2011-09-06
VMDK: creating streamOptimized subformat
Fam Zheng
1
-6
/
+12
2011-09-06
VMDK: read/write compressed extent
Fam Zheng
1
-11
/
+100
2011-09-06
VMDK: Opening compressed extent.
Fam Zheng
1
-0
/
+16
2011-09-06
VMDK: separate vmdk_read_extent/vmdk_write_extent
Fam Zheng
1
-9
/
+45
2011-09-06
VMDK: add twoGbMaxExtentSparse support
Fam Zheng
1
-50
/
+83
2011-09-06
VMDK: enable twoGbMaxExtentFlat
Fam Zheng
1
-1
/
+3
2011-09-06
block/raw: Fix to forward method bdrv_media_changed()
Markus Armbruster
1
-0
/
+7
2011-09-06
qcow2: Fix error cases to run depedent requests
Kevin Wolf
1
-3
/
+4
2011-09-06
qcow2: Properly initialise QcowL2Meta
Kevin Wolf
1
-2
/
+3
2011-09-06
linux aio: some comments
Frediano Ziglio
1
-0
/
+4
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
4
-10
/
+10
2011-08-25
qcow2: remove unused qcow2_create_refcount_update function
Frediano Ziglio
2
-20
/
+0
2011-08-25
qcow2: use always stderr for debugging
Frediano Ziglio
2
-3
/
+3
2011-08-24
sheepdog: use coroutines
MORITA Kazutaka
1
-57
/
+93
2011-08-23
qcow2: remove memory leak
Frediano Ziglio
1
-0
/
+2
2011-08-23
qcow2: Removed QCowAIOCB entirely
Frediano Ziglio
1
-127
/
+80
2011-08-23
qcow2: reindent and use while before the big jump
Frediano Ziglio
1
-137
/
+135
2011-08-23
qcow2: remove common from QCowAIOCB
Frediano Ziglio
1
-4
/
+4
2011-08-23
qcow2: remove cluster_offset from QCowAIOCB
Frediano Ziglio
1
-11
/
+11
2011-08-23
qcow2: remove l2meta from QCowAIOCB
Frediano Ziglio
1
-7
/
+8
2011-08-23
qcow2: removed cur_nr_sectors field in QCowAIOCB
Frediano Ziglio
1
-55
/
+43
2011-08-23
qcow2: Removed unused AIOCB fields
Frediano Ziglio
1
-7
/
+3
2011-08-23
qcow: remove old #undefined code
Frediano Ziglio
1
-63
/
+0
2011-08-23
qcow: Remove QCowAIOCB
Frediano Ziglio
1
-168
/
+123
2011-08-23
qcow: move some blocks of code to avoid useless variable initialization
Frediano Ziglio
1
-27
/
+26
2011-08-23
qcow: QCowAIOCB field cleanup
Frediano Ziglio
1
-72
/
+65
2011-08-23
qcow/qcow2: Allocate QCowAIOCB structure using stack
Frediano Ziglio
2
-63
/
+27
2011-08-23
block/curl: Handle failed reads gracefully.
Nicholas Thomas
1
-1
/
+19
2011-08-23
qcow: initialize coroutine mutex
Scott Wood
1
-0
/
+2
2011-08-23
qcow2: fix typo in documentation for qcow2_get_cluster_offset()
Devin Nakamura
1
-2
/
+2
2011-08-23
qcow2: Fix DEBUG_* compilation
Philipp Hahn
2
-4
/
+17
2011-08-22
w32: Fix qemu_ftruncate64
Stefan Weil
1
-2
/
+6
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
25
-205
/
+205
2011-08-05
qcow2: Fix L1 table size after bdrv_snapshot_goto
Kevin Wolf
1
-5
/
+11
2011-08-02
async: Remove AsyncContext
Kevin Wolf
2
-18
/
+0
2011-08-02
qcow: Use coroutines
Kevin Wolf
1
-118
/
+62
2011-08-02
qcow2: Use coroutines
Kevin Wolf
3
-169
/
+102
2011-08-01
raw-posix: Always check paio_init result
Frediano Ziglio
1
-6
/
+5
2011-08-01
raw-posix: Typo fix
Frediano Ziglio
1
-1
/
+1
2011-08-01
block/vpc.c: Detect too-large vpc file
Serge E. Hallyn
1
-1
/
+7
2011-08-01
block: Make BlockDriver method bdrv_eject() return void
Markus Armbruster
2
-13
/
+7
2011-08-01
block: Make BlockDriver method bdrv_set_locked() return void
Markus Armbruster
2
-9
/
+4
2011-08-01
block/raw-win32: Drop disabled code for removable host devices
Markus Armbruster
1
-35
/
+0
[next]