index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
qed: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
2
-3
/
+10
|
*
|
qcow2: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
5
-32
/
+130
|
*
|
qcow1: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-7
/
+26
|
*
|
parallels: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+5
|
*
|
nfs: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+5
|
*
|
iscsi: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+4
|
*
|
dmg: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-6
/
+13
|
*
|
curl: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+7
|
*
|
cloop: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-3
/
+20
|
*
|
bochs: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+5
|
*
|
block: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-7
/
+27
|
*
|
block: Introduce qemu_try_blockalign()
Kevin Wolf
2014-08-15
5
-8
/
+32
|
*
|
block: iotest - update 084 to test static VDI image creation
Jeff Cody
2014-08-15
2
-2
/
+28
|
*
|
block: vpc - use block layer ops in vpc_create, instead of posix calls
Jeff Cody
2014-08-15
1
-63
/
+43
|
*
|
block: use the standard 'ret' instead of 'result'
Jeff Cody
2014-08-15
1
-18
/
+18
|
*
|
block: vdi - use block layer ops in vdi_create, instead of posix calls
Jeff Cody
2014-08-15
1
-46
/
+29
|
*
|
block: allow bdrv_unref() to be passed NULL pointers
Jeff Cody
2014-08-15
1
-0
/
+3
|
*
|
test-coroutine: add baseline test that times the cost of function calls
Paolo Bonzini
2014-08-15
1
-0
/
+24
|
*
|
block: VHDX endian fixes
Jeff Cody
2014-08-15
4
-56
/
+88
|
*
|
block: vhdx - add error check
Jeff Cody
2014-08-15
1
-0
/
+5
|
*
|
thread-pool: avoid deadlock in nested aio_poll() calls
Stefan Hajnoczi
2014-08-15
1
-0
/
+6
|
*
|
thread-pool: avoid per-thread-pool EventNotifier
Stefan Hajnoczi
2014-08-15
1
-13
/
+8
|
*
|
block: bump coroutine pool size for drives
Stefan Hajnoczi
2014-08-15
1
-0
/
+6
|
*
|
coroutine: make pool size dynamic
Stefan Hajnoczi
2014-08-15
2
-3
/
+34
|
*
|
qemu-iotests: add support for Archipelago protocol
Chrysostomos Nanakos
2014-08-15
2
-1
/
+14
|
*
|
QMP: Add support for Archipelago
Chrysostomos Nanakos
2014-08-15
1
-1
/
+34
|
*
|
block/archipelago: Add support for creating images
Chrysostomos Nanakos
2014-08-15
1
-0
/
+146
|
*
|
block/archipelago: Implement bdrv_parse_filename()
Chrysostomos Nanakos
2014-08-15
1
-2
/
+138
|
*
|
block: Support Archipelago as a QEMU block backend
Chrysostomos Nanakos
2014-08-15
4
-0
/
+835
|
*
|
qemu-img info: show nocow info
Chunyan Liu
2014-08-15
2
-1
/
+30
|
*
|
vmdk: Optimize cluster allocation
Fam Zheng
2014-08-15
1
-82
/
+140
|
*
|
qemu-iotests: Add data pattern in version3 VMDK sample image in 059
Fam Zheng
2014-08-15
3
-1
/
+205
|
*
|
qdev-monitor: include QOM properties in -device FOO, help output
Stefan Hajnoczi
2014-08-15
1
-23
/
+17
|
*
|
qmp: hide "hotplugged" device property from device-list-properties
Stefan Hajnoczi
2014-08-15
1
-0
/
+1
|
*
|
docs/multiple-iothreads.txt: add documentation on IOThread programming
Stefan Hajnoczi
2014-08-15
1
-0
/
+134
|
*
|
xen_disk: fix possible null-ptr dereference
Gonglei (Arei)
2014-08-15
1
-0
/
+1
|
*
|
configure: explicitly state version requirements to devel packages
Hu Tao
2014-08-15
1
-5
/
+7
|
*
|
docs: Make the recommendation for the backing file name position a requirement
Maria Kustova
2014-08-15
1
-6
/
+6
|
*
|
block: Avoid bdrv_get_geometry() where errors should be detected
Markus Armbruster
2014-08-15
3
-21
/
+68
|
*
|
qemu-img: Make img_convert() get image size just once per image
Markus Armbruster
2014-08-15
1
-16
/
+16
|
*
|
block: Drop superfluous aligning of bdrv_getlength()'s value
Markus Armbruster
2014-08-15
2
-2
/
+0
|
*
|
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
2014-08-15
4
-11
/
+8
|
*
|
block: Use bdrv_nb_sectors() in img_convert()
Markus Armbruster
2014-08-15
1
-4
/
+4
|
*
|
block: Use bdrv_nb_sectors() in bdrv_co_get_block_status()
Markus Armbruster
2014-08-15
1
-8
/
+8
|
*
|
block: Use bdrv_nb_sectors() in bdrv_aligned_preadv()
Markus Armbruster
2014-08-15
1
-5
/
+4
|
*
|
block: Use bdrv_nb_sectors() in bdrv_make_zero()
Markus Armbruster
2014-08-15
1
-7
/
+5
|
*
|
block: New bdrv_nb_sectors()
Markus Armbruster
2014-08-15
2
-10
/
+20
*
|
|
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-09' in...
Peter Maydell
2014-08-15
14
-49
/
+137
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
build-sys: Move qapi-{types, visit, event}.o into util-obj-y
Fam Zheng
2014-08-08
3
-10
/
+4
|
*
|
po: Add Chinese translation
Fam Zheng
2014-08-08
1
-0
/
+86
[prev]
[next]