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