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
path:
root
/
docs
/
devel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
fuzz: Add instructions for using generic-fuzz
Alexander Bulekov
1
-0
/
+39
2020-10-20
loads-stores.rst: add footnote that clarifies GETPC usage
Emanuele Giuseppe Esposito
1
-1
/
+7
2020-10-17
build: replace ninjatool with ninja
Paolo Bonzini
1
-4
/
+2
2020-10-12
docs/devel: update instruction on how to add new unit tests
Paolo Bonzini
2
-18
/
+31
2020-10-12
docs/devel/qtest: Include libqtest API reference
Eduardo Habkost
1
-0
/
+6
2020-10-12
docs/devel/qtest: Include protocol spec in document
Eduardo Habkost
1
-2
/
+10
2020-10-12
docs: Move QTest documentation to its own document
Eduardo Habkost
3
-45
/
+61
2020-10-10
docs: repair broken references
John Snow
2
-2
/
+2
2020-10-09
hmp: Add support for coroutine command handlers
Kevin Wolf
1
-2
/
+2
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
1
-0
/
+29
2020-10-06
docs/devel/qom: Avoid long lines
Eduardo Habkost
1
-3
/
+6
2020-10-06
docs/devel/qom: Use *emphasis* for emphasis
Eduardo Habkost
1
-3
/
+3
2020-10-06
docs/devel/qom: Fix indentation of code blocks
Eduardo Habkost
1
-38
/
+38
2020-10-06
docs/devel/qom: Fix indentation of bulleted list
Eduardo Habkost
1
-3
/
+3
2020-10-05
scripts: add block-coroutine-wrapper.py
Vladimir Sementsov-Ogievskiy
2
-0
/
+55
2020-09-30
docs: Move object.h overview doc comment to qom.rst
Paolo Bonzini
1
-0
/
+373
2020-09-30
docs: Create docs/devel/qom.rst
Eduardo Habkost
2
-0
/
+6
2020-09-30
meson: clean up build_by_default
Paolo Bonzini
1
-0
/
+5
2020-09-29
docs/devel/qapi-code-gen.txt: Update to new rST backend conventions
Peter Maydell
1
-26
/
+49
2020-09-29
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
1
-0
/
+23
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
3
-89
/
+89
2020-09-17
docs/: fix some comment spelling errors
zhaolichang
4
-4
/
+4
2020-09-10
plugins: move the more involved plugins to contrib
Alex Bennée
1
-0
/
+146
2020-09-08
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-08' into ...
Peter Maydell
1
-0
/
+2
2020-09-08
docs: update build system documentation
Paolo Bonzini
1
-86
/
+11
2020-09-08
docs: suggest Meson replacements for various configure functions
Paolo Bonzini
1
-3
/
+7
2020-09-08
configure: do not look for install(1)
Paolo Bonzini
1
-4
/
+0
2020-09-08
Makefile: inline the relevant parts of rules.mak
Paolo Bonzini
1
-4
/
+0
2020-09-07
qapi: Reject section markup in definition documentation
Markus Armbruster
1
-0
/
+2
2020-09-03
qapi: enable use of g_autoptr with QAPI types
Daniel P. Berrangé
1
-0
/
+2
2020-09-01
meson: use pkg-config method to find dependencies
Paolo Bonzini
1
-13
/
+14
2020-08-21
docs: convert build system documentation to rST
Paolo Bonzini
2
-169
/
+142
2020-08-21
meson: update build-system documentation
Paolo Bonzini
1
-228
/
+240
2020-08-21
rules.mak: drop unneeded macros
Paolo Bonzini
1
-4
/
+1
2020-08-21
meson: link emulators without Makefile.target
Paolo Bonzini
2
-4
/
+4
2020-08-21
libqemuutil, qapi, trace: convert to meson
Paolo Bonzini
1
-1
/
+1
2020-08-21
meson: use coverage option
Marc-André Lureau
1
-4
/
+3
2020-08-04
docs/devel: Document decodetree no-overlap groups
Richard Henderson
1
-13
/
+20
2020-07-21
docs/fuzz: add instructions for generating a coverage report
Alexander Bulekov
1
-0
/
+19
2020-07-21
docs/fuzz: add information about useful libFuzzer flags
Alexander Bulekov
1
-0
/
+37
2020-07-21
docs/fuzz: describe building fuzzers with enable-sanitizers
Alexander Bulekov
1
-2
/
+5
2020-07-15
docs/devel: fix grammar in multi-thread-tcg
Alex Bennée
1
-1
/
+1
2020-07-13
docs/devel/fuzzing: Fix bugs in documentation
Thomas Huth
1
-3
/
+3
2020-07-11
docs/devel: add some notes on tcg-icount for developers
Alex Bennée
2
-0
/
+98
2020-07-11
docs/devel: convert and update MTTCG design document
Alex Bennée
2
-19
/
+34
2020-07-10
qapi: Smooth visitor error checking in generated code
Markus Armbruster
1
-37
/
+23
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-29
/
+22
2020-06-16
docs: Added details on TSan to testing.rst
Robert Foley
1
-0
/
+107
2020-05-11
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
1
-12
/
+27
2020-05-07
docs/devel/migration: start a debugging section
Marc-André Lureau
1
-0
/
+20
[next]