summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
...
| * spapr: Uniform DRC reset pathsDavid Gibson2017-07-112-30/+7Star
| * spapr: Leave DR-indicator management to the guestDavid Gibson2017-07-111-4/+2Star
| * spapr: fix migration to pseries machine < 2.8Laurent Vivier2017-07-111-14/+14
| * spapr: fix bogus function name in commentGreg Kurz2017-07-111-1/+1
| * spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz2017-07-111-2/+2
* | migration: Rename cleanup() to save_cleanup()Juan Quintela2017-07-101-2/+2
* | migration: Rename save_live_setup() to save_setup()Juan Quintela2017-07-101-1/+1
|/
* spapr: Clean up DRC set_isolation_state() pathDavid Gibson2017-06-301-42/+103
* spapr: Clean up DRC set_allocation_state pathDavid Gibson2017-06-301-28/+45
* spapr: Make DRC reset force DRC into known stateDavid Gibson2017-06-302-34/+16Star
* spapr: Split DRC release from DRC detachDavid Gibson2017-06-301-22/+27
* spapr: Eliminate DRC 'signalled' state variableDavid Gibson2017-06-302-54/+1Star
* spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson2017-06-301-10/+0Star
* hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza2017-06-301-1/+0Star
* spapr: prevent QEMU crash when CPU realization failsBharata B Rao2017-06-301-3/+4
* spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz2017-06-301-2/+86
* spapr: Fix migration of Radix guestsBharata B Rao2017-06-301-0/+12
* spapr: Add a "no HPT" encoding to HTAB migration streamBharata B Rao2017-06-301-4/+25
* ppc: Rework CPU compatibility testing across migrationDavid Gibson2017-06-301-1/+6
* pseries: Reset CPU compatibility modeDavid Gibson2017-06-302-10/+2Star
* pseries: Move CPU compatibility property to machineDavid Gibson2017-06-303-7/+62
* hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth2017-06-301-4/+0Star
* vmstate: error hint for failed equal checksHalil Pasic2017-06-283-5/+5
* migration: move skip_section_footersPeter Xu2017-06-281-1/+0Star
* migration: move skip_configuration outPeter Xu2017-06-281-1/+0Star
* migration: move global_state.optional outPeter Xu2017-06-281-1/+0Star
* pnv-core: use get_uint() for "core-pir" propertyMarc-André Lureau2017-06-201-1/+1
* pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2017-06-201-3/+4
* object: use more specific property type namesMarc-André Lureau2017-06-201-1/+1
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell2017-06-131-1/+3
|\
| * migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-131-1/+1
| * migration: create global_state.cJuan Quintela2017-06-131-0/+1
| * migration: Split registration functions from vmstate.hJuan Quintela2017-06-131-0/+1
* | Revert "spapr: fix memory hot-unplugging"Laurent Vivier2017-06-091-17/+3Star
* | xics: setup cpu at realize timeGreg Kurz2017-06-092-23/+18Star
* | xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-094-4/+8
* | hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth2017-06-081-0/+6
* | pnv_core: drop reference on ICPState object during CPU realizationGreg Kurz2017-06-081-1/+2
* | spapr: Rework DRC name handlingDavid Gibson2017-06-081-51/+29Star
* | spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callersDavid Gibson2017-06-081-40/+23Star
* | spapr: Change DRC attach & detach methods to functionsDavid Gibson2017-06-083-31/+15Star
* | spapr: Clean up handling of DR-indicatorDavid Gibson2017-06-082-18/+9Star
* | spapr: Clean up RTAS set-indicatorDavid Gibson2017-06-082-42/+44
* | spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()David Gibson2017-06-081-5/+6
* | spapr: Clean up DR entity sense handlingDavid Gibson2017-06-083-41/+38Star
* | pseries: Correct panic behaviour for pseries machine typeDavid Gibson2017-06-081-5/+2Star
* | spapr: fix memory leak in spapr_memory_pre_plug()Greg Kurz2017-06-081-1/+4
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell2017-06-067-520/+450Star
|\
| * spapr: Remove some non-useful properties on DRC objectsDavid Gibson2017-06-061-29/+0Star
| * spapr: Eliminate spapr_drc_get_type_str()David Gibson2017-06-061-27/+4Star