Age | Commit message (Expand) | Author |
2016-03-16 | update-linux-headers.sh: Fake types.h doesn't need to include anything | Peter Maydell |
2016-03-16 | include/config.h: Remove | Peter Maydell |
2016-03-15 | update-linux-headers: Add userfaultfd.h | Alexey Kardashevskiy |
2016-03-07 | memory: Drop MemoryRegion.ram_addr | Fam Zheng |
2016-03-05 | qapi: Drop useless 'data' member of unions | Eric Blake |
2016-03-05 | qapi-visit: Expose visit_type_FOO_members() | Eric Blake |
2016-03-05 | qapi: Rename 'fields' to 'members' in generated C code | Eric Blake |
2016-03-05 | qapi: Rename 'fields' to 'members' in generator | Eric Blake |
2016-03-04 | qmp-shell: fix pretty printing of JSON responses | Daniel P. Berrange |
2016-03-01 | trace: Add a proper API to manage auto-generated events from the 'tcg' property | Lluís Vilanova |
2016-03-01 | trace: Add 'vcpu' event property to trace guest vCPU | Lluís Vilanova |
2016-03-01 | trace: Add helper function to cast event arguments | Lluís Vilanova |
2016-03-01 | trace: Remove unnecessary intermediate event copies | Lluís Vilanova |
2016-03-01 | trace: Extend API to manage event arguments | Lluís Vilanova |
2016-03-01 | qapi: rename InputAxis values. | Gerd Hoffmann |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann |
2016-02-25 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-02-23 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160223' into staging | Peter Maydell |
2016-02-23 | scripts/clean-includes: Ignore .inc.c files | Peter Maydell |
2016-02-23 | tracetool: Include osdep.h in generated-ust.c | Peter Maydell |
2016-02-23 | scripts/clean-includes: Add --all option | Peter Maydell |
2016-02-23 | scripts/clean-includes: Enhance to handle header files | Peter Maydell |
2016-02-22 | scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)" | Fam Zheng |
2016-02-19 | qapi: Change visit_start_implicit_struct to visit_start_alternate | Eric Blake |
2016-02-19 | qapi: Don't box branches of flat unions | Eric Blake |
2016-02-19 | qapi: Don't box struct branch of alternate | Eric Blake |
2016-02-19 | qapi-visit: Use common idiom in gen_visit_fields_decl() | Eric Blake |
2016-02-19 | qapi: Emit structs used as variants in topological order | Eric Blake |
2016-02-19 | qapi: Adjust layout of FooList types | Eric Blake |
2016-02-19 | qapi-visit: Less indirection in visit_type_Foo_fields() | Eric Blake |
2016-02-19 | qapi-visit: Unify struct and union visit | Markus Armbruster |
2016-02-19 | qapi: Visit variants in visit_type_FOO_fields() | Eric Blake |
2016-02-19 | qapi-visit: Simplify how we visit common union members | Markus Armbruster |
2016-02-19 | qapi: Forbid 'any' inside an alternate | Eric Blake |
2016-02-19 | qapi: Forbid empty unions and useless alternates | Eric Blake |
2016-02-19 | qapi-visit: Honor prefix of discriminator enum | Eric Blake |
2016-02-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-02-16 | scripts/tracetool: Include qemu/osdep.h in generated .c files | Peter Maydell |
2016-02-16 | scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.h | Peter Maydell |
2016-02-16 | qapi: Clean up includes in generated files | Eric Blake |
2016-02-15 | checkpatch: Eliminate false positive in case of space before square bracket i... | Leonid Bloch |
2016-02-15 | checkpatch: Eliminate false positive in case of comma-space-square bracket | Leonid Bloch |
2016-02-09 | get_maintainer.pl: fall back to git if only lists are found | Paolo Bonzini |
2016-02-09 | scripts/kvm/kvm_stat: Fix tracefs access checking | Janosch Frank |
2016-02-08 | qapi: Fix compilation failure on MIPS and SPARC | Eric Blake |
2016-02-08 | qapi: Drop unused error argument for list and implicit struct | Eric Blake |
2016-02-08 | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-08 | qapi: Don't cast Enum* to int* | Eric Blake |
2016-02-08 | qapi-visit: Kill unused visit_end_union() | Eric Blake |