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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
18
-47
/
+37
2014-06-16
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-28
/
+34
2014-06-16
vmdk.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-60
/
+63
2014-06-16
vhdx.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2
-52
/
+48
2014-06-16
vdi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-38
/
+35
2014-06-16
ssh.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-17
/
+15
2014-06-16
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-55
/
+56
2014-06-16
rbd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-33
/
+30
2014-06-16
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-12
/
+15
2014-06-16
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-19
/
+19
2014-06-16
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-32
/
+27
2014-06-16
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2
-56
/
+61
2014-06-16
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-122
/
+139
2014-06-16
qcow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-36
/
+36
2014-06-16
nfs.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-9
/
+3
2014-06-16
iscsi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-18
/
+16
2014-06-16
gluster.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-39
/
+42
2014-06-16
cow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-28
/
+26
2014-06-16
vvfat.c: handle cross_driver's create_options and create_opts
Chunyan Liu
1
-7
/
+17
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
8
-9
/
+9
2014-06-16
block/nfs: fix potential segfault on early callback
Peter Lieven
1
-1
/
+3
2014-06-16
block: Drop superfluous conditionals around g_free()
Markus Armbruster
2
-9
/
+4
2014-06-10
vdi: remove double conversion
Paolo Bonzini
1
-1
/
+0
2014-06-06
sheepdog: reload only header in a case of live snapshot
Hitoshi Mitake
1
-3
/
+6
2014-06-06
sheepdog: fix vdi object update after live snapshot
Hitoshi Mitake
1
-17
/
+23
2014-06-06
rbd: Fix leaks in rbd_start_aio() error path
Kevin Wolf
1
-1
/
+4
2014-06-04
raw-posix: drop raw_get_aio_fd() since it is no longer used
Stefan Hajnoczi
1
-34
/
+0
2014-06-04
vmdk: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-0
/
+23
2014-06-04
ssh: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-17
/
+19
2014-06-04
sheepdog: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-38
/
+80
2014-06-04
rbd: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-2
/
+3
2014-06-04
block/raw-win32: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
3
-4
/
+46
2014-06-04
block/raw-win32: create one QEMUWin32AIOState per BDRVRawState
Stefan Hajnoczi
3
-13
/
+25
2014-06-04
block/linux-aio: fix memory and fd leak
Stefan Hajnoczi
3
-0
/
+14
2014-06-04
block/raw-posix: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
3
-2
/
+59
2014-06-04
quorum: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-12
/
+36
2014-06-04
qed: use BlockDriverState's AioContext
Stefan Hajnoczi
2
-10
/
+33
2014-06-04
nfs: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-24
/
+57
2014-06-04
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
3
-37
/
+78
2014-06-04
iscsi: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-24
/
+56
2014-06-04
gluster: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-1
/
+6
2014-06-04
curl: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-77
/
+115
2014-06-04
blkverify: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-13
/
+34
2014-06-04
blkdebug: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-1
/
+1
2014-05-30
vmdk: Fix local_err in vmdk_create
Fam Zheng
1
-4
/
+4
2014-05-30
block/raw-posix.c: Avoid nonstandard LONG_LONG_MAX
Peter Maydell
1
-1
/
+1
2014-05-30
block/sheepdog: Plug memory leak in sd_snapshot_create()
Markus Armbruster
1
-2
/
+2
2014-05-30
block/vvfat: Plug memory leak in read_directory()
Markus Armbruster
1
-1
/
+3
2014-05-30
block/vvfat: Plug memory leak in check_directory_consistency()
Markus Armbruster
1
-1
/
+1
2014-05-30
block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR
Markus Armbruster
1
-0
/
+1
[next]