summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+0
|/
* Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell2018-01-081-2/+1
|\
| * dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau2018-01-021-2/+1
* | target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée2017-12-271-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/+2
* | qapi: Rename QAPIDoc.parser, .section to ._parser, ._sectionMarkus Armbruster2017-12-201-26/+26
* | qapi2texi: Simplify representation of section textMarkus Armbruster2017-12-201-17/+16
* | qapi: Simplify representation of QAPIDoc section textMarkus Armbruster2017-12-202-17/+13
* | qapi: Unify representation of doc section without nameMarkus Armbruster2017-12-202-2/+2
* | qapi2texi: Clean up texi_sections()Markus Armbruster2017-12-201-9/+7
* | qapi: Make cur_doc local to QAPISchemaParser.__init__()Markus Armbruster2017-12-201-17/+17
* | qapi: Eliminate QAPISchemaParser.__init__()'s local fnameMarkus Armbruster2017-12-201-3/+2
* | qapi: Stop rejecting #optionalMarkus Armbruster2017-12-201-4/+0
|/
* qemu-options: Remove stray colons from output of --helpMarkus Armbruster2017-12-201-1/+2
* build: fix typo in error messageMike Frysinger2017-12-181-1/+1
* dump-guest-memory.py: fix No symbol "vmcoreinfo_find"Marc-André Lureau2017-12-011-5/+7
* s390/kvm_virtio/linux-headers: remove traces of old virtio transportChristian Borntraeger2017-11-241-1/+0
* Use HTTPS for qemu.org and other domainsStefan Hajnoczi2017-11-211-1/+1
* Use qemu.org domain nameStefan Hajnoczi2017-11-212-2/+2
* scripts/make-release: ship u-boot source as a tarballMichael Roth2017-11-211-0/+4
* qapi/qlist: Add qlist_append_null() macroMax Reitz2017-11-171-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-1/+1
|\
| * fix scripts/update-linux-headers.sh here documentGerd Hoffmann2017-11-151-1/+1
* | build: delay check for empty git submodule listDaniel P. Berrange2017-11-061-7/+12
* | build: don't fail if given a git submodule which does not existDaniel P. Berrange2017-11-061-2/+14
* | build: allow automatic git submodule updates to be disabledDaniel P. Berrange2017-11-061-0/+9
* | build: don't create temporary files in source dirDaniel P. Berrange2017-11-061-4/+3
* | build: allow setting a custom GIT binary for transparent proxyingDaniel P. Berrange2017-11-061-5/+24
|/
* pci-assign: RemovePaolo Bonzini2017-11-051-2/+0
* scripts: don't throw away stderr when checking out git submodulesDaniel P. Berrange2017-10-231-1/+1
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell2017-10-201-1/+0
|\