summaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-25target-ppc: Update slb array with correct index values.Aneesh Kumar K.V1-2/+15
2013-10-25target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKENDavid Gibson1-0/+14
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-07-29target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-26/+26
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy1-0/+69
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori1-2/+2
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-01target-ppc kvm: save cr registerAlexey Kardashevskiy1-0/+5
2013-06-12KVM: PPC: Add dummy kvm_arch_init_irq_routing()Scott Wood1-0/+4
2013-05-18remove some double-includesMichael Tokarev1-2/+0
2013-04-26target-ppc: Synchronize VPA state with KVMDavid Gibson1-0/+120
2013-04-26pseries: Fixes and enhancements to L1 cache propertiesDavid Gibson1-0/+10
2013-04-26pseries: Fix incorrect calculation of RMA size in certain configurationsDavid Gibson1-1/+25
2013-04-26Enable kvm emulated watchdogBharat Bhushan1-0/+74
2013-04-26PPC: e500: advertise 4.2 MPIC only if KVM supports EPRStuart Yoder1-0/+7
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3