summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-10-05checkpatch: fix incompatibility with old perlVladimir Sementsov-Ogievskiy1-1/+2
2017-09-26Add --firmwarepath to configureGerd Hoffmann1-1/+1
2017-09-22Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell1-0/+3
2017-09-22qemu.py: Call logging.basicConfig() automaticallyEduardo Habkost1-0/+3
2017-09-22scripts: Add archive-source.shFam Zheng1-0/+51
2017-09-22qemu.py: Add "wait()" methodFam Zheng1-0/+7
2017-09-19checkpatch: add hwaddr to @typeListGreg Kurz1-0/+1
2017-09-19scripts: let checkpatch.pl process an entire GIT branchDaniel P. Berrange1-27/+111
2017-09-19update-linux-headers: prepare for hyperv.h removalRoman Kagan1-1/+3
2017-09-18qemu.py: Fix syntax errorKevin Wolf1-2/+2
2017-09-15qemu.py: include debug information on launch errorAmador Pahim1-0/+7
2017-09-15qemu.py: improve message on negative exit codeAmador Pahim1-7/+17
2017-09-15qemu.py: use os.path.null instead of /dev/nullAmador Pahim1-2/+2
2017-09-15qemu.py: avoid writing to stdout/stderrAmador Pahim1-9/+22
2017-09-15qemu.py: fix is_running() return before first launch()Amador Pahim1-1/+1
2017-09-15qtest.py: Few pylint/style fixesLukáš Doktor1-6/+5
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor1-4/+4
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor1-1/+1
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2-3/+3
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor1-13/+24
2017-09-15qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor1-2/+15
2017-09-15qemu.py: Simplify QMP key-conversionLukáš Doktor1-4/+1
2017-09-15qemu.py: Use iteritems rather than keys()Lukáš Doktor1-3/+3
2017-09-15qemu|qtest: Avoid dangerous argumentsLukáš Doktor2-2/+6
2017-09-15qemu.py: Pylint/style fixesLukáš Doktor1-18/+55
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