aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-18ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy3-4/+4
2019-12-18Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster3-6/+6
2019-12-18qdev-monitor: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy1-5/+7
2019-12-18vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy2-14/+8
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy6-88/+87
2019-12-18error: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2-6/+6
2019-12-18net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy1-10/+7
2019-12-18tests-blockjob: Use error_free_or_abort()Markus Armbruster1-2/+1
2019-12-18hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()Markus Armbruster1-6/+4
2019-12-18error: Clean up unusual names of Error * variablesMarkus Armbruster4-26/+26
2019-12-18memory-device: Fix memory pre-plug error API violationsMarkus Armbruster1-2/+4
2019-12-18qga: Fix guest-get-fsinfo error API violationsMarkus Armbruster1-2/+4
2019-12-18hw/ipmi: Fix realize() error API violationsMarkus Armbruster4-8/+18
2019-12-18hw/core: Fix fit_load_fdt() error API violationsMarkus Armbruster1-7/+8
2019-12-18hw/acpi: Fix legacy CPU plug error API violationsMarkus Armbruster1-7/+3
2019-12-18exec: Fix file_ram_alloc() error API violationsMarkus Armbruster1-2/+4
2019-12-18tests: Clean up initialization of Error *err variablesMarkus Armbruster2-6/+6
2019-12-18io: Fix Error usage in a comment <example>Markus Armbruster1-1/+1
2019-12-18crypto: Fix typo in QCryptoTLSSession's <example> commentMarkus Armbruster1-1/+1
2019-12-18crypto: Fix certificate file error handling crash bugMarkus Armbruster1-1/+1
2019-12-18error: Fix -msg timestamp defaultMarkus Armbruster4-7/+14
2019-12-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...Peter Maydell43-9345/+26
2019-12-17Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell17-197/+284
2019-12-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20191217' into...Peter Maydell65-955/+2454
2019-12-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-28/+76
2019-12-17tests: use g_test_rand_intPaolo Bonzini3-7/+7
2019-12-17tests/Makefile: Fix check-report.* targets shown in check-helpWainer dos Santos Moschetta1-3/+1
2019-12-17glib: use portable g_setenv()Marc-André Lureau8-30/+6
2019-12-17hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster1-35/+0
2019-12-17pseries: disable migration-test if /dev/kvm cannot be usedLaurent Vivier1-1/+2
2019-12-17tests: fix modules-test 'duplicate test case' errorCole Robinson1-1/+2
2019-12-17Remove libbluetooth / bluez from the CI testsThomas Huth4-4/+1
2019-12-17Remove the core bluetooth codeThomas Huth19-8651/+0
2019-12-17pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2019-12-17ppc/pnv: Drop PnvChipClass::typeGreg Kurz2-14/+0
2019-12-17ppc/pnv: Introduce PnvChipClass::xscom_pcba() methodGreg Kurz3-13/+25
2019-12-17ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpersGreg Kurz1-10/+0
2019-12-17ppc/pnv: Pass content of the "compatible" property to pnv_dt_xscom()Greg Kurz3-21/+14
2019-12-17ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()Greg Kurz3-17/+14
2019-12-17ppc/pnv: Introduce PnvChipClass::xscom_core_base() methodGreg Kurz2-7/+25
2019-12-17ppc/pnv: Introduce PnvChipClass::intc_print_info() methodGreg Kurz2-5/+26
2019-12-17ppc/pnv: Drop pnv_is_power9() and pnv_is_power10() helpersGreg Kurz1-10/+0
2019-12-17ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()Greg Kurz2-6/+12
2019-12-17ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compatGreg Kurz2-14/+31
2019-12-16python/qemu: Remove unneeded imports in __init__Wainer dos Santos Moschetta1-6/+0
2019-12-17ppc/pnv: Drop PnvPsiClass::chip_typeGreg Kurz2-4/+0
2019-12-17ppc/pnv: Introduce PnvPsiClass::compatGreg Kurz2-14/+13
2019-12-17ppc: Drop useless extern annotation for functionsGreg Kurz2-14/+14
2019-12-17ppc/pnv: Fix OCC common area region mappingCédric Le Goater4-11/+16
2019-12-17ppc/pnv: Introduce PBA registersCédric Le Goater6-44/+134