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
*
qapi: Extract qapi/block.json definitions
Benoît Canet
2014-06-06
2
-159
/
+159
*
qapi: Extract qapi/block-core.json definitions
Benoît Canet
2014-06-06
2
-1406
/
+1406
*
qapi: create two block related json modules
Benoît Canet
2014-06-06
3
-0
/
+16
*
qapi: Extract qapi/common.json definitions
Benoît Canet
2014-06-06
2
-85
/
+91
*
sheepdog: reload only header in a case of live snapshot
Hitoshi Mitake
2014-06-06
1
-3
/
+6
*
sheepdog: fix vdi object update after live snapshot
Hitoshi Mitake
2014-06-06
1
-17
/
+23
*
rbd: Fix leaks in rbd_start_aio() error path
Kevin Wolf
2014-06-06
1
-1
/
+4
*
qemu-img: Document check exit codes
Max Reitz
2014-06-04
2
-4
/
+28
*
block: fix wrong order in live block migration setup
chai wen
2014-06-04
1
-2
/
+1
*
blockdev: acquire AioContext in block_set_io_throttle
Stefan Hajnoczi
2014-06-04
1
-0
/
+6
*
throttle: add detach/attach test case
Stefan Hajnoczi
2014-06-04
1
-0
/
+24
*
throttle: add throttle_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
4
-9
/
+60
*
dataplane: Support VIRTIO_BLK_T_SCSI_CMD
Fam Zheng
2014-06-04
1
-8
/
+10
*
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
2014-06-04
2
-34
/
+44
*
virtio-blk: Allow config-wce in dataplane
Fam Zheng
2014-06-04
2
-7
/
+7
*
block: Move declaration of bdrv_get_aio_context to block.h
Fam Zheng
2014-06-04
2
-7
/
+7
*
raw-posix: drop raw_get_aio_fd() since it is no longer used
Stefan Hajnoczi
2014-06-04
2
-43
/
+0
*
dataplane: implement async flush
Stefan Hajnoczi
2014-06-04
1
-16
/
+27
*
dataplane: delete IOQueue since it is no longer used
Stefan Hajnoczi
2014-06-04
3
-175
/
+1
*
dataplane: use the QEMU block layer for I/O
Stefan Hajnoczi
2014-06-04
1
-128
/
+65
*
vmdk: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-0
/
+23
*
ssh: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
1
-17
/
+19
*
sheepdog: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-38
/
+80
*
rbd: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
1
-2
/
+3
*
block/raw-win32: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
3
-4
/
+46
*
block/raw-win32: create one QEMUWin32AIOState per BDRVRawState
Stefan Hajnoczi
2014-06-04
3
-13
/
+25
*
block/linux-aio: fix memory and fd leak
Stefan Hajnoczi
2014-06-04
3
-0
/
+14
*
block/raw-posix: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
3
-2
/
+59
*
quorum: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-12
/
+36
*
qed: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
2
-10
/
+33
*
nfs: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-24
/
+57
*
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
3
-37
/
+78
*
iscsi: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-24
/
+56
*
gluster: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
1
-1
/
+6
*
curl: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-77
/
+115
*
blkverify: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-13
/
+34
*
blkdebug: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
1
-1
/
+1
*
block: add bdrv_set_aio_context()
Stefan Hajnoczi
2014-06-04
3
-2
/
+102
*
block: acquire AioContext in bdrv_drain_all()
Stefan Hajnoczi
2014-06-04
1
-14
/
+11
*
block: acquire AioContext in bdrv_*_all()
Stefan Hajnoczi
2014-06-04
1
-1
/
+23
*
block: use BlockDriverState AioContext
Stefan Hajnoczi
2014-06-04
1
-9
/
+18
*
aio: fix qemu_bh_schedule() bh->ctx race condition
Stefan Hajnoczi
2014-06-04
1
-4
/
+10
*
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014060...
Peter Maydell
2014-06-03
3
-48
/
+392
|
\
|
*
vfio: Add guest side IOMMU support
David Gibson
2014-05-30
1
-5
/
+134
|
*
vfio: Create VFIOAddressSpace objects as needed
David Gibson
2014-05-30
1
-16
/
+41
|
*
vfio: Introduce VFIO address spaces
David Gibson
2014-05-30
1
-13
/
+38
|
*
vfio: Rework to have error paths
Alexey Kardashevskiy
2014-05-30
1
-26
/
+32
|
*
vfio: Fix 128 bit handling
Alexey Kardashevskiy
2014-05-30
1
-3
/
+6
|
*
int128: Add int128_exts64()
Alexey Kardashevskiy
2014-05-30
1
-0
/
+5
|
*
memory: Sanity check that no listeners remain on a destroyed AddressSpace
David Gibson
2014-05-30
1
-0
/
+7
[next]