summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-2/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-2/+3
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2018-02-05qemu.py: don't launch again before shutdown()Amador Pahim1-0/+8
2018-02-05qemu.py: cleanup redundant calls in launch()Amador Pahim1-5/+1
2018-02-05qemu.py: use poll() instead of 'returncode'Amador Pahim1-2/+2
2018-02-05qemu.py: always cleanup on shutdown()Amador Pahim1-4/+5
2018-02-05qemu.py: refactor launch()Amador Pahim1-11/+18
2018-02-05qemu.py: better control of created filesAmador Pahim1-10/+29
2018-02-05qemu.py: remove unused importAmador Pahim1-1/+0
2018-02-05scripts: ensure signrom treats data as bytesDaniel P. Berrange1-2/+2
2018-02-05qapi: ensure stable sort ordering when checking QAPI entitiesDaniel P. Berrange1-1/+1
2018-02-05qapi: Adapt to moved location of 'maketrans' function in py3Daniel P. Berrange1-1/+4
2018-02-05qapi: adapt to moved location of StringIO module in py3Daniel P. Berrange1-2/+5
2018-02-05qapi: Use OrderedDict from standard library if availableDaniel P. Berrange1-1/+4
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange2-7/+7
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange2-10/+11
2018-02-05scripts/qemu-gdb/timers.py: define encoding in header commentGreg Kurz1-0/+1
2018-02-01dump-guest-memory.py: skip vmcoreinfo section if not availableMarc-André Lureau1-0/+2
2018-01-29tracetool: report error on foo() instead of foo(void)Stefan Hajnoczi1-0/+2
2018-01-29tracetool: clarify that "formats" means "format strings"Stefan Hajnoczi1-4/+4
2018-01-29tracetool: prefix parse errors with line numbersStefan Hajnoczi1-2/+7
2018-01-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+1
2018-01-22configure: add dependencyKlim Kireev1-0/+1
2018-01-20dump-guest-memory.py: fix python 2 supportMarc-André Lureau1-1/+1
2018-01-19scripts: Remove fixed entries from the device-crash-testThomas Huth1-8/+0
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-1/+207
2018-01-16scripts/analyse-locks-simpletrace.py: script to analyse lock timesAlex Bennée1-0/+99
2018-01-16checkpatch: Enforce proper do/while (0) styleEric Blake1-0/+5
2018-01-16scripts/qemu-gdb/timers.py: new helper to dump timer stateAlex Bennée2-1/+56
2018-01-16scripts/qemu-gdb: add simple tcg lock status helperAlex Bennée2-1/+48
2018-01-15migration: fix analyze-migration.py script with radix tableLaurent Vivier1-0/+4
2018-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...Peter Maydell1-4/+11
2018-01-11linux-user: Activate armeb handler registrationMichael Weiser1-1/+1
2018-01-11linux-user: Separate binfmt arm CPU familiesMichael Weiser1-3/+6
2018-01-11linux-user: Add aarch64_be magic numbers to qemu-binfmt-conf.shMichael Weiser1-1/+5
2018-01-10hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth1-1/+0
2018-01-08Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell1-2/+1
2018-01-02dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau1-2/+1
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée1-0/+19
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+5
2017-12-21checkpatch: volatile with a comment or sig_atomic_t is okayMarc-André Lureau1-2/+5
2017-12-20qapi2texi: De-duplicate code to add blank line before symbolMarkus Armbruster1-10/+2
2017-12-20qapi: Rename QAPIDoc.parser, .section to ._parser, ._sectionMarkus Armbruster1-26/+26
2017-12-20qapi2texi: Simplify representation of section textMarkus Armbruster1-17/+16
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster2-17/+13
2017-12-20qapi: Unify representation of doc section without nameMarkus Armbruster2-2/+2
2017-12-20qapi2texi: Clean up texi_sections()Markus Armbruster1-9/+7
2017-12-20qapi: Make cur_doc local to QAPISchemaParser.__init__()Markus Armbruster1-17/+17