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
MAINTAINERS: Add entry for the Renesas RX architecture
Yoshinori Sato
1
-0
/
+5
2020-03-19
hw/registerfields.h: Add 8bit and 16bit register macros
Yoshinori Sato
1
-0
/
+30
2020-03-19
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
50
-279
/
+490
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
hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
Babu Moger
2
-4
/
+4
2020-03-17
hw/i386: Update structures to save the number of nodes per package
Babu Moger
6
-20
/
+25
2020-03-17
hw/i386: Remove unnecessary initialization in x86_cpu_new
Babu Moger
1
-4
/
+0
2020-03-17
machine: Add SMP Sockets in CpuTopology
Babu Moger
4
-0
/
+5
2020-03-17
hw/i386: Consolidate topology functions
Babu Moger
3
-85
/
+75
2020-03-17
hw/i386: Introduce X86CPUTopoInfo to contain topology info
Babu Moger
5
-47
/
+81
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
41
-108
/
+144
2020-03-17
machine/memory encryption: Disable mem merge
Dr. David Alan Gilbert
1
-0
/
+8
2020-03-17
hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
Babu Moger
3
-50
/
+57
2020-03-17
i386: Add 2nd Generation AMD EPYC processors
Moger, Babu
2
-1
/
+103
2020-03-17
i386: Add missing cpu feature bits in EPYC model
Moger, Babu
1
-4
/
+13
2020-03-17
target/i386: Add new property note to versioned CPU models
Tao Xu
1
-2
/
+9
2020-03-17
target/i386: Add Denverton-v2 (no MPX) CPU model
Tao Xu
1
-0
/
+12
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
[next]