aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)Author
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy
2014-06-16KVM: PPC: Don't secretly add 1T segment feature to CPUAlexander Graf
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy
2014-03-05target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy
2014-03-05target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V
2014-03-05PPC: KVM: suppress warnings about not supported SPRsAlexey Kardashevskiy
2014-03-05PPC: KVM: store SLB slot numberAlexey Kardashevskiy
2014-02-14PPC: KVM: Add missing address space to ldl_phys helperAlexander Graf
2013-12-20powerpc: add PVR mask supportAlexey Kardashevskiy
2013-12-20target-ppc: add stubs for KVM breakpointsGreg Kurz
2013-10-25target-ppc: Use #define for max slb entriesAneesh Kumar K.V
2013-10-25target-ppc: Update slb array with correct index values.Aneesh Kumar K.V
2013-10-25target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKENDavid Gibson
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-01target-ppc kvm: save cr registerAlexey Kardashevskiy
2013-06-12KVM: PPC: Add dummy kvm_arch_init_irq_routing()Scott Wood
2013-05-18remove some double-includesMichael Tokarev
2013-04-26target-ppc: Synchronize VPA state with KVMDavid Gibson
2013-04-26pseries: Fixes and enhancements to L1 cache propertiesDavid Gibson
2013-04-26pseries: Fix incorrect calculation of RMA size in certain configurationsDavid Gibson
2013-04-26Enable kvm emulated watchdogBharat Bhushan
2013-04-26PPC: e500: advertise 4.2 MPIC only if KVM supports EPRStuart Yoder
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson
2013-03-22target-ppc: Remove CONFIG_PSERIES dependency in kvm.cDavid Gibson
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-08target-ppc: Make host CPU a subclass of the host's CPU modelAndreas Färber
2013-03-08target-ppc: Synchronize FPU state with KVMDavid Gibson
2013-03-08target-ppc: Add mechanism for synchronizing SPRs with KVMDavid Gibson
2013-03-08target-ppc: Convert CPU definitionsAndreas Färber
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost
2013-01-18PPC: KVM: Add support for EPR with KVMAlexander Graf
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-07target-ppc: Error out for -cpu host on unknown PVRAndreas Färber
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber