summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_hcall.c
Commit message (Expand)AuthorAgeFilesLines
* spapr: Simplify error handling in do_client_architecture_support()Greg Kurz2020-10-091-4/+3Star
* spapr: Get rid of cas_check_pvr() error reportingGreg Kurz2020-10-091-15/+12Star
* spapr: move h_home_node_associativity to spapr_numa.cDaniel Henrique Barboza2020-09-081-40/+0Star
* qom: Crash more nicely on object_property_get_link() failureMarkus Armbruster2020-07-101-1/+2
* spapr: Drop CAS reboot flagGreg Kurz2020-05-071-19/+14Star
* 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/+1Star
* spapr: Don't check capabilities removed between CAS callsGreg Kurz2020-05-071-13/+1Star
* 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-161-2/+2
* spapr: Handle pending hot plug/unplug requests at CASGreg Kurz2020-03-161-6/+5Star
* 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-201-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/+2Star
* spapr: Fold h_cas_compose_response() into h_client_architecture_support()David Gibson2019-12-171-3/+52
* spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeoverDavid Gibson2019-12-171-20/+13Star
* spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson2019-10-041-3/+3
* spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson2019-10-041-2/+1Star
* spapr: Use SHUTDOWN_CAUSE_SUBSYSTEM_RESET for CAS rebootsDavid Gibson2019-08-291-1/+1
* spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxyMichael Roth2019-08-211-0/+13
* spapr: Implement H_JOINNicholas Piggin2019-08-211-13/+61
* spapr: Implement H_CONFERNicholas Piggin2019-08-211-0/+67
* spapr: Implement H_PRODNicholas Piggin2019-08-211-0/+32
* spapr: Implement dispatch tracking for tcgNicholas Piggin2019-08-211-5/+0Star
* ppc: fix leak in h_client_architecture_supportShivaprasad G Bhat2019-08-211-0/+2
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz2019-05-291-2/+4
* spapr/xive: Sanity checks of OV5 during CASGreg Kurz2019-05-291-0/+24
* ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-261-6/+7
* ppc/spapr: Use proper HPTE accessors for H_READBenjamin Herrenschmidt2019-04-261-6/+5Star
* spapr: Correctly set LPCR[GTSE] in H_REGISTER_PROCESS_TABLEDavid Gibson2019-03-191-1/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-49/+49
* target/ppc/spapr: Clear partition table entry when allocating hash tableSuraj Jitindar Singh2019-03-121-4/+8
* target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh2019-03-121-0/+5
* target/ppc/spapr: Add workaround option to SPAPR_CAP_IBSSuraj Jitindar Singh2019-03-121-0/+5
* target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt2019-02-251-10/+12
* target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2019-02-251-38/+8Star
* spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater2019-01-081-0/+11
* ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy2019-01-081-0/+42
* spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-081-0/+40
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-161-35/+42
* spapr: fix leak in h_client_architecture_support()Greg Kurz2018-06-161-0/+1
* machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2018-05-071-3/+3
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-1/+1
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-0/+1