aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz4-0/+5
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater1-1/+0
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater4-0/+5
2019-10-24ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater1-0/+3
2019-10-24spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2-1/+1
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson1-3/+1
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2-3/+1
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson1-1/+3
2019-10-24spapr: Remove SpaprIrq::init_kvm hookDavid Gibson1-1/+0
2019-10-24spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson2-4/+4
2019-10-24spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson3-6/+4
2019-10-24spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson1-2/+2
2019-10-24spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson1-1/+3
2019-10-24spapr: Formalize notion of active interrupt controllerDavid Gibson2-2/+8
2019-10-24spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2-4/+3
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson1-2/+11
2019-10-24spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson1-0/+14
2019-10-24spapr: Set VSMT to smp_threads by defaultGreg Kurz1-0/+1
2019-10-24ppc/pnv: Improve trigger data definitionCédric Le Goater1-3/+23
2019-10-04spapr: Eliminate SpaprIrq::init hookDavid Gibson1-1/+0
2019-10-04spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson1-1/+2
2019-10-04xive: Improve irq claim/free pathDavid Gibson2-3/+3
2019-10-04spapr: Handle freeing of multiple irqs in frontend onlyDavid Gibson1-1/+1
2019-10-04spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2-3/+0
2019-10-04spapr: Simplify spapr_qirq() handlingDavid Gibson1-1/+0
2019-10-04spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson1-1/+1
2019-10-04spapr: Clarify and fix handling of nr_irqsDavid Gibson1-7/+12
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+3
2019-10-04xics: Create sPAPR specific ICS subtypeDavid Gibson1-1/+3
2019-10-04xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson1-10/+6
2019-10-04xics: Eliminate reset hookDavid Gibson1-1/+0
2019-10-04xics: Rename misleading ics_simple_*() functionsDavid Gibson1-3/+3
2019-10-04xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson1-4/+0
2019-10-04xics: Minor fixes for XICSFabric interfaceDavid Gibson1-5/+1
2019-10-04spapr: Stop providing RTAS blobAlexey Kardashevskiy1-2/+0
2019-10-04spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson1-1/+1
2019-10-04spapr/irq: Introduce an ics_irq_free() helperCédric Le Goater1-0/+5
2019-10-04hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S2-0/+56
2019-10-04hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S1-0/+3
2019-10-04hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S1-0/+18
2019-08-29spapr_pci: Advertise BAR reallocation capabilityAlexey Kardashevskiy1-0/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-21spapr/irq: Drop spapr_irq_msi_reset()Greg Kurz1-1/+0
2019-08-21spapr: Implement ibm,suspend-meNicholas Piggin1-1/+2
2019-08-21ppc/xive: Improve 'info pic' supportCédric Le Goater2-5/+6
2019-08-21ppc/xive: Provide silent escalation supportCédric Le Goater1-0/+2
2019-08-21ppc/xive: Provide unconditional escalation supportCédric Le Goater1-0/+2
2019-08-21ppc/xive: use an abstract type for XiveNotifierCédric Le Goater1-4/+2
2019-08-21spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth2-0/+42