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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2018-06-30
docs: mention shared state protect for OOB
Peter Xu
1
-6
/
+11
2018-06-27
trace: forbid floating point types
Stefan Hajnoczi
1
-0
/
+5
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
1
-3
/
+5
2018-06-21
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into staging
Peter Maydell
1
-8
/
+16
2018-06-15
Add functional/acceptance tests infrastructure
Cleber Rosa
1
-0
/
+192
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
1
-4
/
+7
2018-06-15
translate-all: protect TB jumps with a per-destination-TB lock
Emilio G. Cota
1
-2
/
+4
2018-06-15
translate-all: discard TB when tb_link_page returns an existing matching TB
Emilio G. Cota
1
-0
/
+3
2018-06-15
translate-all: make l1_map lockless
Emilio G. Cota
1
-2
/
+2
2018-06-15
bswap: Add new stn_*_p() and ldn_*_p() memory access functions
Peter Maydell
1
-0
/
+15
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+2
2018-06-01
memory: get rid of memory_region_init_reservation
Paolo Bonzini
1
-3
/
+2
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
1
-1
/
+10
2018-05-15
migration: update docs
Dr. David Alan Gilbert
1
-156
/
+376
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-1
/
+1
2018-04-25
migration: postcopy_blocktime documentation
Alexey Perevalov
1
-0
/
+14
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+41
2018-03-20
postcopy shared docs
Dr. David Alan Gilbert
1
-0
/
+41
2018-03-19
docs: update QMP documents for OOB commands
Peter Xu
1
-5
/
+53
2018-03-19
qapi: generate a literal qobject for introspection
Marc-André Lureau
1
-10
/
+19
2018-03-12
docs: document atomic_load_acquire and atomic_store_release
Paolo Bonzini
1
-27
/
+30
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2
-16
/
+16
2018-03-02
docs: Correct outdated information on QAPI
Markus Armbruster
1
-16
/
+9
2018-03-02
docs/devel/writing-qmp-commands: Update for modular QAPI
Markus Armbruster
1
-7
/
+7
2018-03-02
qapi: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster
1
-3
/
+3
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
1
-54
/
+48
2018-02-19
docs: document our stable process
Cornelia Huck
1
-0
/
+69
2018-02-14
migration: improve documentation of postcopy-ram
Greg Kurz
1
-2
/
+2
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-2
/
+0
2018-02-08
docs: Add docs/devel/testing.rst
Fam Zheng
1
-0
/
+486
2018-01-23
migration: Revert postcopy-blocktime commit set
Peter Maydell
1
-14
/
+0
2018-01-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+13
2018-01-15
migration: postcopy_blocktime documentation
Alexey Perevalov
1
-0
/
+14
2018-01-15
docs: Convert migration.txt to rst
Dr. David Alan Gilbert
1
-226
/
+250
2018-01-12
build-sys: add a rule to print a variable
Marc-André Lureau
1
-0
/
+13
2017-12-20
qapi-docs: fix a comment typo
Chen Hanxiao
1
-1
/
+1
2017-12-19
docs: mark nested AioContext locking as a legacy API
Stefan Hajnoczi
1
-3
/
+4
2017-10-16
docs/devel/loads-stores.rst: Document our various load and store APIs
Peter Maydell
1
-0
/
+396
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+1
2017-09-21
memory: avoid "resurrection" of dead FlatViews
Paolo Bonzini
1
-0
/
+1
2017-09-21
atomic: update documentation
Paolo Bonzini
1
-1
/
+12
2017-09-19
Makefile: Remove libqemustub.a
Paolo Bonzini
1
-9
/
+9
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-0
/
+3
2017-09-04
qapi: Update qapi-code-gen.txt examples to match current code
Markus Armbruster
1
-9
/
+38
2017-08-01
trace: add trace_event_get_state_backends()
Stefan Hajnoczi
1
-1
/
+1
2017-07-31
docs: fix broken paths to docs/devel/atomics.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-31
docs: fix broken paths to docs/devel/qapi-code-gen.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-31
docs: fix broken paths to docs/interop dir
Cleber Rosa
1
-1
/
+1
2017-07-24
qapi: Introduce a first class 'null' type
Markus Armbruster
1
-4
/
+6
2017-07-18
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
1
-505
/
+0
[next]