Age | Commit message (Expand) | Author |
2016-07-12 | scripts: New clean-header-guards.pl | Markus Armbruster |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qapi: Add new visit_free() function | Eric Blake |
2016-07-06 | qapi: Add parameter to visit_end_* | Eric Blake |
2016-06-30 | qapi: Fix crash on missing alternate member of QAPI struct | Eric Blake |
2016-06-30 | checkpatch: There is no qemu_strtod() | Eric Blake |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-20 | error: Remove unnecessary local_err variables | Eduardo Habkost |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost |
2016-06-17 | vmstate-static-checker: fix size mismatch detection in unused fields | Amit Shah |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-08 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int... | Peter Maydell |
2016-06-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-06-07 | coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) | Laurent Vivier |
2016-06-07 | clean-includes: Add glib.h to list of unneeded includes | Peter Maydell |
2016-06-07 | scripts: Use $(..) instead of deprecated `..` | Stefan Weil |
2016-06-07 | scripts: add muldiv64() checking coccinelle scripts | Laurent Vivier |
2016-06-07 | Makefile: Derive "PKGVERSION" from "git describe" by default | Fam Zheng |
2016-06-07 | linux-user: Fix qemu-binfmt-conf.sh to store config across reboot | Laurent Vivier |
2016-05-29 | exec: hide mr->ram_addr from qemu_get_ram_ptr users | Paolo Bonzini |
2016-05-29 | kvm_stat: Remove | Paolo Bonzini |
2016-05-23 | coccinelle: add g_assert_cmp* to macro file | Paolo Bonzini |
2016-05-23 | scripts/signrom.py: Check for magic in option ROMs. | Richard W.M. Jones |
2016-05-23 | scripts/signrom.py: Allow option ROM checksum script to write the size header. | Richard W.M. Jones |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-19 | gdbstub: remove unnecessary includes from gdbstub-xml.c | Paolo Bonzini |
2016-05-19 | include: poison symbols in osdep.h | Paolo Bonzini |
2016-05-19 | scripts: add script to build QEMU and analyze inclusions | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-05-18 | Fix typo in variable name (found and fixed by codespell) | Stefan Weil |
2016-05-12 | qapi: Change visit_type_FOO() to no longer return partial objects | Eric Blake |
2016-05-12 | qapi: Simplify semantics of visit_next_list() | Eric Blake |
2016-05-12 | qapi: Split visit_end_struct() into pieces | Eric Blake |
2016-05-12 | qapi-commands: Wrap argument visit in visit_start_struct | Eric Blake |
2016-05-12 | qapi: Consolidate QMP input visitor creation | Eric Blake |
2016-04-05 | checkpatch: add target_ulong to typelist | Cédric Le Goater |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-22 | Clean up includes some more | Markus Armbruster |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-22 | Remove unneeded include statements for setjmp.h | Stefan Weil |
2016-03-18 | qapi: Use anonymous bases in QMP flat unions | Eric Blake |
2016-03-18 | qapi: Allow anonymous base for flat union | Eric Blake |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-18 | qapi: Drop unused c_null() | Eric Blake |
2016-03-18 | qapi: Inline gen_visit_members() into lone caller | Eric Blake |
2016-03-18 | qapi-commands: Inline single-use helpers of gen_marshal() | Eric Blake |
2016-03-18 | qapi-commands: Utilize implicit struct visits | Eric Blake |
2016-03-18 | qapi-event: Utilize implicit struct visits | Eric Blake |
2016-03-18 | qapi-event: Drop qmp_output_get_qobject() null check | Eric Blake |