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-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
7
-17
/
+38
2018-03-19
monitor: send event when command queue full
Peter Xu
1
-1
/
+17
2018-03-19
qmp: add new event "command-dropped"
Eric Blake
1
-0
/
+37
2018-03-19
monitor: separate QMP parser and dispatcher
Peter Xu
1
-23
/
+178
2018-03-19
monitor: let suspend/resume work even with QMPs
Peter Xu
2
-3
/
+45
2018-03-19
monitor: let suspend_cnt be thread safe
Peter Xu
1
-7
/
+8
2018-03-19
monitor: introduce monitor_qmp_respond()
Peter Xu
1
-17
/
+33
2018-03-19
qmp: introduce QMPCapability
Peter Xu
3
-9
/
+110
2018-03-19
monitor: allow using IO thread for parsing
Peter Xu
1
-8
/
+95
2018-03-19
monitor: let mon_list be tail queue
Peter Xu
1
-6
/
+6
2018-03-19
monitor: unify global init
Peter Xu
3
-17
/
+17
2018-03-19
monitor: move the cur_mon hack deeper for QMP
Peter Xu
1
-7
/
+10
2018-03-19
monitor: move skip_flush into monitor_data_init
Peter Xu
1
-4
/
+4
2018-03-19
qobject: let object_property_get_str() use new API
Peter Xu
1
-6
/
+3
2018-03-19
qobject: introduce qobject_get_try_str()
Peter Xu
2
-0
/
+12
2018-03-19
qobject: introduce qstring_get_try_str()
Peter Xu
2
-0
/
+11
2018-03-19
docs: update QMP documents for OOB commands
Peter Xu
2
-12
/
+82
2018-03-19
chardev: tcp: postpone TLS work until machine done
Daniel P. Berrange
1
-0
/
+10
2018-03-19
block: Deprecate "backing": ""
Max Reitz
4
-4
/
+15
2018-03-19
block: Handle null backing link
Max Reitz
4
-15
/
+32
2018-03-19
qapi: Make more of qobject_to()
Max Reitz
3
-17
/
+20
2018-03-19
qapi: Remove qobject_to_X() functions
Max Reitz
10
-60
/
+0
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
51
-227
/
+231
2018-03-19
qapi: Add qobject_to()
Max Reitz
1
-0
/
+29
2018-03-19
compiler: Add QEMU_BUILD_BUG_MSG() macro
Max Reitz
1
-3
/
+9
2018-03-19
qapi: generate a literal qobject for introspection
Marc-André Lureau
4
-48
/
+70
2018-03-19
qlit: add qobject_from_qlit()
Marc-André Lureau
3
-0
/
+67
2018-03-19
qlit: use QType instead of int
Marc-André Lureau
1
-1
/
+1
2018-03-19
qapi2texi: minor python code simplification
Marc-André Lureau
1
-4
/
+3
2018-03-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
39
-524
/
+2652
2018-03-19
iotests: Avoid realpath, for CentOS 6
Eric Blake
1
-6
/
+6
2018-03-19
block: fix iotest 146 output expectations
Jeff Cody
1
-1
/
+1
2018-03-19
iscsi: fix iSER compilation
Paolo Bonzini
1
-1
/
+1
2018-03-19
block: Fix leak of ignore_children in error path
Fam Zheng
1
-1
/
+1
2018-03-19
vvfat: Fix inherit_options flags
Fam Zheng
1
-1
/
+1
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
7
-24
/
+34
2018-03-19
vpc: Require aligned size in .bdrv_co_create
Kevin Wolf
1
-31
/
+82
2018-03-19
vpc: Support .bdrv_co_create
Kevin Wolf
2
-38
/
+147
2018-03-19
vhdx: Support .bdrv_co_create
Kevin Wolf
2
-53
/
+203
2018-03-19
vdi: Make comments consistent with other drivers
Kevin Wolf
1
-3
/
+9
2018-03-19
qed: Support .bdrv_co_create
Kevin Wolf
2
-67
/
+162
2018-03-19
qcow: Support .bdrv_co_create
Kevin Wolf
2
-67
/
+150
2018-03-19
qemu-iotests: Enable write tests for parallels
Kevin Wolf
2
-2
/
+1
2018-03-19
parallels: Support .bdrv_co_create
Kevin Wolf
2
-49
/
+168
2018-03-19
iotests: Add regression test for commit base locking
Fam Zheng
2
-0
/
+17
2018-03-19
block: Fix flags in reopen queue
Fam Zheng
1
-0
/
+8
2018-03-19
vdi: Implement .bdrv_co_create
Max Reitz
2
-6
/
+20
2018-03-19
vdi: Move file creation to vdi_co_create_opts
Max Reitz
1
-18
/
+28
2018-03-19
vdi: Pull option parsing from vdi_co_create
Max Reitz
2
-14
/
+95
2018-03-19
qemu-iotests: Test luks QMP image creation
Kevin Wolf
4
-1
/
+348
[next]