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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160209' into staging
Peter Maydell
25
-568
/
+564
2016-02-09
tcg: Introduce temp_load
Richard Henderson
1
-64
/
+52
2016-02-09
tcg: Change temp_save argument to TCGTemp
Richard Henderson
1
-9
/
+7
2016-02-09
tcg: Change temp_sync argument to TCGTemp
Richard Henderson
1
-27
/
+28
2016-02-09
tcg: Change temp_dead argument to TCGTemp
Richard Henderson
1
-25
/
+23
2016-02-09
tcg: Change reg_to_temp to TCGTemp pointer
Richard Henderson
2
-62
/
+57
2016-02-09
tcg: Remove tcg_get_arg_str_i32/64
Richard Henderson
2
-15
/
+0
2016-02-09
tcg: More use of TCGReg where appropriate
Richard Henderson
2
-15
/
+19
2016-02-09
tcg: Work around clang bug wrt enum ranges
Richard Henderson
1
-6
/
+6
2016-02-09
tcg: Tidy temporary allocation
Richard Henderson
1
-67
/
+56
2016-02-09
tcg: Change ts->mem_reg to ts->mem_base
Richard Henderson
2
-31
/
+38
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
22
-264
/
+282
2016-02-09
tcg: Remove lingering references to gen_opc_buf
Richard Henderson
4
-8
/
+4
2016-02-09
tcg: Respect highwater in tcg_out_tb_finalize
Richard Henderson
4
-10
/
+27
2016-02-08
MAINTAINERS: Add .travis.yml
Alex Bennée
1
-0
/
+6
2016-02-08
.travis.yml: reduce the test matrix a little
Alex Bennée
1
-25
/
+17
2016-02-08
.travis.yml: enable ccache for the builds
Alex Bennée
1
-0
/
+1
2016-02-08
.travis.yml: enable each of the co-routine backends
Alex Bennée
1
-1
/
+14
2016-02-08
.travis.yml: run make check for all matrix targets
Alex Bennée
1
-7
/
+10
2016-02-08
qapi: Add missing JSON files in build dependencies
Lluís Vilanova
1
-1
/
+2
2016-02-08
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
3
-9
/
+11
2016-02-08
qmp: Don't abuse stack to track qmp-output root
Eric Blake
1
-63
/
+26
2016-02-08
qmp: Fix reference-counting of qnull on empty output visit
Eric Blake
2
-7
/
+36
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
11
-53
/
+41
2016-02-08
qapi: Tighten qmp_input_end_list()
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
15
-48
/
+36
2016-02-08
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
8
-93
/
+95
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
28
-287
/
+278
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
52
-371
/
+385
2016-02-08
qom: Use typedef for Visitor
Eric Blake
5
-14
/
+13
2016-02-08
qapi: Don't cast Enum* to int*
Eric Blake
1
-2
/
+3
2016-02-08
qapi: Consolidate visitor small integer callbacks
Eric Blake
2
-101
/
+55
2016-02-08
qapi: Make all visitors supply uint64 callbacks
Eric Blake
7
-28
/
+73
2016-02-08
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
8
-33
/
+43
2016-02-08
qapi-visit: Kill unused visit_end_union()
Eric Blake
4
-14
/
+1
2016-02-08
qapi: Track all failures between visit_start/stop
Eric Blake
1
-6
/
+12
2016-02-08
qapi: Improve generated event use of qapi visitor
Eric Blake
2
-11
/
+10
2016-02-08
balloon: Improve use of qapi visitor
Eric Blake
1
-3
/
+5
2016-02-08
vl: Ensure qapi visitor properly ends struct visit
Eric Blake
1
-6
/
+8
2016-02-08
hmp: Cache use of qapi visitor
Eric Blake
2
-10
/
+14
2016-02-08
hmp: Drop pointless allocation during qapi visit
Eric Blake
2
-6
/
+2
2016-02-08
qapi: Drop dead parameter in gen_params()
Eric Blake
1
-2
/
+2
2016-02-08
qapi: Dealloc visitor does not need a type_size()
Eric Blake
1
-6
/
+0
2016-02-08
qapi: Drop dead dealloc visitor variable
Eric Blake
1
-1
/
+0
2016-02-08
qapi: Avoid use of misnamed DO_UPCAST()
Eric Blake
3
-28
/
+44
2016-02-08
qobject: Document more shortcomings in our number handling
Eric Blake
2
-3
/
+14
2016-02-08
tests: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2
-7
/
+7
2016-02-08
Revert "tracetool: use Python 2.4-compatible exception handling syntax"
Markus Armbruster
1
-2
/
+2
2016-02-08
scripts/qmp: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
4
-6
/
+6
2016-02-08
qapi: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
1
-4
/
+4
[prev]
[next]