aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-09-15qemu.py: include debug information on launch errorAmador Pahim
2017-09-15qemu.py: improve message on negative exit codeAmador Pahim
2017-09-15qemu.py: use os.path.null instead of /dev/nullAmador Pahim
2017-09-15qemu.py: avoid writing to stdout/stderrAmador Pahim
2017-09-15qemu.py: fix is_running() return before first launch()Amador Pahim
2017-09-15qtest.py: Few pylint/style fixesLukáš Doktor
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor
2017-09-15qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor
2017-09-15qemu.py: Simplify QMP key-conversionLukáš Doktor
2017-09-15qemu.py: Use iteritems rather than keys()Lukáš Doktor
2017-09-15qemu|qtest: Avoid dangerous argumentsLukáš Doktor
2017-09-15qemu.py: Pylint/style fixesLukáš Doktor
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth
2017-09-07hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = falseThomas Huth
2017-09-05qemu.py: make VM() a context managerStefan Hajnoczi
2017-09-04qapi: drop the sentinel in enum arrayMarc-André Lureau
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau
2017-09-01qapi: Fix error handling code on alternate conflictEduardo Habkost
2017-08-30scripts: add argparse module for Python 2.6 compatibilityStefan Hajnoczi
2017-08-15simpletrace: fix flight recorder --no-header optionStefan Hajnoczi
2017-08-15trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi
2017-08-01checkpatch: check trace-events code styleVladimir Sementsov-Ogievskiy
2017-08-01trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi
2017-08-01trace: ensure unique function / variable names per .stp fileDaniel P. Berrange
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-31docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster
2017-07-20Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'...Peter Maydell
2017-07-20add scripts/git.orderfileGerd Hoffmann
2017-07-19coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-07-17device-crash-test: Fix regexp on whitelistEduardo Habkost
2017-07-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-07-17trace: [tcg, trivial] Re-align generated codeLluís Vilanova
2017-07-17trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova
2017-07-14scripts/coccinelle/memory-region-init-ram.cocci: New scriptPeter Maydell
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell
2017-07-13error: Implement the warn and free Error functionsAlistair Francis
2017-07-13error: Functions to report warnings and informational messagesAlistair Francis
2017-07-12scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake
2017-07-11hxtool: remove dead -q optionPaolo Bonzini
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau