aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-18trace: fix generated code build breakGreg Kurz
2016-11-02checkpatch: allow spaces before parenthesis for 'coroutine_fn'Jeff Cody
2016-11-01checkpatch: tweak "struct should normally be const" warningPaolo Bonzini
2016-10-28Fix build for less common build directories namesStefan Weil
2016-10-28scripts/clean-includes: added duplicate #include checkAnand J
2016-10-28scripts/hxtool: fix undefined behavour of echoDaniel Shahaf
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange
2016-10-12trace: pass trace-events to tracetool as a positional paramDaniel P. Berrange
2016-10-12trace: push reading of events up a level to tracetool mainDaniel P. Berrange
2016-10-12trace: rename _read_events to read_eventsDaniel P. Berrange
2016-10-12trace: get rid of generated-events.h/generated-events.cDaniel P. Berrange
2016-10-12trace: dynamically allocate event IDs at runtimeDaniel P. Berrange
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange
2016-10-12trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange
2016-10-07scripts: Allow block module to not define BlockDriverFam Zheng
2016-09-27checkpatch: downgrade "architecture specific defines should be avoided"Paolo Bonzini
2016-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-22scripts: Add a script to check for bug URLs in the git logThomas Huth
2016-09-20blockdev: Add dynamic generation of module_block.hMarc Mari
2016-09-19qapi: check invalid arguments on no-args commandsMarc-André Lureau
2016-09-19qapi: remove the "middle" modeMarc-André Lureau
2016-09-19qapi: export the marshallersMarc-André Lureau
2016-09-19build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau
2016-09-15coccinelle: add a script to remove useless castsLaurent Vivier
2016-09-13checkpatch: Fix whitespace checks for documentation code blocksLluís Vilanova
2016-09-13vmxcap: Add TSC scaling bitEduardo Habkost
2016-09-13vmxcap: Show raw MSR valueEduardo Habkost
2016-09-05trace: add syslog tracing backendPaul Durrant
2016-08-10checkpatch: default to success if only warningsPaolo Bonzini
2016-08-10checkpatch: bump most warnings to errorsPaolo Bonzini
2016-08-10CODING_STYLE, checkpatch: update line length rulesPaolo Bonzini
2016-08-10checkpatch: check for CVS keywords on all sourcesPaolo Bonzini
2016-08-10checkpatch: tweak the files in which TABs are checkedPaolo Bonzini
2016-08-09checkpatch: ignore automatically imported Linux headersRadim Krčmář
2016-08-09linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilationPaolo Bonzini
2016-08-08checkpatch: Fix newline detection in error_setg() & friendsMarkus Armbruster
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-08-02checkpatch: add check for bzeroPaolo Bonzini
2016-07-26iotest: fix python based IO testsDaniel P. Berrange
2016-07-22scripts: ensure monitor socket has SO_REUSEADDR setDaniel P. Berrange
2016-07-22scripts: set timeout when waiting for qemu monitor connectionDaniel P. Berrange