summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-15qemu.py: improve message on negative exit codeAmador Pahim1-7/+17
2017-09-15qemu.py: use os.path.null instead of /dev/nullAmador Pahim1-2/+2
2017-09-15qemu.py: avoid writing to stdout/stderrAmador Pahim1-9/+22
2017-09-15qemu.py: fix is_running() return before first launch()Amador Pahim1-1/+1
2017-09-15qtest.py: Few pylint/style fixesLukáš Doktor1-6/+5
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor1-4/+4
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor1-1/+1
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2-3/+3
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor1-13/+24
2017-09-15qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor1-2/+15
2017-09-15qemu.py: Simplify QMP key-conversionLukáš Doktor1-4/+1
2017-09-15qemu.py: Use iteritems rather than keys()Lukáš Doktor1-3/+3
2017-09-15qemu|qtest: Avoid dangerous argumentsLukáš Doktor2-2/+6
2017-09-15qemu.py: Pylint/style fixesLukáš Doktor1-18/+55
2017-09-15Merge remote-tracking branch 'remotes/huth/tags/check-20170915' into stagingPeter Maydell12-311/+203
2017-09-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...Peter Maydell15-98/+1580
2017-09-15qtest: Avoid passing raw strings through hmp()Eric Blake2-6/+6
2017-09-15libqtest: Remove dead qtest_instances variableEric Blake1-5/+1
2017-09-15numa-test: Use hmp()Eric Blake1-18/+3
2017-09-15qtest: Don't perform side effects inside assertionEric Blake1-24/+58
2017-09-15test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING codeEric Blake1-90/+0
2017-09-15tests: Fix broken ivshmem-server-msi/-irq testsThomas Huth1-1/+6
2017-09-15tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missingThomas Huth1-9/+15
2017-09-15tests/test-hmp: Remove puv3 and tricore_testboard from the blacklistThomas Huth1-2/+1
2017-09-15tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth8-156/+113
2017-09-15ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()Greg Kurz1-1/+1
2017-09-15spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz1-2/+2
2017-09-15spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz1-3/+3
2017-09-15spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz1-7/+13
2017-09-15spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz1-9/+12
2017-09-15spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz1-2/+3
2017-09-15xics: fix several error leaksGreg Kurz1-6/+6
2017-09-15vfio, spapr: Fix levels calculationAlexey Kardashevskiy1-1/+1
2017-09-15spapr_pci: handle FDT creation errors with _FDT()Greg Kurz1-23/+7
2017-09-15spapr_pci: use the common _FDT() helperGreg Kurz1-9/+1
2017-09-15spapr: fix CAS-generated resetCédric Le Goater1-0/+7
2017-09-15ppc/xive: fix OV5_XIVE_EXPLOIT bitsCédric Le Goater2-2/+3
2017-09-15spapr: only update SDR1 once per-cpu during CASGreg Kurz1-9/+5
2017-09-15spapr_pci: use g_strdup_printf()Greg Kurz1-9/+10
2017-09-15spapr_pci: drop useless check in spapr_populate_pci_child_dt()Greg Kurz1-5/+1
2017-09-15spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()Greg Kurz1-2/+2
2017-09-15hw/ppc/spapr.c: cleaning up qdev_get_machine() callsDaniel Henrique Barboza1-10/+9
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt6-0/+1496
2017-09-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170914'...Peter Maydell16-197/+382
2017-09-14mps2-an511: Fix wiring of UART overflow interrupt linesPeter Maydell1-2/+2
2017-09-14hw/pci-host/gpex: Implement PCI INTx routingPranavkumar Sawargaonkar1-0/+12
2017-09-14hw/arm/virt: Set INTx/gsi mappingPranavkumar Sawargaonkar1-0/+1
2017-09-14hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar2-0/+13
2017-09-14target/arm: Avoid an extra temporary for store_exclusiveRichard Henderson1-17/+9
2017-09-14AArch64: Fix single stepping of ERET instructionJaroslaw Pelczar1-0/+1