summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson1-15/+0
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza1-1/+0
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz1-2/+86
2017-06-30spapr: Fix migration of Radix guestsBharata B Rao1-0/+12
2017-06-30spapr: Add a "no HPT" encoding to HTAB migration streamBharata B Rao1-4/+25
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson1-1/+6
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson1-0/+2
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson1-1/+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-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau1-3/+4
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-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-1/+2
2017-06-08hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth1-0/+6
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson1-13/+6
2017-06-08spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()David Gibson1-5/+6
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 Maydell1-30/+28
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson1-4/+0
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson1-14/+14
2017-06-06spapr: Introduce DRC subclassesDavid Gibson1-3/+2
2017-06-06spapr: Allow boot from vhost-*-scsi backendsFelipe Franciosi1-0/+8
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson1-9/+4
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 Mammedov1-1/+1
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov1-16/+1
2017-05-25hw/ppc/spapr.c: recover pending LMB unplug info in spapr_lmb_releaseDaniel Henrique Barboza1-1/+42
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza1-4/+6
2017-05-25hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineStateDavid Gibson1-38/+67
2017-05-24spapr: add pre_plug function for memoryLaurent Vivier1-15/+26
2017-05-24pseries: Restore support for total vcpus not a multiple of threads-per-core f...David Gibson1-1/+7
2017-05-24spapr: fix error reporting in xics_system_init()Greg Kurz1-7/+6
2017-05-24spapr: ensure core_slot isn't NULL in spapr_core_unplug()Greg Kurz1-0/+1
2017-05-24spapr: Consolidate HPT freeing code into a routineBharata B Rao1-4/+9
2017-05-24spapr: sanitize error handling in spapr_ics_create()Greg Kurz1-7/+12
2017-05-24ppc/xics: simplify prototype of xics_spapr_init()Greg Kurz1-1/+1
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi1-7/+39
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov1-2/+2
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov1-0/+17
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-7/+21
2017-05-11numa: equally distribute memory on nodesLaurent Vivier1-0/+1
2017-05-11spapr: Don't accidentally advertise HTM support on POWER9David Gibson1-1/+1
2017-05-11target/ppc: Enable RADIX mmu mode for pseries TCG guestSuraj Jitindar Singh1-4/+11
2017-04-26spapr: remove the 'nr_servers' field from the machineCédric Le Goater1-32/+24
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater1-33/+14