Age | Commit message (Expand) | Author |
2018-03-07 | RISC-V Build Infrastructure | Michael Clark |
2018-03-06 | checkpatch: add check for `while` and `for` | Su Hang |
2018-03-06 | checkpatch: add a warning for basename/dirname | Julia Suvorova |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-02 | qapi: Generate separate .h, .c for each module | Markus Armbruster |
2018-03-02 | qapi/common: Fix guardname() for funny filenames | Markus Armbruster |
2018-03-02 | qapi/types qapi/visit: Generate built-in stuff into separate files | Markus Armbruster |
2018-03-02 | qapi: Make code-generating visitors use QAPIGen more | Markus Armbruster |
2018-03-02 | qapi: Rename generated qmp-marshal.c to qmp-commands.c | Markus Armbruster |
2018-03-02 | qapi: Record 'include' directives in intermediate representation | Markus Armbruster |
2018-03-02 | qapi: Generate in source order | Markus Armbruster |
2018-03-02 | qapi: Record 'include' directives in parse tree | Markus Armbruster |
2018-03-02 | qapi: Concentrate QAPISchemaParser.exprs updates in .__init__() | Markus Armbruster |
2018-03-02 | qapi: Lift error reporting from QAPISchema.__init__() to callers | Markus Armbruster |
2018-03-02 | qapi/common: Eliminate QAPISchema.exprs | Markus Armbruster |
2018-03-02 | qapi: Improve include file name reporting in error messages | Markus Armbruster |
2018-03-02 | qapi: Touch generated files only when they change | Markus Armbruster |
2018-03-02 | qapi-gen: Convert from getopt to argparse | Markus Armbruster |
2018-03-02 | qapi-gen: New common driver for code and doc generators | Markus Armbruster |
2018-03-02 | qapi: Turn generators into modules | Markus Armbruster |
2018-03-02 | qapi: Reduce use of global variables in generators some | Markus Armbruster |
2018-03-02 | qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDoc | Markus Armbruster |
2018-03-02 | qapi: Rename variable holding the QAPISchemaGenFOOVisitor | Markus Armbruster |
2018-03-02 | qapi: Generate up-to-date copyright notice | Markus Armbruster |
2018-03-02 | qapi: Streamline boilerplate comment generation | Markus Armbruster |
2018-03-02 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2018-03-02 | decodetree: Propagate return value from translate subroutines | Richard Henderson |
2018-02-22 | scripts: Add decodetree.py | Richard Henderson |
2018-02-19 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2018-02-19 | tracetool: For ust trace bool type as ctf_integer | Jon Emil Jahren |
2018-02-19 | tracetool: Update argument format regex to non-greedy star | Jon Emil Jahren |
2018-02-19 | scripts/update-linux-headers: import pvrdma headers | Marcel Apfelbaum |
2018-02-10 | build: fix typo in error message | Laurent Vivier |
2018-02-10 | scripts/make-release: Don't archive .git files | Cole Robinson |
2018-02-10 | scripts/argparse.py: spelling (independant) | Michael Tokarev |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-07 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-02-05 | qemu.py: don't launch again before shutdown() | Amador Pahim |
2018-02-05 | qemu.py: cleanup redundant calls in launch() | Amador Pahim |
2018-02-05 | qemu.py: use poll() instead of 'returncode' | Amador Pahim |
2018-02-05 | qemu.py: always cleanup on shutdown() | Amador Pahim |
2018-02-05 | qemu.py: refactor launch() | Amador Pahim |
2018-02-05 | qemu.py: better control of created files | Amador Pahim |
2018-02-05 | qemu.py: remove unused import | Amador Pahim |
2018-02-05 | scripts: ensure signrom treats data as bytes | Daniel P. Berrange |
2018-02-05 | qapi: ensure stable sort ordering when checking QAPI entities | Daniel P. Berrange |
2018-02-05 | qapi: Adapt to moved location of 'maketrans' function in py3 | Daniel P. Berrange |