Sign in
qemu-android
/
qemu-android
/
f40d55081667a716312b9a8b6e13835c4074f56b
/
block
bb45ded
VMDK: bugfix, opening vSphere 4 exported image
by Fam Zheng
· 14 years ago
f16f509
VMDK: bugfix, open Haiku vmdk image
by Fam Zheng
· 14 years ago
6c031aa
VMDK: creating streamOptimized subformat
by Fam Zheng
· 14 years ago
2b2c8c5
VMDK: read/write compressed extent
by Fam Zheng
· 14 years ago
432bb17
VMDK: Opening compressed extent.
by Fam Zheng
· 14 years ago
dd3f6ee
VMDK: separate vmdk_read_extent/vmdk_write_extent
by Fam Zheng
· 14 years ago
86c6b42
VMDK: add twoGbMaxExtentSparse support
by Fam Zheng
· 14 years ago
6398de5
VMDK: enable twoGbMaxExtentFlat
by Fam Zheng
· 14 years ago
be32f75
block/raw: Fix to forward method bdrv_media_changed()
by Markus Armbruster
· 14 years ago
0fa9131
qcow2: Fix error cases to run depedent requests
by Kevin Wolf
· 14 years ago
8e217d5
qcow2: Properly initialise QcowL2Meta
by Kevin Wolf
· 14 years ago
c30e624
linux aio: some comments
by Frediano Ziglio
· 14 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 14 years ago
2f4b759
qcow2: remove unused qcow2_create_refcount_update function
by Frediano Ziglio
· 14 years ago
35ee5e3
qcow2: use always stderr for debugging
by Frediano Ziglio
· 14 years ago
2df4624
sheepdog: use coroutines
by MORITA Kazutaka
· 14 years ago
ab0997e
qcow2: remove memory leak
by Frediano Ziglio
· 14 years ago
3fc48d0
qcow2: Removed QCowAIOCB entirely
by Frediano Ziglio
· 14 years ago
5ebaa27
qcow2: reindent and use while before the big jump
by Frediano Ziglio
· 14 years ago
e78c69b
qcow2: remove common from QCowAIOCB
by Frediano Ziglio
· 14 years ago
c2bdd99
qcow2: remove cluster_offset from QCowAIOCB
by Frediano Ziglio
· 14 years ago
c227140
qcow2: remove l2meta from QCowAIOCB
by Frediano Ziglio
· 14 years ago
faf575c
qcow2: removed cur_nr_sectors field in QCowAIOCB
by Frediano Ziglio
· 14 years ago
4617310
qcow2: Removed unused AIOCB fields
by Frediano Ziglio
· 14 years ago
122bbd1
qcow: remove old #undefined code
by Frediano Ziglio
· 14 years ago
27deebe
qcow: Remove QCowAIOCB
by Frediano Ziglio
· 14 years ago
43ca85b
qcow: move some blocks of code to avoid useless variable initialization
by Frediano Ziglio
· 14 years ago
430bbaa
qcow: QCowAIOCB field cleanup
by Frediano Ziglio
· 14 years ago
f5cd817
qcow/qcow2: Allocate QCowAIOCB structure using stack
by Frediano Ziglio
· 14 years ago
f785a5a
block/curl: Handle failed reads gracefully.
by Nicholas Thomas
· 14 years ago
de33b1f
qcow: initialize coroutine mutex
by Scott Wood
· 14 years ago
d57237f
qcow2: fix typo in documentation for qcow2_get_cluster_offset()
by Devin Nakamura
· 14 years ago
6cbc303
qcow2: Fix DEBUG_* compilation
by Philipp Hahn
· 14 years ago
2c993ec
w32: Fix qemu_ftruncate64
by Stefan Weil
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
35d7ace
qcow2: Fix L1 table size after bdrv_snapshot_goto
by Kevin Wolf
· 14 years ago
384acbf
async: Remove AsyncContext
by Kevin Wolf
· 14 years ago
52b8eb6
qcow: Use coroutines
by Kevin Wolf
· 14 years ago
68d100e
qcow2: Use coroutines
by Kevin Wolf
· 14 years ago
f6e8ffc
raw-posix: Always check paio_init result
by Frediano Ziglio
· 14 years ago
c1ee7d5
raw-posix: Typo fix
by Frediano Ziglio
· 14 years ago
efc8243
block/vpc.c: Detect too-large vpc file
by Serge E. Hallyn
· 14 years ago
822e1cd
block: Make BlockDriver method bdrv_eject() return void
by Markus Armbruster
· 14 years ago
7bf37fe
block: Make BlockDriver method bdrv_set_locked() return void
by Markus Armbruster
· 14 years ago
02266d5
block/raw-win32: Drop disabled code for removable host devices
by Markus Armbruster
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
93913df
qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm
by Kevin Wolf
· 14 years ago
4a1d5e1
block: add bdrv_get_allocated_file_size() operation
by Fam Zheng
· 14 years ago
ae261c8
VMDK: fix coding style
by Fam Zheng
· 14 years ago
f66fd6c
VMDK: create different subformats
by Fam Zheng
· 14 years ago
7fa60fa
VMDK: open/read/write for monolithicFlat image
by Fam Zheng
· 14 years ago
91b85bd
VMDK: change get_cluster_offset return type
by Fam Zheng
· 14 years ago
69b4d86
VMDK: move 'static' cid_update flag to bs field
by Fam Zheng
· 14 years ago
333c574
VMDK: flush multiple extents
by Fam Zheng
· 14 years ago
e1da9b2
VMDK: add field BDRVVmdkState.desc_offset
by Fam Zheng
· 14 years ago
b4b3ab1
VMDK: separate vmdk_open by format version
by Fam Zheng
· 14 years ago
01fc99d
VMDK: probe for monolithicFlat images
by Fam Zheng
· 14 years ago
0e69c54
VMDK: bugfix, align offset to cluster in get_whole_cluster
by Fam Zheng
· 14 years ago
b3976d3
VMDK: introduce VmdkExtent
by Fam Zheng
· 14 years ago
a8e0fdd
sheepdog: add full data preallocation support
by MORITA Kazutaka
· 14 years ago
343f856
block/raw-posix: Linux compat-ioctl warning workaround
by Johannes Stezenbach
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
db78ef5
sheepdog: qemu_bh_new() can't return null pointer, drop check
by Markus Armbruster
· 14 years ago
9e2a370
qcow2: Fix in-flight list after qcow2_cache_put failure
by Kevin Wolf
· 14 years ago
e67a64a
vdi: Avoid direct AIO callback
by Kevin Wolf
· 14 years ago
b11a24d
qcow: Avoid direct AIO callback
by Kevin Wolf
· 14 years ago
42496d6
qcow2: Avoid direct AIO callback
by Kevin Wolf
· 14 years ago
7bf4162
block/rbd: Remove unused local variable
by Stefan Weil
· 14 years ago
13748cf
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 14 years ago
99cce9f
qemu-img create: Fix displayed default cluster size
by Kevin Wolf
· 14 years ago
80fa334
qcow2: Fix memory leaks in error cases
by Kevin Wolf
· 14 years ago
30cdc48
rbd: Add bdrv_truncate implementation
by Josh Durgin
· 14 years ago
51a1352
rbd: check return values when scheduling aio
by Josh Durgin
· 14 years ago
fab5cf5
rbd: allow configuration of rados from the rbd filename
by Josh Durgin
· 14 years ago
ad32e9c
rbd: use the higher level librbd instead of just librados
by Josh Durgin
· 14 years ago
d1f6fd8
block/raw-posix: get right partition size
by Christoph Egger
· 14 years ago
1de1ae0
block/raw-posix: use a character device if a block device is given
by Christoph Egger
· 14 years ago
16372ff
vmdk: fix endianness bugs
by Alexander Graf
· 14 years ago
a659979
block: clarify the meaning of BDRV_O_NOCACHE
by Christoph Hellwig
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
77a5a00
qed: support for growing images
by Stefan Hajnoczi
· 14 years ago
6f321e9
qed: Periodically flush and clear need check bit
by Stefan Hajnoczi
· 14 years ago
a1c7273
Fix typos in comments and code (occured -> occurred and related)
by Stefan Weil
· 14 years ago
ebabb67
Fix typo in code and comments
by Stefan Weil
· 14 years ago
d2d979c
NBD: Avoid leaking a couple of strings when the NBD device is closed
by Nick Thomas
· 14 years ago
19dfc44
qed: Fix consistency check on 32-bit hosts
by Stefan Hajnoczi
· 14 years ago
2d56a54
vpc.c: Use get_option_parameter() does the search
by Mitnick Lyu
· 14 years ago
21df65b
qed: Add support for zero clusters
by Anthony Liguori
· 14 years ago
33897dc
NBD device: Separate out parsing configuration and opening sockets.
by Nick Thomas
· 14 years ago
4ff9786
Fix trivial "endianness bugs"
by Stefan Weil
· 14 years ago
8cffde7
get rid of private bitmap functions in block/sheepdog.c, use generic ones
by Michael Tokarev
· 14 years ago
5614c18
block/qcow: Don't ignore immediate read/write and other failures
by Stefan Weil
· 14 years ago
40a892b
block/vdi: Don't ignore immediate read/write failures
by Stefan Weil
· 14 years ago
16fde5f
qcow2: Fix order in L2 table COW
by Kevin Wolf
· 14 years ago
10b758e
qed: Report error for unsupported features
by Kevin Wolf
· 14 years ago
e8cdcec
qcow2: Report error for version > 2
by Kevin Wolf
· 14 years ago
8af3648
qcow2: Fix error handling for reading compressed clusters
by Kevin Wolf
· 14 years ago
3ab4c7e
qcow2: Fix error handling for immediate backing file read failure
by Kevin Wolf
· 14 years ago
e0d9c6f
QCOW2: bug fix - read base image beyond its size
by Chunqiang Tang
· 14 years ago
4f3669e
block/vdi: Fix wrong size in conditionally used memset, memcmp
by Stefan Weil
· 14 years ago
Next »