aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)Author
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
2019-12-17spapr: Simplify ovec diffDavid Gibson
2019-12-17spapr: Fold h_cas_compose_response() into h_client_architecture_support()David Gibson
2019-12-17spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeoverDavid Gibson
2019-10-04spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson
2019-10-04spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson
2019-08-29spapr: Use SHUTDOWN_CAUSE_SUBSYSTEM_RESET for CAS rebootsDavid Gibson
2019-08-21spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth
2019-08-21spapr: Implement H_JOINNicholas Piggin
2019-08-21spapr: Implement H_CONFERNicholas Piggin
2019-08-21spapr: Implement H_PRODNicholas Piggin
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin
2019-08-21ppc: fix leak in h_client_architecture_supportShivaprasad G Bhat
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz
2019-05-29spapr/xive: Sanity checks of OV5 during CASGreg Kurz
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt
2019-04-26ppc/spapr: Use proper HPTE accessors for H_READBenjamin Herrenschmidt
2019-03-19spapr: Correctly set LPCR[GTSE] in H_REGISTER_PROCESS_TABLEDavid Gibson
2019-03-12spapr: Use CamelCase properlyDavid Gibson