aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2017-09-08spapr_drc: pass object ownership to parent/ownerMichael Roth
2017-09-08spapr_drc: add unrealize method to physical DRC classGreg Kurz
2017-09-08spapr_pci: parent the MSI memory region to the PHBGreg Kurz
2017-09-08spapr_iommu: convert TCE table object to realize()Greg Kurz
2017-09-08spapr_drc: use g_strdup_printf() instead of snprintf()Greg Kurz
2017-09-08spapr_iommu: use g_strdup_printf() instead of snprintf()Greg Kurz
2017-09-08spapr_pci: use memory_region_add_subregion() with DMA windowsGreg Kurz
2017-09-08hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza
2017-09-08hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza
2017-09-08hw/ppc/spapr_drc.c: change spapr_drc_needed to use drc->devDaniel Henrique Barboza
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-08-22hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" deviceThomas Huth
2017-08-22hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth
2017-08-22spapr: Allow configure-connector to be called multiple timesBharata B Rao
2017-08-09spapr: Fix bug in h_signal_sys_reset()Sam Bobroff
2017-08-09spapr_drc: abort if object_property_add_child() failsGreg Kurz
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-29Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"David Gibson
2017-07-29spapr_drc: fix realize and unrealizeGreg Kurz
2017-07-25spapr: Fix QEMU abort during memory unplugBharata B Rao
2017-07-25spapr/htab: fix savevmLaurent Vivier
2017-07-25spapr_pci: Fix obsolete comment about MSIX encoding in addr/dataAlexey Kardashevskiy
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster
2017-07-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int...Peter Maydell
2017-07-17spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson
2017-07-17pseries: Enable HPT resizing for 2.10David Gibson
2017-07-17pseries: Implement HPT resizingDavid Gibson
2017-07-17pseries: Stubs for HPT resizingDavid Gibson
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-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
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