Age | Commit message (Expand) | Author |
2016-09-15 | coccinelle: add a script to remove useless casts | Laurent Vivier |
2016-09-13 | checkpatch: Fix whitespace checks for documentation code blocks | Lluís Vilanova |
2016-09-13 | vmxcap: Add TSC scaling bit | Eduardo Habkost |
2016-09-13 | vmxcap: Show raw MSR value | Eduardo Habkost |
2016-09-05 | trace: add syslog tracing backend | Paul Durrant |
2016-08-10 | checkpatch: default to success if only warnings | Paolo Bonzini |
2016-08-10 | checkpatch: bump most warnings to errors | Paolo Bonzini |
2016-08-10 | CODING_STYLE, checkpatch: update line length rules | Paolo Bonzini |
2016-08-10 | checkpatch: check for CVS keywords on all sources | Paolo Bonzini |
2016-08-10 | checkpatch: tweak the files in which TABs are checked | Paolo Bonzini |
2016-08-09 | checkpatch: ignore automatically imported Linux headers | Radim Krčmář |
2016-08-09 | linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation | Paolo Bonzini |
2016-08-08 | checkpatch: Fix newline detection in error_setg() & friends | Markus Armbruster |
2016-08-08 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-08-02 | checkpatch: add check for bzero | Paolo Bonzini |
2016-07-26 | iotest: fix python based IO tests | Daniel P. Berrange |
2016-07-22 | scripts: ensure monitor socket has SO_REUSEADDR set | Daniel P. Berrange |
2016-07-22 | scripts: set timeout when waiting for qemu monitor connection | Daniel P. Berrange |
2016-07-22 | scripts: refactor the VM class in iotests for reuse | Daniel P. Berrange |
2016-07-22 | scripts: add a 'debug' parameter to QEMUMonitorProtocol | Daniel P. Berrange |
2016-07-22 | scripts: add __init__.py file to scripts/qmp/ | Daniel P. Berrange |
2016-07-19 | qapi: Implement boxed types for commands/events | Eric Blake |
2016-07-19 | qapi: Plumb in 'boxed' to qapi generator lower levels | Eric Blake |
2016-07-19 | qapi-event: Simplify visit of non-implicit data | Eric Blake |
2016-07-19 | qapi: Drop useless gen_err_check() | Eric Blake |
2016-07-19 | qapi: Add type.is_empty() helper | Eric Blake |
2016-07-19 | qapi: Hide tag_name data member of variants | Eric Blake |
2016-07-19 | qapi: Special case c_name() for empty type | Eric Blake |
2016-07-19 | qapi: Require all branches of flat union enum to be covered | Eric Blake |
2016-07-19 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-07-18 | trace: Conditionally trace events based on their per-vCPU state | Lluís Vilanova |
2016-07-18 | trace: Identify events with the 'vcpu' property | Lluís Vilanova |
2016-07-18 | checkpatch: consider git extended headers valid patches | Stefan Hajnoczi |
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 |