aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/kvm_ppc.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-07target/ppc: Prohibit target specific KVM prototypes on user emulationPhilippe Mathieu-Daudé1-0/+4
2023-07-07target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'Philippe Mathieu-Daudé1-5/+0
2023-07-07target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.hPhilippe Mathieu-Daudé1-2/+0
2023-07-07target/ppc: Reorder #ifdef'ry in kvm_ppc.hPhilippe Mathieu-Daudé1-34/+28
2023-07-07target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'Philippe Mathieu-Daudé1-0/+1
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin1-0/+6
2022-12-21target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"Philippe Mathieu-Daudé1-0/+3
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao1-0/+12
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson1-6/+0
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz1-2/+3
2020-07-27pseries: fix kvmppc_set_fwnmi()Laurent Vivier1-2/+2
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé1-11/+11
2020-04-07ppc/spapr: KVM FWNMI should not be enabled until guest requests itNicholas Piggin1-0/+6
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson1-4/+3
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad1-0/+2
2020-02-03ppc: spapr: Introduce FWNMI capabilityAravinda Prasad1-0/+6
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao1-0/+6
2019-12-18ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy1-2/+2
2019-12-18Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster1-2/+2
2019-12-17ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy1-2/+2
2019-07-02target/ppc/machine: Add kvmppc_pvr_workaround_required() stubGreg Kurz1-0/+5
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz1-0/+5
2019-05-29spapr/xive: add KVM supportCédric Le Goater1-0/+6
2019-04-26target/ppc: Style fixes for kvm_ppc.h and kvm.cDavid Gibson1-1/+2
2019-03-12target/ppc/spapr: Enable H_PAGE_INIT in-kernel handlingSuraj Jitindar Singh1-0/+5
2019-03-12target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh1-0/+6
2019-03-12target/ppc: Implement large decrementer support for KVMSuraj Jitindar Singh1-0/+12
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh1-0/+12
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania1-0/+7
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson1-0/+5
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson1-6/+0
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson1-0/+6
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson1-6/+0
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy1-0/+6
2018-01-29target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh1-0/+18
2018-01-17target/ppc: Clean up probing of VMX, VSX and DFP availability on KVMDavid Gibson1-2/+0
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz1-6/+0
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz1-2/+2
2017-09-27ppc/kvm: drop kvmppc_has_cap_htab_fd()Greg Kurz1-6/+0
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov1-1/+1
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff1-0/+12
2017-08-22target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza1-0/+1
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson1-0/+21
2017-07-17pseries: Stubs for HPT resizingDavid Gibson1-0/+5
2017-06-08target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()Greg Kurz1-2/+2
2017-04-26target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy1-0/+6
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh1-0/+10
2017-04-26target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3Sam Bobroff1-0/+12
2017-04-26target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy1-5/+7
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson1-15/+5