aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz
2017-06-30spapr: Fix migration of Radix guestsBharata B Rao
2017-06-30spapr: Add a "no HPT" encoding to HTAB migration streamBharata B Rao
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-06-28migration: move skip_section_footersPeter Xu
2017-06-28migration: move skip_configuration outPeter Xu
2017-06-28migration: move global_state.optional outPeter Xu
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau
2017-06-13Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela
2017-06-13migration: create global_state.cJuan Quintela
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz
2017-06-08hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson
2017-06-08spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()David Gibson
2017-06-08spapr: fix memory leak in spapr_memory_pre_plug()Greg Kurz
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson
2017-06-06spapr: Introduce DRC subclassesDavid Gibson
2017-06-06spapr: Allow boot from vhost-*-scsi backendsFelipe Franciosi
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson
2017-06-05spapr: cleanup spapr_fixup_cpu_numa_dt() usageIgor Mammedov
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov
2017-05-25hw/ppc/spapr.c: recover pending LMB unplug info in spapr_lmb_releaseDaniel Henrique Barboza
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza
2017-05-25hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineStateDavid Gibson
2017-05-24spapr: add pre_plug function for memoryLaurent Vivier
2017-05-24pseries: Restore support for total vcpus not a multiple of threads-per-core f...David Gibson
2017-05-24spapr: fix error reporting in xics_system_init()Greg Kurz
2017-05-24spapr: ensure core_slot isn't NULL in spapr_core_unplug()Greg Kurz
2017-05-24spapr: Consolidate HPT freeing code into a routineBharata B Rao
2017-05-24spapr: sanitize error handling in spapr_ics_create()Greg Kurz
2017-05-24ppc/xics: simplify prototype of xics_spapr_init()Greg Kurz
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-11numa: equally distribute memory on nodesLaurent Vivier
2017-05-11spapr: Don't accidentally advertise HTM support on POWER9David Gibson
2017-05-11target/ppc: Enable RADIX mmu mode for pseries TCG guestSuraj Jitindar Singh
2017-04-26spapr: remove the 'nr_servers' field from the machineCédric Le Goater
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater