aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora1-2/+22
2024-02-23hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_prPhilippe Mathieu-Daudé1-2/+2
2024-02-23hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepPhilippe Mathieu-Daudé1-4/+8
2023-12-20hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-09-20ppc: spelling fixesMichael Tokarev1-1/+1
2023-09-06spapr: implement H_SET_MODE debug facilitiesNicholas Piggin1-0/+57
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand1-1/+1
2023-06-25ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin1-414/+2
2023-06-25ppc/spapr: load and store l2 state with helper functionsNicholas Piggin1-79/+85
2023-06-25ppc/spapr: Add a nested state structNicholas Piggin1-38/+112
2023-06-25ppc/spapr: H_ENTER_NESTED should restore host XER ca fieldNicholas Piggin1-0/+1
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin1-11/+13
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-16/+2
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst1-0/+6
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza1-0/+8
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori1-0/+9
2022-04-20spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas1-6/+20
2022-04-20spapr: Move hypercall_register_softmmuFabiano Rosas1-25/+25
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin1-0/+333
2021-09-30spapr: move FORM1 verifications to post CASDaniel Henrique Barboza1-0/+6
2021-09-30spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza1-0/+1
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy1-3/+2
2021-07-09target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin1-0/+2
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy1-3/+22
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)1-9/+3
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)1-576/+32
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas1-12/+2
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell1-1/+7
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin1-1/+6
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin1-1/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-19spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza1-0/+1
2021-01-06spapr: Introduce spapr_drc_reset_all()Greg Kurz1-34/+6
2021-01-06spapr: Fix reset of transient DR connectorsGreg Kurz1-1/+7
2021-01-06spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz1-3/+4
2020-12-14spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz1-3/+4
2020-11-05spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz1-1/+1
2020-10-09spapr: Simplify error handling in do_client_architecture_support()Greg Kurz1-4/+3
2020-10-09spapr: Get rid of cas_check_pvr() error reportingGreg Kurz1-15/+12
2020-09-08spapr: move h_home_node_associativity to spapr_numa.cDaniel Henrique Barboza1-40/+0
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster1-1/+2
2020-05-07spapr: Drop CAS reboot flagGreg Kurz1-19/+14
2020-05-07spapr/cas: Separate CAS handling from rebuilding the FDTAlexey Kardashevskiy1-26/+41
2020-05-07spapr: Simplify selection of radix/hash during CASGreg Kurz1-5/+1
2020-05-07spapr: Don't check capabilities removed between CAS callsGreg Kurz1-13/+1
2020-03-24spapr: Fix memory leak in h_client_architecture_support()Greg Kurz1-0/+1
2020-03-17spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson1-2/+2
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz1-6/+5