Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170717' int... | Peter Maydell | 6 | -324/+879 |
2017-07-17 | spapr: fix memory leak in spapr_core_pre_plug() | Greg Kurz | 1 | -2/+2 |
2017-07-17 | pseries: Allow HPT resizing with KVM | David Gibson | 1 | -0/+66 |
2017-07-17 | pseries: Use smaller default hash page tables when guest can resize | David Gibson | 2 | -5/+47 |
2017-07-17 | pseries: Enable HPT resizing for 2.10 | David Gibson | 1 | -1/+2 |
2017-07-17 | pseries: Implement HPT resizing | David Gibson | 2 | -6/+312 |
2017-07-17 | pseries: Stubs for HPT resizing | David Gibson | 3 | -0/+113 |
2017-07-17 | spapr: fix potential memory leak in spapr_core_plug() | Greg Kurz | 1 | -4/+5 |
2017-07-17 | spapr: Implement DR-indicator for physical DRCs only | David Gibson | 1 | -4/+63 |
2017-07-17 | spapr: Remove sPAPRConfigureConnectorState sub-structure | David Gibson | 1 | -38/+18 |
2017-07-17 | spapr: Consolidate DRC state variables | David Gibson | 2 | -104/+124 |
2017-07-17 | spapr: Cleanups relating to DRC awaiting_release field | David Gibson | 2 | -21/+11 |
2017-07-17 | spapr: Refactor spapr_drc_detach() | David Gibson | 3 | -20/+10 |
2017-07-17 | spapr: Abort on delete failure in spapr_drc_release() | David Gibson | 1 | -1/+1 |
2017-07-17 | spapr: Simplify unplug path | David Gibson | 1 | -48/+8 |
2017-07-17 | spapr: Remove 'awaiting_allocation' DRC flag | David Gibson | 1 | -22/+3 |
2017-07-17 | spapr: Treat devices added before inbound migration as coldplugged | Laurent Vivier | 3 | -12/+25 |
2017-07-17 | spapr: Minor cleanups to events handling | David Gibson | 2 | -26/+25 |
2017-07-17 | spapr: migrate pending_events of spapr state | Daniel Henrique Barboza | 2 | -46/+85 |
2017-07-17 | spapr: Remove unnecessary instance_size specifications from DRC subtypes | David Gibson | 1 | -5/+0 |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 4 | -12/+6 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 4 | -6/+6 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -20/+30 |
2017-07-14 | spapr_rng: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -6/+2 |
2017-07-14 | memory/iommu: introduce IOMMUMemoryRegionClass | Alexey Kardashevskiy | 1 | -7/+19 |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 1 | -7/+9 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 3 | -6/+6 |
2017-07-11 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int... | Peter Maydell | 3 | -100/+79 |
2017-07-11 | spapr: populate device tree depending on XIVE_EXPLOIT option | Cédric Le Goater | 1 | -4/+6 |
2017-07-11 | spapr: introduce the XIVE_EXPLOIT option in CAS | Cédric Le Goater | 1 | -6/+7 |
2017-07-11 | spapr: Only report host/guest IOMMU page size mismatches on KVM | David Gibson | 1 | -1/+2 |
2017-07-11 | spapr: fix memory hotplug error path | Greg Kurz | 1 | -4/+22 |
2017-07-11 | spapr: Use unplug_request for PCI hot unplug | David Gibson | 1 | -6/+7 |
2017-07-11 | spapr: Remove unnecessary differences between hotplug and coldplug paths | David Gibson | 3 | -15/+6 |
2017-07-11 | spapr: Add DRC release method | David Gibson | 1 | -16/+6 |
2017-07-11 | spapr: Uniform DRC reset paths | David Gibson | 2 | -30/+7 |
2017-07-11 | spapr: Leave DR-indicator management to the guest | David Gibson | 1 | -4/+2 |
2017-07-11 | spapr: fix migration to pseries machine < 2.8 | Laurent Vivier | 1 | -14/+14 |
2017-07-11 | spapr: fix bogus function name in comment | Greg Kurz | 1 | -1/+1 |
2017-07-11 | spapr: make spapr_populate_hotplug_cpu_dt() static | Greg Kurz | 1 | -2/+2 |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela | 1 | -2/+2 |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela | 1 | -1/+1 |
2017-06-30 | spapr: Clean up DRC set_isolation_state() path | David Gibson | 1 | -42/+103 |
2017-06-30 | spapr: Clean up DRC set_allocation_state path | David Gibson | 1 | -28/+45 |
2017-06-30 | spapr: Make DRC reset force DRC into known state | David Gibson | 2 | -34/+16 |
2017-06-30 | spapr: Split DRC release from DRC detach | David Gibson | 1 | -22/+27 |
2017-06-30 | spapr: Eliminate DRC 'signalled' state variable | David Gibson | 2 | -54/+1 |
2017-06-30 | spapr: Start hotplugged PCI devices in ISOLATED state | David Gibson | 1 | -10/+0 |
2017-06-30 | hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statements | Daniel Henrique Barboza | 1 | -1/+0 |
2017-06-30 | spapr: prevent QEMU crash when CPU realization fails | Bharata B Rao | 1 | -3/+4 |