summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov2017-09-017-8/+12
* hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" deviceThomas Huth2017-08-221-0/+2
* hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth2017-08-221-0/+2
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-12/+30
* spapr: Allow configure-connector to be called multiple timesBharata B Rao2017-08-221-7/+23
* spapr: Fix bug in h_signal_sys_reset()Sam Bobroff2017-08-091-5/+4Star
* spapr_drc: abort if object_property_add_child() failsGreg Kurz2017-08-091-1/+1
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-32/+32
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"David Gibson2017-07-291-6/+4Star
* spapr_drc: fix realize and unrealizeGreg Kurz2017-07-291-9/+6Star
* spapr: Fix QEMU abort during memory unplugBharata B Rao2017-07-251-16/+22
* spapr/htab: fix savevmLaurent Vivier2017-07-251-1/+1
* spapr_pci: Fix obsolete comment about MSIX encoding in addr/dataAlexey Kardashevskiy2017-07-251-3/+1Star
* qapi: Use QNull for a more regular visit_type_null()Markus Armbruster2017-07-241-1/+3
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell2017-07-176-324/+879
|\
| * spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz2017-07-171-2/+2
| * pseries: Allow HPT resizing with KVMDavid Gibson2017-07-171-0/+66
| * pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2017-07-172-5/+47
| * pseries: Enable HPT resizing for 2.10David Gibson2017-07-171-1/+2
| * pseries: Implement HPT resizingDavid Gibson2017-07-172-6/+312
| * pseries: Stubs for HPT resizingDavid Gibson2017-07-173-0/+113
| * spapr: fix potential memory leak in spapr_core_plug()Greg Kurz2017-07-171-4/+5
| * spapr: Implement DR-indicator for physical DRCs onlyDavid Gibson2017-07-171-4/+63
| * spapr: Remove sPAPRConfigureConnectorState sub-structureDavid Gibson2017-07-171-38/+18Star
| * spapr: Consolidate DRC state variablesDavid Gibson2017-07-172-104/+124
| * spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2017-07-172-21/+11Star
| * spapr: Refactor spapr_drc_detach()David Gibson2017-07-173-20/+10Star
| * spapr: Abort on delete failure in spapr_drc_release()David Gibson2017-07-171-1/+1
| * spapr: Simplify unplug pathDavid Gibson2017-07-171-48/+8Star
| * spapr: Remove 'awaiting_allocation' DRC flagDavid Gibson2017-07-171-22/+3Star
| * spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier2017-07-173-12/+25
| * spapr: Minor cleanups to events handlingDavid Gibson2017-07-172-26/+25Star
| * spapr: migrate pending_events of spapr stateDaniel Henrique Barboza2017-07-172-46/+85
| * spapr: Remove unnecessary instance_size specifications from DRC subtypesDavid Gibson2017-07-171-5/+0Star
* | hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-144-12/+6Star
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-144-6/+6
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-142-20/+30
|\
| * spapr_rng: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-6/+2Star
| * memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-7/+19
| * memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-7/+9
* | Convert error_report() to warn_report()Alistair Francis2017-07-133-6/+6
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell2017-07-113-100/+79Star
|\
| * spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater2017-07-111-4/+6
| * spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater2017-07-111-6/+7
| * spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson2017-07-111-1/+2
| * spapr: fix memory hotplug error pathGreg Kurz2017-07-111-4/+22
| * spapr: Use unplug_request for PCI hot unplugDavid Gibson2017-07-111-6/+7
| * spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-113-15/+6Star
| * spapr: Add DRC release methodDavid Gibson2017-07-111-16/+6Star