index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-ppc
/
kvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spapr: Pass PowerPCCPU to spapr_hypercall()
Andreas Färber
2012-10-31
1
-1
/
+2
*
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
1
-2
/
+1
*
target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
Andreas Färber
2012-10-31
1
-2
/
+6
*
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
2012-10-06
1
-39
/
+100
|
\
|
*
PPC: KVM: Fix BAT put
Alexander Graf
2012-10-05
1
-4
/
+5
|
*
target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()
David Gibson
2012-10-04
1
-5
/
+25
|
*
pseries: Add support for new KVM hash table control call
David Gibson
2012-10-04
1
-0
/
+29
|
*
ppc: Make kvm_arch_put_registers() put *all* the registers
David Gibson
2012-10-04
1
-39
/
+50
*
|
ppc: avoid buffer overrun: use pstrcpy, not strncpy
Jim Meyering
2012-10-05
1
-1
/
+1
|
/
*
ppc: Fix bug in handling of PAPR hypercall exits
David Gibson
2012-08-15
1
-1
/
+1
*
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
David Gibson
2012-06-27
1
-2
/
+2
*
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
2012-06-24
1
-0
/
+208
*
target-ppc: Add hooks for handling tcg and kvm limitations
David Gibson
2012-04-15
1
-0
/
+14
*
Replace Qemu by QEMU in comments
Stefan Weil
2012-04-07
1
-1
/
+1
*
pseries: Don't try to munmap() a malloc()ed TCE table
David Gibson
2012-03-15
1
-2
/
+10
*
target-ppc: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-19
/
+19
*
PPC: KVM: Update HIOR code to new interface
Alexander Graf
2012-02-02
1
-3
/
+7
*
kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change
Avi Kivity
2012-01-08
1
-1
/
+2
*
kvm-ppc: halt secondary cpus when guest reset
Liu Yu-B13201
2012-01-03
1
-1
/
+1
*
pseries: Allow writes to KVM accelerated TCE table
David Gibson
2011-10-30
1
-1
/
+1
*
KVM: PPC: Override host vmx/vsx/dfp only when information known
Alexander Graf
2011-10-30
1
-3
/
+9
*
pseries: Correct vmx/dfp handling in both KVM and TCG cases
David Gibson
2011-10-30
1
-1
/
+22
*
ppc: First cut implementation of -cpu host
David Gibson
2011-10-30
1
-0
/
+19
*
pseries: Add device tree properties for VMX/VSX and DFP under kvm
David Gibson
2011-10-30
1
-0
/
+10
*
ppc: Generalize the kvmppc_get_clockfreq() function
David Gibson
2011-10-30
1
-11
/
+24
*
pseries: Use Book3S-HV TCE acceleration capabilities
David Gibson
2011-10-30
1
-0
/
+54
*
pseries: Allow KVM Book3S-HV on PPC970 CPUS
David Gibson
2011-10-30
1
-0
/
+44
*
pseries: Support SMT systems for KVM Book3S-HV
David Gibson
2011-10-30
1
-0
/
+8
*
KVM: PPC: Use HIOR setting for -M pseries with PR KVM
Alexander Graf
2011-10-06
1
-3
/
+22
*
kvm: ppc: booke206: use MMU API
Scott Wood
2011-10-06
1
-0
/
+85
*
PPC: Enable to use PAPR with PR style KVM
Alexander Graf
2011-10-06
1
-0
/
+40
*
PPC: KVM: Add generic function to read host clockfreq
Alexander Graf
2011-10-06
1
-0
/
+67
*
kvm: ppc: Drop KVM_CAP build dependencies
Jan Kiszka
2011-06-20
1
-14
/
+0
*
kvm: ppc: Drop CONFIG_KVM_PPC_PVR
Jan Kiszka
2011-06-20
1
-9
/
+0
*
PPC: fix sregs usage on booke
Alexander Graf
2011-06-03
1
-6
/
+4
*
kvm: ppc: detect old headers
Alexander Graf
2011-05-09
1
-1
/
+15
*
monitor: add PPC BookE SPRs
Scott Wood
2011-05-09
1
-9
/
+134
*
kvm: ppc: fixes for KVM_SET_SREGS on init
Scott Wood
2011-05-09
1
-3
/
+30
*
Parse SDR1 on mtspr instead of at translate time
David Gibson
2011-04-01
1
-1
/
+1
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-03-21
1
-7
/
+7
|
\
|
*
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
Jan Kiszka
2011-03-16
1
-4
/
+4
|
*
kvm: Rename kvm_arch_process_irqchip_events to async_events
Jan Kiszka
2011-03-15
1
-1
/
+1
|
*
kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events
Jan Kiszka
2011-03-15
1
-3
/
+3
*
|
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-2
/
+2
|
/
*
kvm: Drop return values from kvm_arch_pre/post_run
Jan Kiszka
2011-02-14
1
-4
/
+2
*
kvm: Provide sigbus services arch-independently
Jan Kiszka
2011-02-14
1
-0
/
+10
*
kvm: Consolidate must-have capability checks
Jan Kiszka
2011-01-23
1
-0
/
+4
*
kvm: Drop smp_cpus argument from init functions
Jan Kiszka
2011-01-23
1
-1
/
+1
*
kvm: Stop on all fatal exit reasons
Jan Kiszka
2011-01-23
1
-0
/
+4
*
ppc: kvm: fix signedness warning
Alexander Graf
2010-12-08
1
-1
/
+1
[next]