aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)Author
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
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-31spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPUAndreas Färber
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering
2012-10-05PPC: KVM: Fix BAT putAlexander Graf
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson
2012-10-04ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson
2012-08-15ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson
2012-06-24ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt
2012-04-15target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-03-15pseries: Don't try to munmap() a malloc()ed TCE tableDavid Gibson