aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-04ppc/pnv: Change the maximum of PHB3 devices for Power8NVLCédric Le Goater1-1/+1
2021-12-17ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devicesCédric Le Goater1-7/+13
2021-12-17ppc/pnv: Move realize of PEC stacks under the PEC modelCédric Le Goater1-33/+4
2021-12-17ppc/pnv: Remove "system-memory" property from PHB4 PECCédric Le Goater1-2/+0
2021-12-17ppc/pnv: Compute the PHB index from the PHB4 PEC modelCédric Le Goater1-3/+1
2021-12-17ppc/pnv: Introduce a num_stack class attributeCédric Le Goater1-7/+0
2021-12-17ppc/pnv: Introduce a "chip" property under the PHB4 modelCédric Le Goater1-0/+2
2021-12-17ppc/pnv: Introduce version and device_id class atributes for PHB4 devicesCédric Le Goater1-2/+2
2021-12-17ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devicesCédric Le Goater1-11/+8
2021-12-17ppc/pnv: Use QOM hierarchy to scan PHB3 devicesCédric Le Goater1-18/+54
2021-12-17ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()Cédric Le Goater1-12/+0
2021-12-17ppc/pnv: Drop the "num-phbs" propertyCédric Le Goater1-1/+0
2021-12-17ppc/pnv: Introduce a "chip" property under PHB3Cédric Le Goater1-0/+2
2021-12-17ppc/pnv.c: fix "system-id" FDT when -uuid is setDaniel Henrique Barboza1-1/+1
2021-12-17ppc/pnv.c: add a friendly warning when accel=kvm is usedDaniel Henrique Barboza1-0/+5
2021-09-29ppc/pnv: Add an assert when calculating the RAM distribution on chipsCédric Le Goater1-0/+2
2021-09-29ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater1-2/+2
2021-09-29ppc/pnv: Remove useless variableCédric Le Goater1-4/+3
2021-08-27ppc/pnv: Distribute RAM among the chipsCédric Le Goater1-8/+25
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater1-5/+6
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater1-1/+1
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-02-10ppc/pnv: Set default RAM size to 1 GBCédric Le Goater1-3/+7
2021-02-10ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater1-0/+11
2021-02-10ppc/pnv: Use skiboot addresses to load kernel and ramfsCédric Le Goater1-3/+3
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10ppc: remove bios_namePaolo Bonzini1-4/+1
2020-11-15non-virt: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-09ppc/pnv: Increase max firmware sizeCédric Le Goater1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-27/+13
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-59/+59
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-26/+13
2020-06-26ppc/pnv: Silence missing BMC warning with qtestGreg Kurz1-3/+6
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-19/+13
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-4/+2
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-4/+4
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-27/+15
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster1-5/+4
2020-06-15qdev: Convert uses of qdev_set_parent_bus() manuallyMarkus Armbruster1-4/+2
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-06-15ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system busMarkus Armbruster1-3/+3
2020-05-27ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras1-4/+4
2020-05-27ppc/pnv: Fix NMI system reset SRR1 valueNicholas Piggin1-6/+20
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-8/+5
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-2/+1