summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy2020-03-171-1/+1
| * spapr: Clean up RMA size calculationDavid Gibson2020-03-171-24/+37
| * spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson2020-03-161-5/+8
| * spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson2020-03-161-18/+10Star
| * spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson2020-03-161-2/+3
| * spapr: Don't use weird units for MIN_RMA_SLOFDavid Gibson2020-03-161-4/+4
* | qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-29/+7Star
|/
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-251-5/+3Star
|\
| * ppc/spapr: use memdev for RAMIgor Mammedov2020-02-191-5/+3Star
* | spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy2020-02-201-7/+31
* | spapr: Add NVDIMM device supportShivaprasad G Bhat2020-02-201-9/+60
* | ppc: function to setup latest class optionsMichael S. Tsirkin2020-02-201-2/+7
|/
* ppc: spapr: Activate the FWNMI functionalityAravinda Prasad2020-02-031-1/+2
* migration: Include migration support for machine check handlingAravinda Prasad2020-02-031-0/+47
* target/ppc: Handle NMI guest exitAravinda Prasad2020-02-031-0/+8
* ppc: spapr: Introduce FWNMI capabilityAravinda Prasad2020-02-031-0/+2
* spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machineDavid Gibson2020-02-031-1/+4
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-3/+3
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* spapr/xive: remove redundant check in spapr_match_nvt()Cédric Le Goater2020-01-081-4/+4
* spapr.c: remove 'out' label in spapr_dt_cas_updates()Daniel Henrique Barboza2020-01-081-6/+3Star
* ppc/spapr: Support reboot of secure pseries guestBharata B Rao2020-01-081-0/+1
* spapr: Simplify ovec diffDavid Gibson2019-12-171-11/+3Star
* spapr: Fold h_cas_compose_response() into h_client_architecture_support()David Gibson2019-12-171-60/+1Star
* spapr: Improve handling of fdt buffer sizeDavid Gibson2019-12-171-22/+11Star
* ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy2019-12-171-1/+1
* ppc/spapr: Implement the XiveFabric interfaceCédric Le Goater2019-12-171-0/+39
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+12
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-1/+1
* spapr: Add /chosen to FDT only at reset time to preserve kernel and initramdiskAlexey Kardashevskiy2019-11-181-10/+15
* spapr: Don't request to unplug the same core twiceGreg Kurz2019-10-241-3/+4
* spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2019-10-241-0/+2
* spapr: Remove SpaprIrq::nr_msisDavid Gibson2019-10-241-3/+2Star
* spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-2/+1Star
* spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson2019-10-241-1/+1
* spapr: Set VSMT to smp_threads by defaultGreg Kurz2019-10-241-1/+6
* numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu2019-10-151-8/+1Star
* spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson2019-10-041-3/+12
* spapr: Render full FDT on ibm,client-architecture-supportAlexey Kardashevskiy2019-10-041-79/+9Star
* spapr: Stop providing RTAS blobAlexey Kardashevskiy2019-10-041-30/+2Star
* spapr: Do not put empty properties for -kernel/-initrd/-appendAlexey Kardashevskiy2019-10-041-5/+10
* spapr: Skip leading zeroes from memory@ DT node namesAlexey Kardashevskiy2019-10-041-1/+1
* spapr: Fixes a leak in CASAlexey Kardashevskiy2019-10-041-0/+1
* spapr: Move handling of special NVLink numa node from reset to initDavid Gibson2019-10-041-10/+11
* spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson2019-10-041-6/+4Star
* spapr: Report kvm_irqchip_in_kernel() in 'info pic'Greg Kurz2019-10-041-0/+4
* pseries: do not allow memory-less/cpu-less NUMA nodeLaurent Vivier2019-10-041-0/+33
* migration: register_savevm_live doesn't need devDr. David Alan Gilbert2019-09-121-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-09-041-14/+15
|\