summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2017-07-17spapr: fix potential memory leak in spapr_core_plug()Greg Kurz
2017-07-17spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson
2017-07-17spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson
2017-07-17spapr: Consolidate DRC state variablesDavid Gibson
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson
2017-07-17spapr: Abort on delete failure in spapr_drc_release()David Gibson
2017-07-17spapr: Simplify unplug pathDavid Gibson
2017-07-17spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier
2017-07-17spapr: Minor cleanups to events handlingDavid Gibson
2017-07-17spapr: migrate pending_events of spapr stateDaniel Henrique Barboza
2017-07-17spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14spapr_rng: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell
2017-07-11spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater
2017-07-11spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater
2017-07-11spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson
2017-07-11spapr: fix memory hotplug error pathGreg Kurz
2017-07-11spapr: Use unplug_request for PCI hot unplugDavid Gibson
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson
2017-07-11spapr: Add DRC release methodDavid Gibson
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson
2017-07-11spapr: Leave DR-indicator management to the guestDavid Gibson
2017-07-11spapr: fix migration to pseries machine < 2.8Laurent Vivier
2017-07-11spapr: fix bogus function name in commentGreg Kurz
2017-07-11spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao
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-30hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-28migration: move skip_section_footersPeter Xu