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
*
qapi event: convert other BLOCK_JOB events
Wenchao Xia
2014-06-23
1
-1
/
+1
*
qapi event: convert BLOCK_IMAGE_CORRUPTED
Wenchao Xia
2014-06-23
1
-6
/
+8
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
3
-6
/
+7
*
sheepdog: fix NULL dereference in sd_create
Liu Yuan
2014-06-23
1
-0
/
+1
*
block/iscsi: drop obsolete pointers from iscsi_co_writev
Peter Lieven
2014-06-18
1
-7
/
+2
*
block/iscsi: fix init value for iTask->retries
Peter Lieven
2014-06-18
1
-1
/
+0
*
block/iscsi: bump libiscsi requirement to 1.9.0
Peter Lieven
2014-06-18
1
-67
/
+0
*
block/iscsi: use 16 byte CDBs only when necessary
Peter Lieven
2014-06-18
1
-18
/
+40
*
block/iscsi: fix potential segfault on early callback
Peter Lieven
2014-06-18
1
-1
/
+4
*
block/iscsi: handle BUSY condition
Peter Lieven
2014-06-18
1
-12
/
+43
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
18
-47
/
+37
*
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-28
/
+34
*
vmdk.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-60
/
+63
*
vhdx.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
2
-52
/
+48
*
vdi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-38
/
+35
*
ssh.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-17
/
+15
*
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-55
/
+56
*
rbd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-33
/
+30
*
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-12
/
+15
*
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-19
/
+19
*
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-32
/
+27
*
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
2
-56
/
+61
*
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-122
/
+139
*
qcow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-36
/
+36
*
nfs.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-9
/
+3
*
iscsi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-18
/
+16
*
gluster.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-39
/
+42
*
cow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-28
/
+26
*
vvfat.c: handle cross_driver's create_options and create_opts
Chunyan Liu
2014-06-16
1
-7
/
+17
*
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-06-16
8
-9
/
+9
*
block/nfs: fix potential segfault on early callback
Peter Lieven
2014-06-16
1
-1
/
+3
*
block: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-16
2
-9
/
+4
*
vdi: remove double conversion
Paolo Bonzini
2014-06-10
1
-1
/
+0
*
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
*
raw-posix: drop raw_get_aio_fd() since it is no longer used
Stefan Hajnoczi
2014-06-04
1
-34
/
+0
*
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
[next]