summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
* machine: Use shorter format for GlobalProperty arraysEduardo Habkost2019-01-101-60/+12Star
* machine: Eliminate unnecessary stringify() usageEduardo Habkost2019-01-101-1/+1
* spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost2019-01-101-1/+1
* spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater2019-01-081-3/+7
* spapr: return from post_load method when RTC import failsCédric Le Goater2019-01-081-2/+7
* ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater2019-01-081-1/+1
* spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz2019-01-081-2/+0Star
* spapr: move spapr_create_phb() to core machine codeGreg Kurz2019-01-081-1/+12
* ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy2019-01-081-1/+42
* spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-081-0/+1
* include: remove compat.hMarc-André Lureau2019-01-071-1/+0Star
* compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau2019-01-071-5/+1Star
* compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau2019-01-071-4/+1Star
* compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau2019-01-071-5/+1Star
* compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau2019-01-071-4/+1Star
* compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau2019-01-071-4/+1Star
* compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau2019-01-071-5/+1Star
* machine: move compat properties out of globalsMarc-André Lureau2019-01-071-132/+122Star
* hw: apply machine compat properties without touching globalsMarc-André Lureau2019-01-071-14/+28
* machines: replace COMPAT define with a static arrayMarc-André Lureau2019-01-071-94/+107
* spapr: change default CPU type to POWER9Cédric Le Goater2018-12-201-1/+2
* spapr: introduce an 'ic-mode' machine optionCédric Le Goater2018-12-201-7/+43
* spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2018-12-201-7/+26
* spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2018-12-201-0/+6
* spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater2018-12-201-8/+5Star
* spapr: add device tree support for the XIVE exploitation modeCédric Le Goater2018-12-201-1/+2
* spapr: export and rename the xics_max_server_number() routineCédric Le Goater2018-12-201-4/+4
* spapr: introduce a spapr_irq_init() routineCédric Le Goater2018-12-201-1/+1
* spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater2018-12-201-5/+6
* spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz2018-12-201-2/+0Star
* spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych2018-12-201-1/+1
* spapr: Delete instance_options functionsEduardo Habkost2018-12-111-85/+0Star
* spapr: Use default_machine_opts to set suppress_vmdescEduardo Habkost2018-12-111-1/+1
* spapr: Use default_machine_opts to set use_hotplug_event_sourceEduardo Habkost2018-12-111-3/+1Star
* q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson2018-12-111-3/+22
* ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2018-11-081-0/+2
* hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth2018-11-081-0/+23
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-241-14/+7Star
* pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-4/+4
* spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater2018-09-251-1/+1
* spapr: increase the size of the IRQ number spaceCédric Le Goater2018-09-251-0/+1
* spapr: Correct reference count on spapr-cpu-coreSam Bobroff2018-08-301-0/+2