aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-12-19Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2019-12-17-v2' i...Peter Maydell
2019-12-18nbd: assert that Error** is not NULL in nbd_iter_channel_errorVladimir Sementsov-Ogievskiy
2019-12-18hw/vfio/ap: drop local_err from vfio_ap_realizeVladimir Sementsov-Ogievskiy
2019-12-18backends/cryptodev: drop local_err from cryptodev_backend_complete()Vladimir Sementsov-Ogievskiy
2019-12-18include/qom/object.h: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18hw/usb: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18hw/tpm: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18hw/sd: drop extra whitespace in sdhci_sysbus_realize() headerVladimir Sementsov-Ogievskiy
2019-12-18hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18monitor/qmp-cmds: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18hw/i386/amd_iommu: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18block/snapshot: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18hw/core/qdev: cleanup Error ** variablesVladimir Sementsov-Ogievskiy
2019-12-189pfs: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-12-18ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-12-18Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster
2019-12-18qdev-monitor: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-12-18vnc: drop Error pointer indirection in vnc_client_io_errorVladimir Sementsov-Ogievskiy
2019-12-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
2019-12-18error: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-12-18net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy
2019-12-18tests-blockjob: Use error_free_or_abort()Markus Armbruster
2019-12-18hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()Markus Armbruster
2019-12-18error: Clean up unusual names of Error * variablesMarkus Armbruster
2019-12-18memory-device: Fix memory pre-plug error API violationsMarkus Armbruster
2019-12-18qga: Fix guest-get-fsinfo error API violationsMarkus Armbruster
2019-12-18hw/ipmi: Fix realize() error API violationsMarkus Armbruster
2019-12-18hw/core: Fix fit_load_fdt() error API violationsMarkus Armbruster
2019-12-18hw/acpi: Fix legacy CPU plug error API violationsMarkus Armbruster
2019-12-18exec: Fix file_ram_alloc() error API violationsMarkus Armbruster
2019-12-18tests: Clean up initialization of Error *err variablesMarkus Armbruster
2019-12-18io: Fix Error usage in a comment <example>Markus Armbruster
2019-12-18crypto: Fix typo in QCryptoTLSSession's <example> commentMarkus Armbruster
2019-12-18crypto: Fix certificate file error handling crash bugMarkus Armbruster
2019-12-18error: Fix -msg timestamp defaultMarkus Armbruster
2019-12-18vga: cleanup mapping of VRAM for non-PCI VGAPaolo Bonzini
2019-12-18hw/display: Remove "rombar" hack from vga-pci and vmware_vgaThomas Huth
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth
2019-12-18hw/audio: Remove the "use_broken_id" hack from the AC97 deviceThomas Huth
2019-12-18hw/i386: Remove the deprecated machines 0.12 up to 0.15Thomas Huth
2019-12-18hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host BridgePhilippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Extract the IGD passthrough host bridge devicePhilippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Use definitions instead of magic valuesPhilippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()Philippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"Philippe Mathieu-Daudé
2019-12-18hw/pci-host/i440fx: Correct the header descriptionPhilippe Mathieu-Daudé
2019-12-18Fix some comment spelling errors.Cameron Esfahani
2019-12-18target/i386: remove unused pci-assign codesEiichi Tsukata