aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-11-24s390/kvm_virtio/linux-headers: remove traces of old virtio transportChristian Borntraeger
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi
2017-11-21Use qemu.org domain nameStefan Hajnoczi
2017-11-21scripts/make-release: ship u-boot source as a tarballMichael Roth
2017-11-17qapi/qlist: Add qlist_append_null() macroMax Reitz
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-11-15fix scripts/update-linux-headers.sh here documentGerd Hoffmann
2017-11-06build: delay check for empty git submodule listDaniel P. Berrange
2017-11-06build: don't fail if given a git submodule which does not existDaniel P. Berrange
2017-11-06build: allow automatic git submodule updates to be disabledDaniel P. Berrange
2017-11-06build: don't create temporary files in source dirDaniel P. Berrange
2017-11-06build: allow setting a custom GIT binary for transparent proxyingDaniel P. Berrange
2017-11-05pci-assign: RemovePaolo Bonzini
2017-10-23scripts: don't throw away stderr when checking out git submodulesDaniel P. Berrange
2017-10-20Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-10-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...Peter Maydell
2017-10-16ui: add keycodemapdb repository as a GIT submoduleDaniel P. Berrange
2017-10-16docker: don't rely on submodules existing in the main checkoutDaniel P. Berrange
2017-10-16build: automatically handle GIT submodule checkout for dtcDaniel P. Berrange
2017-10-15scripts/dump-guest-memory.py: add vmcoreinfoMarc-André Lureau
2017-10-12checkpatch: refine mode selectionPaolo Bonzini
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost
2017-10-11scripts: Remove debug parameter from QEMUMonitorProtocolEduardo Habkost
2017-10-05checkpatch: fix incompatibility with old perlVladimir Sementsov-Ogievskiy
2017-09-26Add --firmwarepath to configureGerd Hoffmann
2017-09-22Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2017-09-22qemu.py: Call logging.basicConfig() automaticallyEduardo Habkost
2017-09-22scripts: Add archive-source.shFam Zheng
2017-09-22qemu.py: Add "wait()" methodFam Zheng
2017-09-19checkpatch: add hwaddr to @typeListGreg Kurz
2017-09-19scripts: let checkpatch.pl process an entire GIT branchDaniel P. Berrange
2017-09-19update-linux-headers: prepare for hyperv.h removalRoman Kagan
2017-09-18qemu.py: Fix syntax errorKevin Wolf
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