aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-07-17spapr: fix potential memory leak in spapr_core_plug()Greg Kurz1-4/+5
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson1-4/+63
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson1-38/+18
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson2-104/+124
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2-21/+11
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson3-20/+10
2017-07-17spapr: Abort on delete failure in spapr_drc_release()David Gibson1-1/+1
2017-07-17spapr: Simplify unplug pathDavid Gibson1-48/+8
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson1-22/+3
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier3-12/+25
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson2-26/+25
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2-46/+85
2017-07-17spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson1-5/+0
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-20/+30
2017-07-14spapr_rng: Convert to DEFINE_PROP_LINKFam Zheng1-6/+2
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-7/+19
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-7/+9
2017-07-13Convert error_report() to warn_report()Alistair Francis3-6/+6
2017-07-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell3-100/+79
2017-07-11spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater1-4/+6
2017-07-11spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater1-6/+7
2017-07-11spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson1-1/+2
2017-07-11spapr: fix memory hotplug error pathGreg Kurz1-4/+22
2017-07-11spapr: Use unplug_request for PCI hot unplugDavid Gibson1-6/+7
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson3-15/+6
2017-07-11spapr: Add DRC release methodDavid Gibson1-16/+6
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson2-30/+7
2017-07-11spapr: Leave DR-indicator management to the guestDavid Gibson1-4/+2
2017-07-11spapr: fix migration to pseries machine < 2.8Laurent Vivier1-14/+14
2017-07-11spapr: fix bogus function name in commentGreg Kurz1-1/+1
2017-07-11spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz1-2/+2
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela1-2/+2
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson1-42/+103
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson1-28/+45
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson2-34/+16
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson1-22/+27
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson2-54/+1
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson1-10/+0
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza1-1/+0
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao1-3/+4
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 Gibson2-10/+2
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson3-7/+62
2017-06-30hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth1-4/+0
2017-06-28vmstate: error hint for failed equal checksHalil Pasic3-5/+5
2017-06-28migration: move skip_section_footersPeter Xu1-1/+0