aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell
2020-05-07spapr: Drop CAS reboot flagGreg Kurz
2020-05-07spapr/cas: Separate CAS handling from rebuilding the FDTAlexey Kardashevskiy
2020-05-07spapr: Simplify selection of radix/hash during CASGreg Kurz
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin
2020-05-06hw: add compat machines for 5.1Cornelia Huck
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell
2020-03-17ppc/spapr: Implement FWNMI System Reset deliveryNicholas Piggin
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin
2020-03-17ppc/spapr: Add FWNMI System Reset stateNicholas Piggin
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin
2020-03-17spapr: Rename DT functions to newer naming conventionDavid Gibson
2020-03-17spapr: Move creation of ibm,architecture-vec-5 propertyDavid Gibson
2020-03-17spapr: Move creation of ibm,dynamic-reconfiguration-memory dt nodeDavid Gibson
2020-03-17spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy
2020-03-17ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy
2020-03-17spapr: Clean up RMA size calculationDavid Gibson
2020-03-17spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson
2020-03-17spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson
2020-03-17spapr: Don't use weird units for MIN_RMA_SLOFDavid Gibson
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-21spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat
2020-02-21ppc: function to setup latest class optionsMichael S. Tsirkin
2020-02-19ppc/spapr: use memdev for RAMIgor Mammedov
2020-02-03ppc: spapr: Activate the FWNMI functionalityAravinda Prasad
2020-02-03migration: Include migration support for machine check handlingAravinda Prasad
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad
2020-02-03ppc: spapr: Introduce FWNMI capabilityAravinda Prasad
2020-02-03spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machineDavid Gibson
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-08spapr/xive: remove redundant check in spapr_match_nvt()Cédric Le Goater
2020-01-08spapr.c: remove 'out' label in spapr_dt_cas_updates()Daniel Henrique Barboza
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao
2019-12-17spapr: Simplify ovec diffDavid Gibson
2019-12-17spapr: Fold h_cas_compose_response() into h_client_architecture_support()David Gibson
2019-12-17spapr: Improve handling of fdt buffer sizeDavid Gibson
2019-12-17ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy
2019-12-17ppc/spapr: Implement the XiveFabric interfaceCédric Le Goater
2019-12-14hw: add compat machines for 5.0Cornelia Huck
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev