summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth1-0/+3
2017-09-07hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = falseThomas Huth1-1/+0
2017-09-05qemu.py: make VM() a context managerStefan Hajnoczi1-1/+15
2017-09-04qapi: drop the sentinel in enum arrayMarc-André Lureau1-3/+1
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2-6/+9
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster3-0/+8
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau1-0/+3
2017-09-01qapi: Fix error handling code on alternate conflictEduardo Habkost1-4/+4
2017-08-30scripts: add argparse module for Python 2.6 compatibilityStefan Hajnoczi1-0/+2406
2017-08-15simpletrace: fix flight recorder --no-header optionStefan Hajnoczi1-6/+18
2017-08-15trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi1-29/+2
2017-08-01checkpatch: check trace-events code styleVladimir Sementsov-Ogievskiy1-0/+19
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi9-0/+56
2017-08-01trace: ensure unique function / variable names per .stp fileDaniel P. Berrange1-10/+19
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-1/+4
2017-07-20Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'...Peter Maydell1-0/+29
2017-07-20add scripts/git.orderfileGerd Hoffmann1-0/+29
2017-07-19coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé1-0/+107
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+1
2017-07-17device-crash-test: Fix regexp on whitelistEduardo Habkost1-1/+1
2017-07-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell10-42/+70
2017-07-17trace: [tcg, trivial] Re-align generated codeLluís Vilanova6-28/+29
2017-07-17trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova4-14/+41
2017-07-14scripts/coccinelle/memory-region-init-ram.cocci: New scriptPeter Maydell1-0/+38
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell1-1/+6
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell4-11/+17
2017-07-13error: Implement the warn and free Error functionsAlistair Francis1-0/+1
2017-07-13error: Functions to report warnings and informational messagesAlistair Francis1-1/+5
2017-07-12scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau3-11/+11
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake1-0/+6
2017-07-11hxtool: remove dead -q optionPaolo Bonzini1-45/+1
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini1-0/+4
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau1-9/+3
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau3-22/+20
2017-06-12Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+9
2017-06-07coccinelle: fix typo in commentPhilippe Mathieu-Daudé1-1/+1
2017-06-07simpletrace: Improve the error message if event is not declaredJose Ricardo Ziviani1-1/+9
2017-06-05scripts: Test script to look for -device crashesEduardo Habkost1-0/+624
2017-06-05qemu.py: Add QEMUMachine.exitcode() methodEduardo Habkost1-0/+5
2017-06-05qemu.py: Don't set _popen=None on error/shutdownEduardo Habkost1-5/+7
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster1-2/+17
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi1-1/+1
2017-05-23scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz1-1/+1
2017-05-19linux-headers: updateCornelia Huck1-1/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi9-10/+17
2017-05-10scripts: Switch to more portable Perl shebangKamil Rytarowski8-8/+15
2017-05-10scripts/qemu-binfmt-conf.sh: Fix shell portability issueKamil Rytarowski1-2/+2
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi2-5/+74