aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-04ppc/kvm: Skip writing DPDES back when in run time stateAlexey Kardashevskiy1-0/+5
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat1-70/+5
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz1-0/+9
2019-07-02target/ppc: fix compile error in kvmppc_define_rtas_kernel_token()Cédric Le Goater1-1/+1
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+5
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-3/+2
2019-05-29spapr/xive: add KVM supportCédric Le Goater1-0/+7
2019-05-29target/ppc/kvm: Fix trace typoBoxuan Li1-1/+1
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell1-105/+139
2019-04-26target/ppc/kvm: Convert DPRINTF to tracesGreg Kurz1-41/+27
2019-04-26target/ppc: Style fixes for kvm_ppc.h and kvm.cDavid Gibson1-65/+113
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-2/+2
2019-03-12target/ppc/spapr: Enable H_PAGE_INIT in-kernel handlingSuraj Jitindar Singh1-0/+5
2019-03-12target/ppc: Refactor kvm_handle_debugFabiano Rosas1-36/+50
2019-03-12target/ppc: Move handling of hardware breakpoints to a separate functionFabiano Rosas1-19/+28
2019-03-12target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh1-0/+16
2019-03-12target/ppc/spapr: Add workaround option to SPAPR_CAP_IBSSuraj Jitindar Singh1-1/+7
2019-03-12target/ppc: Implement large decrementer support for KVMSuraj Jitindar Singh1-0/+42
2019-02-04target/ppc/kvm: Drop useless include directiveGreg Kurz1-1/+0
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-10/+14
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/+9
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-3/+1
2018-07-03target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()Greg Kurz1-9/+8
2018-07-03target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()Greg Kurz1-97/+20
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson1-68/+65
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson1-14/+0
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson1-2/+15
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-18/+21
2018-06-16target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cacheSuraj Jitindar Singh1-1/+18
2018-06-12target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()Suraj Jitindar Singh1-20/+39
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson1-0/+4
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson1-42/+0
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson1-1/+1
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson1-4/+4
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-1/+5
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson1-2/+2
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-2/+2
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson1-7/+0
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson1-5/+1
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson1-6/+2
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh1-2/+4
2018-03-06target/ppc: Check mask when setting cap_ppc_safe_indirect_branchSuraj Jitindar Singh1-1/+1
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy1-1/+6