aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
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