Age | Commit message (Expand) | Author | Files | Lines |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -3/+3 |
2013-03-22 | mmu-hash*: Add header file for definitions | David Gibson | 1 | -0/+1 |
2013-03-22 | target-ppc: Remove CONFIG_PSERIES dependency in kvm.c | David Gibson | 1 | -1/+1 |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 1 | -7/+9 |
2013-03-08 | target-ppc: Make host CPU a subclass of the host's CPU model | Andreas Färber | 1 | -43/+23 |
2013-03-08 | target-ppc: Synchronize FPU state with KVM | David Gibson | 1 | -0/+130 |
2013-03-08 | target-ppc: Add mechanism for synchronizing SPRs with KVM | David Gibson | 1 | -8/+107 |
2013-03-08 | target-ppc: Convert CPU definitions | Andreas Färber | 1 | -12/+20 |
2013-02-23 | target-ppc: Split out SO, OV, CA fields from XER | Richard Henderson | 1 | -2/+2 |
2013-01-27 | kvm: Create kvm_arch_vcpu_id() function | Eduardo Habkost | 1 | -0/+5 |
2013-01-18 | PPC: KVM: Add support for EPR with KVM | Alexander Graf | 1 | -0/+21 |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber | 1 | -5/+7 |
2013-01-07 | target-ppc: Error out for -cpu host on unknown PVR | Andreas Färber | 1 | -0/+8 |
2013-01-07 | target-ppc: Slim conversion of model definitions to QOM subclasses | Andreas Färber | 1 | -7/+30 |
2013-01-07 | PPC: KVM: set has-idle in guest device tree | Stuart Yoder | 1 | -6/+26 |
2012-12-23 | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu | Andreas Färber | 1 | -5/+5 |
2012-12-19 | cpu: Move kvm_state field into CPUState | Andreas Färber | 1 | -13/+20 |
2012-12-19 | kvm: Pass CPUState to kvm_vcpu_ioctl() | Andreas Färber | 1 | -23/+32 |
2012-12-19 | kvm: Pass CPUState to kvm_arch_* | Andreas Färber | 1 | -13/+23 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -4/+4 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-10-31 | spapr: Pass PowerPCCPU to spapr_hypercall() | Andreas Färber | 1 | -1/+2 |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_kick() | Andreas Färber | 1 | -2/+1 |
2012-10-31 | target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU | Andreas Färber | 1 | -2/+6 |
2012-10-06 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Aurelien Jarno | 1 | -39/+100 |
2012-10-05 | ppc: avoid buffer overrun: use pstrcpy, not strncpy | Jim Meyering | 1 | -1/+1 |
2012-10-05 | PPC: KVM: Fix BAT put | Alexander Graf | 1 | -4/+5 |
2012-10-04 | target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() | David Gibson | 1 | -5/+25 |
2012-10-04 | pseries: Add support for new KVM hash table control call | David Gibson | 1 | -0/+29 |
2012-10-04 | ppc: Make kvm_arch_put_registers() put *all* the registers | David Gibson | 1 | -39/+50 |
2012-08-15 | ppc: Fix bug in handling of PAPR hypercall exits | David Gibson | 1 | -1/+1 |
2012-06-27 | pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure | David Gibson | 1 | -2/+2 |
2012-06-24 | ppc64: Rudimentary Support for extra page sizes on server CPUs | Benjamin Herrenschmidt | 1 | -0/+208 |
2012-04-15 | target-ppc: Add hooks for handling tcg and kvm limitations | David Gibson | 1 | -0/+14 |
2012-04-07 | Replace Qemu by QEMU in comments | Stefan Weil | 1 | -1/+1 |
2012-03-15 | pseries: Don't try to munmap() a malloc()ed TCE table | David Gibson | 1 | -2/+10 |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber | 1 | -19/+19 |
2012-02-02 | PPC: KVM: Update HIOR code to new interface | Alexander Graf | 1 | -3/+7 |
2012-01-08 | kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change | Avi Kivity | 1 | -1/+2 |
2012-01-03 | kvm-ppc: halt secondary cpus when guest reset | Liu Yu-B13201 | 1 | -1/+1 |
2011-10-30 | pseries: Allow writes to KVM accelerated TCE table | David Gibson | 1 | -1/+1 |
2011-10-30 | KVM: PPC: Override host vmx/vsx/dfp only when information known | Alexander Graf | 1 | -3/+9 |
2011-10-30 | pseries: Correct vmx/dfp handling in both KVM and TCG cases | David Gibson | 1 | -1/+22 |
2011-10-30 | ppc: First cut implementation of -cpu host | David Gibson | 1 | -0/+19 |
2011-10-30 | pseries: Add device tree properties for VMX/VSX and DFP under kvm | David Gibson | 1 | -0/+10 |
2011-10-30 | ppc: Generalize the kvmppc_get_clockfreq() function | David Gibson | 1 | -11/+24 |
2011-10-30 | pseries: Use Book3S-HV TCE acceleration capabilities | David Gibson | 1 | -0/+54 |
2011-10-30 | pseries: Allow KVM Book3S-HV on PPC970 CPUS | David Gibson | 1 | -0/+44 |
2011-10-30 | pseries: Support SMT systems for KVM Book3S-HV | David Gibson | 1 | -0/+8 |
2011-10-06 | KVM: PPC: Use HIOR setting for -M pseries with PR KVM | Alexander Graf | 1 | -3/+22 |