aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)Author
2023-09-06spapr: implement H_SET_MODE debug facilitiesNicholas Piggin
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand
2023-06-25ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin
2023-06-25ppc/spapr: load and store l2 state with helper functionsNicholas Piggin
2023-06-25ppc/spapr: Add a nested state structNicholas Piggin
2023-06-25ppc/spapr: H_ENTER_NESTED should restore host XER ca fieldNicholas Piggin
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori
2022-04-20spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas
2022-04-20spapr: Move hypercall_register_softmmuFabiano Rosas
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin
2021-09-30spapr: move FORM1 verifications to post CASDaniel Henrique Barboza
2021-09-30spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-01-19spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza
2021-01-06spapr: Introduce spapr_drc_reset_all()Greg Kurz
2021-01-06spapr: Fix reset of transient DR connectorsGreg Kurz
2021-01-06spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz
2020-12-14spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz
2020-11-05spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz
2020-10-09spapr: Simplify error handling in do_client_architecture_support()Greg Kurz
2020-10-09spapr: Get rid of cas_check_pvr() error reportingGreg Kurz
2020-09-08spapr: move h_home_node_associativity to spapr_numa.cDaniel Henrique Barboza
2020-07-10qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster
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-07spapr: Don't check capabilities removed between CAS callsGreg Kurz
2020-03-24spapr: Fix memory leak in h_client_architecture_support()Greg Kurz
2020-03-17spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-02spapr: Don't allow multiple active vCPUs at CASGreg Kurz
2020-02-02spapr: Fail CAS if option vector table cannot be parsedGreg Kurz