aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-06-28vmstate: error hint for failed equal checksHalil Pasic3-5/+5
2017-06-28migration: move skip_section_footersPeter Xu1-1/+0
2017-06-28migration: move skip_configuration outPeter Xu1-1/+0
2017-06-28migration: move global_state.optional outPeter Xu1-1/+0
2017-06-20pnv-core: use get_uint() for "core-pir" propertyMarc-André Lureau1-1/+1
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau1-3/+4
2017-06-20object: use more specific property type namesMarc-André Lureau1-1/+1
2017-06-13Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell1-1/+3
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela1-1/+1
2017-06-13migration: create global_state.cJuan Quintela1-0/+1
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela1-0/+1
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier1-17/+3
2017-06-09xics: setup cpu at realize timeGreg Kurz2-23/+18
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz4-4/+8
2017-06-08hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth1-0/+6
2017-06-08pnv_core: drop reference on ICPState object during CPU realizationGreg Kurz1-1/+2
2017-06-08spapr: Rework DRC name handlingDavid Gibson1-51/+29
2017-06-08spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callersDavid Gibson1-40/+23
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson3-31/+15
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson2-18/+9
2017-06-08spapr: Clean up RTAS set-indicatorDavid Gibson2-42/+44
2017-06-08spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()David Gibson1-5/+6
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson3-41/+38
2017-06-08pseries: Correct panic behaviour for pseries machine typeDavid Gibson1-5/+2
2017-06-08spapr: fix memory leak in spapr_memory_pre_plug()Greg Kurz1-1/+4
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell7-520/+450
2017-06-06spapr: Remove some non-useful properties on DRC objectsDavid Gibson1-29/+0
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson1-27/+4
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson2-59/+18
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson4-43/+27
2017-06-06spapr: Introduce DRC subclassesDavid Gibson3-36/+95
2017-06-06spapr/drc: don't migrate DRC of cold-plugged CPUs and LMBsGreg Kurz1-7/+3
2017-06-06spapr: Allow boot from vhost-*-scsi backendsFelipe Franciosi1-0/+8
2017-06-06ppc/pnv: check the return value of fdt_setprop()Cédric Le Goater1-2/+3
2017-06-06target/ppc: Fixup set_spr error in h_register_process_tableSuraj Jitindar Singh1-2/+3
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson4-52/+41
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson1-16/+8
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson1-17/+6
2017-06-06spapr: Move DRC RTAS calls into spapr_drc.cDavid Gibson2-311/+315
2017-06-05spapr: cleanup spapr_fixup_cpu_numa_dt() usageIgor Mammedov1-12/+10
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov2-2/+4
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov1-16/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau2-2/+0
2017-05-30Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2017-05-30Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170525' into stagingStefan Hajnoczi6-163/+298
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi6-7/+7
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2017-05-25hw/ppc/spapr.c: recover pending LMB unplug info in spapr_lmb_releaseDaniel Henrique Barboza1-1/+42
2017-05-25hw/ppc: migrating the DRC state of hotplugged devicesDaniel Henrique Barboza1-0/+56
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza3-22/+29