summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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-18hw/i386/amd_iommu: 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-18hmp: drop Error pointer indirection in hmp_handle_errorVladimir Sementsov-Ogievskiy
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-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-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-17hyperv: Use auto rcu_read macrosDr. David Alan Gilbert
2019-12-17hw/i386/pc: Extract the port92 devicePhilippe Mathieu-Daudé
2019-12-17hw/i386/pc: Inline port92_init()Philippe Mathieu-Daudé
2019-12-17hw/i386/pc: Use TYPE_PORT92 instead of hardcoded stringPhilippe Mathieu-Daudé
2019-12-17hw/isa/isa-bus: cleanup irq functionsPaolo Bonzini
2019-12-17hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé
2019-12-17pc: stubify x86 iommuPaolo Bonzini
2019-12-17acpi: move PC stubs out of stubs/Paolo Bonzini
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini
2019-12-17hw/i386/pc: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini
2019-12-17pci-stub: add more MSI functionsPaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini
2019-12-17i386: conditionally compile more filesPaolo Bonzini
2019-12-17configure: simplify vhost condition with KconfigMarc-André Lureau
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...Peter Maydell
2019-12-17hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster
2019-12-17Remove the core bluetooth codeThomas Huth