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
2020-03-19
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...
Peter Maydell
9
-12
/
+300
2020-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
24
-127
/
+61
2020-03-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...
Peter Maydell
42
-752
/
+907
2020-03-18
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200317' into staging
Peter Maydell
3
-241
/
+122
2020-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...
Peter Maydell
54
-701
/
+1497
2020-03-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...
Peter Maydell
6
-26
/
+26
2020-03-18
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...
Peter Maydell
29
-853
/
+863
2020-03-17
tests/docker: make "buildah bud" output similar to "docker build"
Cleber Rosa
1
-1
/
+1
2020-03-17
tests/docker: add CentOS 8 Dockerfile
Cleber Rosa
1
-0
/
+32
2020-03-17
Acceptance tests: add make targets to download images
Cleber Rosa
1
-2
/
+18
2020-03-17
Acceptance test: add "boot_linux" tests
Cleber Rosa
3
-1
/
+224
2020-03-17
Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
Cleber Rosa
1
-6
/
+19
2020-03-17
python/qemu/qmp.py: QMP debug with VM label
Oksana Vohchana
2
-2
/
+6
2020-03-17
net: Track netdevs in NetClientState rather than QemuOpt
Eric Blake
3
-29
/
+13
2020-03-17
net: Complete qapi-fication of netdev_add
Eric Blake
4
-19
/
+4
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
7
-15
/
+16
2020-03-17
qapi: Mark deprecated QMP parts with feature 'deprecated'
Markus Armbruster
6
-57
/
+115
2020-03-17
qapi: New special feature flag "deprecated"
Markus Armbruster
8
-6
/
+24
2020-03-17
qapi: Replace qmp_dispatch()'s TODO comment by an explanation
Markus Armbruster
1
-1
/
+5
2020-03-17
qapi: Simplify how qmp_dispatch() gets the request ID
Markus Armbruster
1
-11
/
+12
2020-03-17
qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
Markus Armbruster
1
-12
/
+13
2020-03-17
qapi: Inline do_qmp_dispatch() into qmp_dispatch()
Markus Armbruster
1
-49
/
+41
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
11
-14
/
+46
2020-03-17
qapi/schema: Call QAPIDoc.connect_member() in just one place
Markus Armbruster
1
-11
/
+12
2020-03-17
qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}
Markus Armbruster
1
-11
/
+11
2020-03-17
qapi/schema: Reorder classes so related ones are together
Markus Armbruster
1
-134
/
+134
2020-03-17
qapi/schema: Change _make_features() to a take feature list
Markus Armbruster
1
-8
/
+9
2020-03-17
qapi/introspect: Factor out _make_tree()
Markus Armbruster
1
-20
/
+24
2020-03-17
qapi/introspect: Rename *qlit* to reduce confusion
Markus Armbruster
1
-17
/
+18
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
7
-41
/
+39
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
17
-121
/
+242
2020-03-17
qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
Markus Armbruster
1
-4
/
+9
2020-03-17
tests/test-qmp-event: Check event is actually emitted
Markus Armbruster
1
-1
/
+6
2020-03-17
tests/test-qmp-event: Use qobject_is_equal()
Markus Armbruster
1
-65
/
+1
2020-03-17
tests/test-qmp-event: Simplify test data setup
Markus Armbruster
1
-67
/
+28
2020-03-17
tests/test-qmp-cmds: Simplify test data setup
Markus Armbruster
1
-57
/
+38
2020-03-17
tests/test-qmp-cmds: Check responses more thoroughly
Markus Armbruster
1
-6
/
+17
2020-03-17
tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
Markus Armbruster
1
-35
/
+35
2020-03-17
docs/devel/qapi-code-gen: Document 'features' introspection
Markus Armbruster
1
-15
/
+28
2020-03-17
docs/devel/qapi-code-gen: Clarify allow-oob introspection
Markus Armbruster
1
-3
/
+3
2020-03-17
qapi: Belatedly update doc comment for @wait deprecation
Markus Armbruster
1
-0
/
+1
2020-03-17
qemu-doc: Belatedly document QMP command arg & result deprecation
Markus Armbruster
1
-4
/
+44
2020-03-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
116
-767
/
+1161
2020-03-17
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2020-03-17
gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
Changbin Du
1
-1
/
+1
2020-03-17
gdbstub: do not split gdb_monitor_write payload
Damien Hedde
1
-20
/
+3
2020-03-17
gdbstub: change GDBState.last_packet to GByteArray
Damien Hedde
1
-18
/
+21
2020-03-17
tests/tcg/aarch64: add test-sve-ioctl guest-debug test
Alex Bennée
2
-2
/
+94
2020-03-17
tests/tcg/aarch64: add SVE iotcl test
Alex Bennée
2
-0
/
+74
2020-03-17
tests/tcg/aarch64: add a gdbstub testcase for SVE registers
Alex Bennée
3
-0
/
+100
[next]