summaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt1-0/+7
2015-10-23ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt1-3/+5
2015-10-23spapr_iommu: Rename vfio_accel parameterDavid Gibson1-2/+2
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-1/+1
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+4
2015-10-08target-ppc: Remove unnecessary variableShraddha Barke1-2/+1
2015-09-23ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth1-0/+9
2015-09-23spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy1-0/+5
2015-07-07target-ppc: fix hugepage support when using memory-backend-fileMichael Roth1-6/+51
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka1-0/+7
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-0/+17
2015-06-03pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson1-0/+17
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum1-1/+1
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka1-0/+6
2015-01-07target-ppc: explicitly save page table headers in big endianCédric Le Goater1-3/+17
2014-11-04target-ppc: kvm: Fix memory overflow issue about strncat()Chen Gang1-4/+4
2014-09-08PPC: KVM: Use vm check_extension for pv hcallAlexander Graf1-1/+1
2014-09-08ppc: Add hw breakpoint watchpoint supportBharat Bhushan1-15/+219
2014-09-08ppc: Add software breakpoint supportBharat Bhushan1-14/+79
2014-09-08ppc: synchronize excp_vectors for injecting exceptionBharat Bhushan1-0/+27
2014-09-08ppc: debug stub: Get trap instruction opcode from KVMBharat Bhushan1-0/+4
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania1-1/+12
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy1-10/+3
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy1-2/+5
2014-06-16PPC: KVM: Make pv hcall endian agnosticAlexander Graf1-8/+8
2014-06-16KVM: target-ppc: Enable TM state migrationAlexey Kardashevskiy1-0/+38
2014-06-16KVM: PPC: Expose fixup hcall capabilityAlexander Graf1-0/+7
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy1-2/+2
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy1-0/+7
2014-06-16KVM: PPC: Enable compatibility modeAlexey Kardashevskiy1-0/+5
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy1-0/+5
2014-06-16KVM: PPC: Don't secretly add 1T segment feature to CPUAlexander Graf1-3/+5
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy1-0/+21
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini1-4/+0
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck1-17/+4
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-4/+2
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-1/+1
2014-03-05target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy1-13/+0
2014-03-05target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V1-0/+36
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V1-0/+54
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V1-1/+3
2014-03-05PPC: KVM: suppress warnings about not supported SPRsAlexey Kardashevskiy1-4/+3
2014-03-05PPC: KVM: store SLB slot numberAlexey Kardashevskiy1-0/+3
2014-02-14PPC: KVM: Add missing address space to ldl_phys helperAlexander Graf1-1/+1
2013-12-20powerpc: add PVR mask supportAlexey Kardashevskiy1-0/+4
2013-12-20target-ppc: add stubs for KVM breakpointsGreg Kurz1-0/+28
2013-10-25target-ppc: Use #define for max slb entriesAneesh Kumar K.V1-2/+2