summary refs log tree commit diff stats
path: root/hw/ppc/spapr_hcall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin2023-06-251-414/+2
* ppc/spapr: load and store l2 state with helper functionsNicholas Piggin2023-06-251-79/+85
* ppc/spapr: Add a nested state structNicholas Piggin2023-06-251-38/+112
* ppc/spapr: H_ENTER_NESTED should restore host XER ca fieldNicholas Piggin2023-06-251-0/+1
* spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin2023-05-281-11/+13
* ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2023-05-051-16/+2
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* target/ppc: introduce ppc_maybe_interruptMatheus Ferst2022-10-281-0/+6
* hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza2022-10-171-0/+8
* ppc: Check partition and process table alignmentLeandro Lupori2022-07-181-0/+9
* spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas2022-04-201-6/+20
* spapr: Move hypercall_register_softmmuFabiano Rosas2022-04-201-25/+25
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin2022-02-181-0/+333
* spapr: move FORM1 verifications to post CASDaniel Henrique Barboza2021-09-301-0/+6
* spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza2021-09-301-0/+1
* spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-3/+2
* target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin2021-07-091-0/+2
* spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-3/+22
* hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)2021-05-191-9/+3
* hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)2021-05-191-576/+32
* hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2021-05-191-12/+2
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-051-1/+7
|\
| * target/ppc: Add POWER10 exception modelNicholas Piggin2021-05-041-1/+6
| * target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin2021-05-041-1/+2
* | Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
|/
* spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza2021-01-191-0/+1
* spapr: Introduce spapr_drc_reset_all()Greg Kurz2021-01-061-34/+6
* spapr: Fix reset of transient DR connectorsGreg Kurz2021-01-061-1/+7
* spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz2021-01-061-3/+4
* spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz2020-12-141-3/+4
* spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()Greg Kurz2020-11-051-1/+1
* spapr: Simplify error handling in do_client_architecture_support()Greg Kurz2020-10-091-4/+3
* spapr: Get rid of cas_check_pvr() error reportingGreg Kurz2020-10-091-15/+12
* spapr: move h_home_node_associativity to spapr_numa.cDaniel Henrique Barboza2020-09-081-40/+0
* qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster2020-07-101-1/+2
* spapr: Drop CAS reboot flagGreg Kurz2020-05-071-19/+14
* spapr/cas: Separate CAS handling from rebuilding the FDTAlexey Kardashevskiy2020-05-071-26/+41
* spapr: Simplify selection of radix/hash during CASGreg Kurz2020-05-071-5/+1
* spapr: Don't check capabilities removed between CAS callsGreg Kurz2020-05-071-13/+1
* spapr: Fix memory leak in h_client_architecture_support()Greg Kurz2020-03-241-0/+1
* spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson2020-03-171-2/+2
* spapr: Handle pending hot plug/unplug requests at CASGreg Kurz2020-03-171-6/+5
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-251-2/+2
|\
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* | spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz2020-02-211-5/+9
|/
* spapr: Don't allow multiple active vCPUs at CASGreg Kurz2020-02-021-0/+12
* spapr: Fail CAS if option vector table cannot be parsedGreg Kurz2020-02-021-0/+8
* spapr: Simplify ovec diffDavid Gibson2019-12-171-6/+2
* spapr: Fold h_cas_compose_response() into h_client_architecture_support()David Gibson2019-12-171-3/+52