summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* build: fix typo in error messageLaurent Vivier2018-02-101-1/+1
* scripts/make-release: Don't archive .git filesCole Robinson2018-02-101-3/+2Star
* scripts/argparse.py: spelling (independant)Michael Tokarev2018-02-101-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-2/+2
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-2/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-071-0/+1
|\
| * scripts/qemu-gdb/timers.py: define encoding in header commentGreg Kurz2018-02-051-0/+1
* | qemu.py: don't launch again before shutdown()Amador Pahim2018-02-051-0/+8
* | qemu.py: cleanup redundant calls in launch()Amador Pahim2018-02-051-5/+1Star
* | qemu.py: use poll() instead of 'returncode'Amador Pahim2018-02-051-2/+2
* | qemu.py: always cleanup on shutdown()Amador Pahim2018-02-051-4/+5
* | qemu.py: refactor launch()Amador Pahim2018-02-051-11/+18
* | qemu.py: better control of created filesAmador Pahim2018-02-051-10/+29
* | qemu.py: remove unused importAmador Pahim2018-02-051-1/+0Star
* | scripts: ensure signrom treats data as bytesDaniel P. Berrange2018-02-051-2/+2
* | qapi: ensure stable sort ordering when checking QAPI entitiesDaniel P. Berrange2018-02-051-1/+1
* | qapi: Adapt to moved location of 'maketrans' function in py3Daniel P. Berrange2018-02-051-1/+4
* | qapi: adapt to moved location of StringIO module in py3Daniel P. Berrange2018-02-051-2/+5
* | qapi: Use OrderedDict from standard library if availableDaniel P. Berrange2018-02-051-1/+4
* | qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange2018-02-052-7/+7
* | qapi: convert to use python print function instead of statementDaniel P. Berrange2018-02-052-10/+11
|/
* dump-guest-memory.py: skip vmcoreinfo section if not availableMarc-André Lureau2018-02-011-0/+2
* tracetool: report error on foo() instead of foo(void)Stefan Hajnoczi2018-01-291-0/+2
* tracetool: clarify that "formats" means "format strings"Stefan Hajnoczi2018-01-291-4/+4
* tracetool: prefix parse errors with line numbersStefan Hajnoczi2018-01-291-2/+7
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-01-241-0/+1
|\
| * configure: add dependencyKlim Kireev2018-01-221-0/+1
* | dump-guest-memory.py: fix python 2 supportMarc-André Lureau2018-01-201-1/+1
|/
* scripts: Remove fixed entries from the device-crash-testThomas Huth2018-01-191-8/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-01-165-1/+207
|\
| * scripts/analyse-locks-simpletrace.py: script to analyse lock timesAlex Bennée2018-01-161-0/+99
| * checkpatch: Enforce proper do/while (0) styleEric Blake2018-01-161-0/+5
| * scripts/qemu-gdb/timers.py: new helper to dump timer stateAlex Bennée2018-01-162-1/+56
| * scripts/qemu-gdb: add simple tcg lock status helperAlex Bennée2018-01-162-1/+48
* | migration: fix analyze-migration.py script with radix tableLaurent Vivier2018-01-151-0/+4
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...Peter Maydell2018-01-111-4/+11
|\
| * linux-user: Activate armeb handler registrationMichael Weiser2018-01-111-1/+1
| * linux-user: Separate binfmt arm CPU familiesMichael Weiser2018-01-111-3/+6
| * linux-user: Add aarch64_be magic numbers to qemu-binfmt-conf.shMichael Weiser2018-01-111-1/+5
* | hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge deviceThomas Huth2018-01-101-1/+0Star
|/
* Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell2018-01-081-2/+1Star
|\
| * dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau2018-01-021-2/+1Star
* | target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée2017-12-281-0/+19
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-12-211-2/+5
|\
| * checkpatch: volatile with a comment or sig_atomic_t is okayMarc-André Lureau2017-12-211-2/+5
* | qapi2texi: De-duplicate code to add blank line before symbolMarkus Armbruster2017-12-201-10/+2Star
* | qapi: Rename QAPIDoc.parser, .section to ._parser, ._sectionMarkus Armbruster2017-12-201-26/+26
* | qapi2texi: Simplify representation of section textMarkus Armbruster2017-12-201-17/+16Star
* | qapi: Simplify representation of QAPIDoc section textMarkus Armbruster2017-12-202-17/+13Star