summaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson1-0/+1
2013-03-22target-ppc: Remove CONFIG_PSERIES dependency in kvm.cDavid Gibson1-1/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-7/+9
2013-03-08target-ppc: Make host CPU a subclass of the host's CPU modelAndreas Färber1-43/+23
2013-03-08target-ppc: Synchronize FPU state with KVMDavid Gibson1-0/+130
2013-03-08target-ppc: Add mechanism for synchronizing SPRs with KVMDavid Gibson1-8/+107
2013-03-08target-ppc: Convert CPU definitionsAndreas Färber1-12/+20
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson1-2/+2
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost1-0/+5
2013-01-18PPC: KVM: Add support for EPR with KVMAlexander Graf1-0/+21
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-5/+7
2013-01-07target-ppc: Error out for -cpu host on unknown PVRAndreas Färber1-0/+8
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber1-7/+30
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder1-6/+26
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-5/+5
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber1-13/+20
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber1-23/+32
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber1-13/+23
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-4/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber1-1/+2
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-2/+1
2012-10-31target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber1-2/+6
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno1-39/+100
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering1-1/+1
2012-10-05PPC: KVM: Fix BAT putAlexander Graf1-4/+5
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson1-5/+25