summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-08-22hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" deviceThomas Huth1-0/+2
2017-08-22hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth1-0/+2
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-12/+30
2017-08-22spapr: Allow configure-connector to be called multiple timesBharata B Rao1-7/+23
2017-08-09spapr: Fix bug in h_signal_sys_reset()Sam Bobroff1-5/+4
2017-08-09spapr_drc: abort if object_property_add_child() failsGreg Kurz1-1/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-32/+32
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-29Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"David Gibson1-6/+4
2017-07-29spapr_drc: fix realize and unrealizeGreg Kurz1-9/+6
2017-07-25spapr: Fix QEMU abort during memory unplugBharata B Rao1-16/+22
2017-07-25spapr/htab: fix savevmLaurent Vivier1-1/+1
2017-07-25spapr_pci: Fix obsolete comment about MSIX encoding in addr/dataAlexey Kardashevskiy1-3/+1
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+3
2017-07-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell6-324/+879
2017-07-17spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz1-2/+2
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson1-0/+66
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2-5/+47
2017-07-17pseries: Enable HPT resizing for 2.10David Gibson1-1/+2
2017-07-17pseries: Implement HPT resizingDavid Gibson2-6/+312
2017-07-17pseries: Stubs for HPT resizingDavid Gibson3-0/+113
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-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell4-12/+6
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell4-6/+6
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