]> git.proxmox.com Git - mirror_qemu.git/history - hw
include/qom/object.h: rename Error ** parameter to more common errp
[mirror_qemu.git] / hw /
2019-12-18 Vladimir Sementsov... hw/usb: rename Error ** parameter to more common errp
2019-12-18 Vladimir Sementsov... hw/tpm: rename Error ** parameter to more common errp
2019-12-18 Vladimir Sementsov... hw/sd: drop extra whitespace in sdhci_sysbus_realize...
2019-12-18 Vladimir Sementsov... hw/s390x: rename Error ** parameter to more common...
2019-12-18 Vladimir Sementsov... hw/i386/amd_iommu: rename Error ** parameter to more...
2019-12-18 Vladimir Sementsov... hw/core/qdev: cleanup Error ** variables
2019-12-18 Vladimir Sementsov... 9pfs: make Error **errp const where it is appropriate
2019-12-18 Vladimir Sementsov... ppc: make Error **errp const where it is appropriate
2019-12-18 Markus ArmbrusterRevert "ppc: well form kvmppc_hint_smt_possible error...
2019-12-18 Vladimir Sementsov... hmp: drop Error pointer indirection in hmp_handle_error
2019-12-18 Markus Armbrusterhw/intc/s390: Simplify error handling in kvm_s390_flic_...
2019-12-18 Markus Armbrustererror: Clean up unusual names of Error * variables
2019-12-18 Markus Armbrustermemory-device: Fix memory pre-plug error API violations
2019-12-18 Markus Armbrusterhw/ipmi: Fix realize() error API violations
2019-12-18 Markus Armbrusterhw/core: Fix fit_load_fdt() error API violations
2019-12-18 Markus Armbrusterhw/acpi: Fix legacy CPU plug error API violations
2019-12-17 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2019-12-17 Peter MaydellMerge remote-tracking branch 'remotes/cleber/tags/pytho...
2019-12-17 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2019-12-17 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2019-12-17 Markus Armbrusterhw/misc/ivshmem: Bury dead legacy INTx code
2019-12-17 Thomas HuthRemove the core bluetooth code
2019-12-16 Greg Kurzppc/pnv: Drop PnvChipClass::type
2019-12-16 Greg Kurzppc/pnv: Introduce PnvChipClass::xscom_pcba() method
2019-12-16 Greg Kurzppc/pnv: Pass content of the "compatible" property...
2019-12-16 Greg Kurzppc/pnv: Pass XSCOM base address and address size to...
2019-12-16 Greg Kurzppc/pnv: Introduce PnvChipClass::xscom_core_base()...
2019-12-16 Greg Kurzppc/pnv: Introduce PnvChipClass::intc_print_info()...
2019-12-16 Greg Kurzppc/pnv: Introduce PnvMachineClass::dt_power_mgt()
2019-12-16 Greg Kurzppc/pnv: Introduce PnvMachineClass and PnvMachineClass...
2019-12-16 Greg Kurzppc/pnv: Drop PnvPsiClass::chip_type
2019-12-16 Greg Kurzppc/pnv: Introduce PnvPsiClass::compat
2019-12-16 Cédric Le Goaterppc/pnv: Fix OCC common area region mapping
2019-12-16 Cédric Le Goaterppc/pnv: Introduce PBA registers
2019-12-16 Cédric Le Goaterppc/pnv: populate the DT with realized XSCOM devices
2019-12-16 Cédric Le Goaterppc/pnv: Loop on the whole hierarchy to populate the...
2019-12-16 Suraj Jitindar Singhtarget/ppc: Add SPR TBU40
2019-12-16 Suraj Jitindar Singhtarget/ppc: Work [S]PURR implementation and add HV...
2019-12-16 Suraj Jitindar Singhtarget/ppc: Implement the VTB for HV access
2019-12-16 Cédric Le Goaterppc/pnv: add a LPC Controller model for POWER10
2019-12-16 Cédric Le Goaterppc/pnv: add a PSI bridge model for POWER10
2019-12-16 Cédric Le Goaterppc/psi: cleanup definitions
2019-12-16 Cédric Le Goaterppc/pnv: Introduce a POWER10 PnvChip and a powernv10...
2019-12-16 Greg Kurzppc: Don't use CPUPPCState::irq_input_state with modern...
2019-12-16 Greg Kurzxics: Don't deassert outputs
2019-12-16 Greg Kurzppc: Deassert the external interrupt pin in KVM on...
2019-12-16 David Gibsonspapr: Simplify ovec diff
2019-12-16 David Gibsonspapr: Fold h_cas_compose_response() into h_client_arch...
2019-12-16 David Gibsonspapr: Improve handling of fdt buffer size
2019-12-16 David Gibsonspapr: Don't trigger a CAS reboot for XICS/XIVE mode...
2019-12-16 Vladimir Sementsov... ppc: well form kvmppc_hint_smt_possible error hint...
2019-12-16 Cédric Le Goaterppc/pnv: Dump the XIVE NVT table
2019-12-16 Cédric Le Goaterppc/pnv: Extend XiveRouter with a get_block_id() handler
2019-12-16 Cédric Le Goaterppc/pnv: Introduce a pnv_xive_block_id() helper
2019-12-16 Cédric Le Goaterppc/xive: Synthesize interrupt from the saved IPB in...
2019-12-16 Cédric Le Goaterppc/xive: Introduce a xive_tctx_ipb_update() helper
2019-12-16 Cédric Le Goaterppc/xive: Remove the get_tctx() XiveRouter handler
2019-12-16 Cédric Le Goaterppc/xive: Move the TIMA operations to the controller...
2019-12-16 Cédric Le Goaterppc/pnv: Clarify how the TIMA is accessed on a multichi...
2019-12-16 Greg Kurzspapr/xive: Configure number of servers in KVM
2019-12-16 Greg Kurzspapr/xics: Configure number of servers in KVM
2019-12-16 Greg Kurzspapr: Pass the maximum number of vCPUs to the KVM...
2019-12-16 Cédric Le Goaterppc/xive: Extend the TIMA operation with a XivePresente...
2019-12-16 Cédric Le Goaterppc/xive: Use the XiveFabric and XivePresenter interfaces
2019-12-16 Cédric Le Goaterppc/spapr: Implement the XiveFabric interface
2019-12-16 Cédric Le Goaterppc/pnv: Implement the XiveFabric interface
2019-12-16 Cédric Le Goaterppc/xive: Introduce a XiveFabric interface
2019-12-16 Cédric Le Goaterppc/pnv: Fix TIMA indirect access
2019-12-16 Cédric Le Goaterppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
2019-12-16 Cédric Le Goaterppc: Introduce a ppc_cpu_pir() helper
2019-12-16 Cédric Le Goaterppc/pnv: Loop on the threads of the chip to find a...
2019-12-16 Greg Kurzppc/pnv: Instantiate cores separately
2019-12-16 Cédric Le Goaterppc/xive: Implement the XivePresenter interface
2019-12-16 Cédric Le Goaterppc/xive: Introduce a XivePresenter interface
2019-12-16 Cédric Le Goaterppc/pnv: Create BMC devices at machine init
2019-12-16 Cédric Le Goaterppc/pnv: Add HIOMAP commands
2019-12-16 Cédric Le Goateripmi: Add support to customize OEM functions
2019-12-16 Cédric Le Goaterppc/xive: Check V bit in TM_PULL_POOL_CTX
2019-12-16 Cédric Le Goaterppc/xive: Introduce OS CAM line helpers
2019-12-16 Cédric Le Goaterppc/pnv: Quiesce some XIVE errors
2019-12-16 Greg Kurzxive/kvm: Trigger interrupts from userspace
2019-12-16 Cédric Le Goaterppc/pnv: Remove pnv_xive_vst_size() routine
2019-12-16 Cédric Le Goaterppc/xive: Record the IPB in the associated NVT
2019-12-16 Cédric Le Goaterppc/pnv: Add a LPC "ranges" property
2019-12-16 Greg Kurzspapr: Abort if XICS interrupt controller cannot be...
2019-12-16 Greg Kurzxics: Link ICP_PROP_CPU property to ICPState::cs pointer
2019-12-16 Greg Kurzxics: Link ICP_PROP_XICS property to ICPState::xics...
2019-12-16 Greg Kurzxics: Link ICS_PROP_XICS property to ICSState::xics...
2019-12-16 Greg Kurzppc/pnv: Link "chip" property to PnvXive::chip pointer
2019-12-16 Greg Kurzppc/pnv: Link "chip" property to PnvCore::chip pointer
2019-12-16 Greg Kurzppc/pnv: Link "chip" property to PnvHomer::chip pointer
2019-12-16 Greg Kurzppc/pnv: Link "psi" property to PnvOCC::psi pointer
2019-12-16 Greg Kurzppc/pnv: Link "psi" property to PnvLpc::psi pointer
2019-12-16 Greg Kurzxive: Link "xive" property to XiveEndSource::xrtr pointer
2019-12-16 Greg Kurzxive: Link "xive" property to XiveSource::xive pointer
2019-12-16 Greg Kurzxive: Link "cpu" property to XiveTCTX::cs pointer
2019-12-16 Greg Kurzppc/pnv: Drop "chip" link from POWER9 PSI object
2019-12-16 Cédric Le Goaterppc/pnv: Add a "/qemu" device tree node
2019-12-16 Cédric Le Goaterppc/pnv: Add a PNOR model
2019-12-16 Thomas Huthhw/usb: Remove the USB bluetooth dongle device
next