aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2016-07-22scripts: refactor the VM class in iotests for reuseDaniel P. Berrange
2016-07-22scripts: add a 'debug' parameter to QEMUMonitorProtocolDaniel P. Berrange
2016-07-22scripts: add __init__.py file to scripts/qmp/Daniel P. Berrange
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake
2016-07-19qapi-event: Simplify visit of non-implicit dataEric Blake
2016-07-19qapi: Drop useless gen_err_check()Eric Blake
2016-07-19qapi: Add type.is_empty() helperEric Blake
2016-07-19qapi: Hide tag_name data member of variantsEric Blake
2016-07-19qapi: Special case c_name() for empty typeEric Blake
2016-07-19qapi: Require all branches of flat union enum to be coveredEric Blake
2016-07-19Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova
2016-07-18checkpatch: consider git extended headers valid patchesStefan Hajnoczi
2016-07-12scripts: New clean-header-guards.plMarkus Armbruster
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-30qapi: Fix crash on missing alternate member of QAPI structEric Blake
2016-06-30checkpatch: There is no qemu_strtod()Eric Blake
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost