summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)Author
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
2019-03-12target/ppc/spapr: Clear partition table entry when allocating hash tableSuraj Jitindar Singh
2019-03-12target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh
2019-03-12target/ppc/spapr: Add workaround option to SPAPR_CAP_IBSSuraj Jitindar Singh
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-16spapr: fix leak in h_client_architecture_support()Greg Kurz
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-04spapr: Clean up LPCR updates from hypercallsDavid Gibson
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh
2018-02-16hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commitDaniel Henrique Barboza
2018-02-10hw/ppc: rename functions in commentsDaniel Henrique Barboza
2018-02-10spapr: add missing break in h_get_cpu_characteristics()Greg Kurz
2018-01-29target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICSSuraj Jitindar Singh
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé
2017-11-14target/ppc: correct htab shift for hash on radixSam Bobroff
2017-10-17spapr: Correct RAM size calculation for HPT resizingDavid Gibson
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz
2017-09-15spapr: fix CAS-generated resetCédric Le Goater
2017-09-15spapr: only update SDR1 once per-cpu during CASGreg Kurz
2017-09-08spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff
2017-08-09spapr: Fix bug in h_signal_sys_reset()Sam Bobroff
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson
2017-07-17pseries: Implement HPT resizingDavid Gibson