aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth2-4/+3
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth2-7/+37
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+1
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater1-0/+1
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater1-2/+1
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater4-2/+2
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater1-0/+1
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater2-0/+4
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2-3/+3
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2-7/+0
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy1-1/+6
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier1-0/+1
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater1-0/+1
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2-0/+7
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2-0/+3
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater1-0/+2
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater2-0/+3
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater3-2/+6
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater2-1/+18
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater2-0/+4
2018-12-21spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater1-0/+45
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater2-0/+38
2018-12-21ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater2-0/+126
2018-12-21ppc/xive: add support for the END Event State BuffersCédric Le Goater1-0/+21
2018-12-21spapr: export and rename the xics_max_server_number() routineCédric Le Goater1-0/+1
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater1-0/+1
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater2-0/+85
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater2-0/+93
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater1-0/+23
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater1-1/+18
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater1-0/+260
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz1-0/+2
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh1-1/+4
2018-11-08hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth1-2/+0
2018-09-25spapr: increase the size of the IRQ number spaceCédric Le Goater1-0/+1
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater2-2/+1
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater2-9/+24
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater2-0/+37
2018-08-21xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"Greg Kurz1-1/+0
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell1-3/+6
2018-07-03ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater1-0/+1
2018-07-03ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater1-1/+2
2018-07-03ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater1-2/+3
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson1-0/+3
2018-06-22spapr: Maximum (HPT) pagesize propertyDavid Gibson1-1/+3
2018-06-21spapr: remove unused spapr_irq routinesCédric Le Goater1-4/+0
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-0/+4
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson1-0/+1
2018-06-21spapr: Compute effective capability values earlierDavid Gibson1-1/+2