summary refs log tree commit diff stats
path: root/include/hw/ppc/spapr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spapr: nested: Introduce cap-nested-papr for Nested PAPR APIHarsh Prateek Bora2024-03-131-1/+5
* spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.Harsh Prateek Bora2024-03-131-0/+3
* spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.Harsh Prateek Bora2024-03-131-0/+2
* spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.Harsh Prateek Bora2024-03-131-1/+3
* spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.Harsh Prateek Bora2024-03-131-1/+6
* spapr: nested: Introduce SpaprMachineStateNested to store related info.Harsh Prateek Bora2024-03-131-1/+2
* spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora2024-03-131-0/+4
* hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_prPhilippe Mathieu-Daudé2024-02-231-3/+6
* ppc: spelling fixesMichael Tokarev2023-09-201-1/+1
* spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2023-09-181-7/+2
* spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin2023-09-061-0/+1
* spapr: Fix machine reset deadlock from replay-recordNicholas Piggin2023-09-061-0/+1
* ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin2023-06-251-62/+0
* spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin2023-05-281-1/+3
* hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé2022-12-211-1/+2
* hw/ppc/spapr: Fix code style problems reported by checkpatchBernhard Beschow2022-09-201-2/+3
* ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-061-1/+24
* spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy2022-07-061-0/+1
* pseries: allow setting stdout-path even on machines with a VGAPaolo Bonzini2022-05-261-1/+1
* ppc/spapr/ddw: Add 2M pagesizeAlexey Kardashevskiy2022-04-201-0/+1
* spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin2022-02-181-1/+73
* spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat2022-02-181-1/+3
* spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2021-09-301-0/+9
* spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza2021-09-301-1/+1
* spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza2021-09-301-14/+14
* target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2021-07-091-2/+6
* spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-2/+1
* target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin2021-07-091-0/+3
* spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-1/+18
* spapr: tune rtas-sizeAlexey Kardashevskiy2021-07-091-1/+1
* spapr: Don't hijack current_machine->boot_orderGreg Kurz2021-06-031-0/+3
* hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)2021-05-191-0/+6
* hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2021-05-191-0/+1
* spapr.h: increase FDT_MAX_SIZEDaniel Henrique Barboza2021-05-041-1/+1
* ppc: Rename current DAWR macros and variablesRavi Bangoria2021-05-041-1/+1
* ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain2021-05-041-1/+2
* spapr: Fix typo in the patb_entry commentAlexey Kardashevskiy2021-03-311-1/+1
* spapr.c: send QAPI event when memory hotunplug failsDaniel Henrique Barboza2021-03-101-2/+1
* spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug stateDaniel Henrique Barboza2021-03-101-0/+2
* spapr: move spapr_machine_using_legacy_numa() to spapr_numa.cDaniel Henrique Barboza2021-02-101-1/+0
* spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza2021-01-191-5/+0
* spapr.h: fix trailing whitespace in phb_placementDaniel Henrique Barboza2021-01-191-1/+1
* spapr: Improve handling of memory unplug with old guestsGreg Kurz2021-01-191-1/+1
* spapr: Fix buffer overflow in spapr_numa_associativity_init()Greg Kurz2021-01-061-1/+4
* spapr: Allow memory unplug to always succeedGreg Kurz2021-01-061-0/+1
* spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz2020-12-141-1/+1
* spapr: Make PHB placement functions and spapr_pre_plug_phb() return statusGreg Kurz2020-12-141-1/+1
* spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz2020-10-281-2/+1
* spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza2020-10-091-0/+2
* spapr: Add a return value to spapr_check_pagesize()Greg Kurz2020-10-091-1/+1