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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
target/m68k: implement ftentox
Laurent Vivier
5
-0
/
+163
2018-03-09
target/m68k: implement ftwotox
Laurent Vivier
6
-0
/
+244
2018-03-09
target/m68k: implement fetox
Laurent Vivier
6
-0
/
+327
2018-03-09
target/m68k: implement flog2
Laurent Vivier
5
-0
/
+77
2018-03-09
target/m68k: implement flog10
Laurent Vivier
5
-0
/
+67
2018-03-09
target/m68k: implement flogn
Laurent Vivier
5
-0
/
+178
2018-03-09
target/m68k: implement flognp1
Laurent Vivier
6
-0
/
+380
2018-03-09
qemu-iotests: fix 203 migration completion race
Stefan Hajnoczi
2
-4
/
+16
2018-03-09
iotests: Tweak 030 in order to trigger a race condition with parallel jobs
Alberto Garcia
2
-11
/
+45
2018-03-09
iotests: Skip test for ENOMEM error
Fam Zheng
1
-3
/
+2
2018-03-09
iotests: Mark all tests executable
Eric Blake
10
-0
/
+0
2018-03-09
iotests: Test creating overlay when guest running
Fam Zheng
2
-6
/
+9
2018-03-09
softfloat: fix crash on int conversion of SNaN
Stef O'Rear
1
-0
/
+4
2018-03-09
qemu-iotests: Test ssh image creation over QMP
Kevin Wolf
3
-0
/
+337
2018-03-09
qemu-iotests: Test qcow2 over file image creation with QMP
Kevin Wolf
3
-0
/
+646
2018-03-09
block: Fail bdrv_truncate() with negative size
Kevin Wolf
1
-0
/
+5
2018-03-09
file-posix: Fix no-op bdrv_truncate() with falloc preallocation
Kevin Wolf
1
-5
/
+9
2018-03-09
ssh: Support .bdrv_co_create
Kevin Wolf
2
-36
/
+63
2018-03-09
ssh: Pass BlockdevOptionsSsh to connect_to_ssh()
Kevin Wolf
1
-13
/
+21
2018-03-09
ssh: QAPIfy host-key-check option
Kevin Wolf
2
-34
/
+117
2018-03-09
ssh: Use QAPI BlockdevOptionsSsh object
Kevin Wolf
1
-75
/
+62
2018-03-09
sheepdog: Support .bdrv_co_create
Kevin Wolf
2
-75
/
+192
2018-03-09
sheepdog: QAPIfy "redundancy" create option
Kevin Wolf
2
-27
/
+112
2018-03-09
nfs: Support .bdrv_co_create
Kevin Wolf
2
-17
/
+75
2018-03-09
nfs: Use QAPI options in nfs_client_open()
Kevin Wolf
1
-123
/
+53
2018-03-09
rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()
Kevin Wolf
1
-44
/
+10
2018-03-09
rbd: Assign s->snap/image_name in qemu_rbd_open()
Kevin Wolf
1
-9
/
+5
2018-03-09
rbd: Support .bdrv_co_create
Kevin Wolf
2
-51
/
+118
2018-03-09
rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()
Kevin Wolf
1
-60
/
+55
2018-03-09
rbd: Remove non-schema options from runtime_opts
Kevin Wolf
1
-31
/
+24
2018-03-09
rbd: Factor out qemu_rbd_connect()
Kevin Wolf
1
-40
/
+60
2018-03-09
rbd: Fix use after free in qemu_rbd_set_keypairs() error path
Kevin Wolf
1
-1
/
+2
2018-03-09
gluster: Support .bdrv_co_create
Kevin Wolf
2
-45
/
+108
2018-03-09
file-win32: Support .bdrv_co_create
Kevin Wolf
1
-9
/
+38
2018-03-09
file-posix: Support .bdrv_co_create
Kevin Wolf
2
-24
/
+75
2018-03-09
block: x-blockdev-create QMP command
Kevin Wolf
5
-2
/
+94
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
2
-1
/
+2
2018-03-09
qcow2: Use visitor for options in qcow2_create()
Kevin Wolf
3
-146
/
+84
2018-03-09
qdict: Introduce qdict_rename_keys()
Kevin Wolf
3
-0
/
+169
2018-03-09
test-qemu-opts: Test qemu_opts_to_qdict_filtered()
Kevin Wolf
1
-0
/
+125
2018-03-09
test-qemu-opts: Test qemu_opts_append()
Kevin Wolf
1
-0
/
+128
2018-03-09
util: Add qemu_opts_to_qdict_filtered()
Kevin Wolf
2
-5
/
+39
2018-03-09
qcow2: Handle full/falloc preallocation in qcow2_co_create()
Kevin Wolf
1
-9
/
+19
2018-03-09
qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()
Kevin Wolf
1
-17
/
+45
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
3
-14
/
+73
2018-03-09
qcow2: Pass BlockdevCreateOptions to qcow2_co_create()
Kevin Wolf
1
-38
/
+151
2018-03-09
qcow2: Let qcow2_create() handle protocol layer
Kevin Wolf
1
-26
/
+38
2018-03-09
qcow2: Rename qcow2_co_create2() to qcow2_co_create()
Kevin Wolf
1
-8
/
+8
2018-03-09
block/qapi: Add qcow2 create options to schema
Kevin Wolf
1
-1
/
+44
2018-03-09
block/qapi: Introduce BlockdevCreateOptions
Kevin Wolf
1
-0
/
+62
[prev]
[next]