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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc: Add PowerISA 2.07 compatibility mode
Thomas Huth
2016-06-14
1
-0
/
+3
*
ppc: Improve PCR bit selection in ppc_set_compat()
Thomas Huth
2016-06-14
2
-4
/
+13
*
ppc: Provide function to get CPU class of the host CPU
Thomas Huth
2016-06-14
2
-5
/
+21
*
ppc: Split pcr_mask settings into supported bits and the register mask
Thomas Huth
2016-06-14
3
-3
/
+7
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-07
1
-2
/
+0
|
\
|
*
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
1
-2
/
+0
*
|
ppc: Do not take exceptions on unknown SPRs in privileged mode
Benjamin Herrenschmidt
2016-06-07
1
-2
/
+9
*
|
ppc: Add missing slbfee. instruction on ppc64 BookS processors
Benjamin Herrenschmidt
2016-06-07
3
-0
/
+57
*
|
ppc: Fix slbia decode
Benjamin Herrenschmidt
2016-06-07
1
-1
/
+1
*
|
ppc: Fix mtmsr decoding
Benjamin Herrenschmidt
2016-06-07
1
-1
/
+1
*
|
ppc: POWER7 has lq/stq instructions and stq need to check ISA
Benjamin Herrenschmidt
2016-06-07
2
-2
/
+5
*
|
ppc: POWER7 had ACOP and PID registers
Benjamin Herrenschmidt
2016-06-07
1
-0
/
+18
*
|
ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash mode
Benjamin Herrenschmidt
2016-06-07
4
-44
/
+31
*
|
ppc: Fix tlb invalidations on 6xx/7xx/7xxx 32-bit processors
Benjamin Herrenschmidt
2016-06-07
1
-0
/
+8
*
|
ppc: Properly tag the translation cache based on MMU mode
Benjamin Herrenschmidt
2016-06-07
1
-1
/
+1
*
|
target-ppc: fixup bitrot in mmu_helper.c debug statements
Mark Cave-Ayland
2016-06-07
1
-14
/
+24
*
|
ppc: fix hrfid, tlbia and slbia privilege
Cédric Le Goater
2016-06-07
1
-3
/
+3
*
|
ppc: Fix hreg_store_msr() so that non-HV mode cannot alter MSR:HV
Benjamin Herrenschmidt
2016-06-07
2
-4
/
+8
*
|
ppc: Better figure out if processor has HV mode
Benjamin Herrenschmidt
2016-06-07
3
-5
/
+22
*
|
target-ppc/fpu_helper: Fix efscmp* instructions handling
Talha Imran
2016-06-07
1
-1
/
+1
|
/
*
target-*: dfilter support for in_asm
Richard Henderson
2016-06-05
1
-1
/
+2
*
ppc: Add PPC_64H instruction flag to POWER7 and POWER8
Benjamin Herrenschmidt
2016-05-30
1
-2
/
+2
*
ppc: Get out of emulation on SMT "OR" ops
Benjamin Herrenschmidt
2016-05-30
1
-3
/
+18
*
ppc: Fix sign extension issue in mtmsr(d) emulation
Michael Neuling
2016-05-30
1
-2
/
+2
*
ppc: Change 'invalid' bit mask of tlbiel and tlbie
Benjamin Herrenschmidt
2016-05-30
1
-2
/
+4
*
ppc: tlbie, tlbia and tlbisync are HV only
Benjamin Herrenschmidt
2016-05-30
1
-3
/
+3
*
ppc: Do some batching of TCG tlb flushes
Benjamin Herrenschmidt
2016-05-30
7
-12
/
+71
*
ppc: Use split I/D mmu modes to avoid flushes on interrupts
Benjamin Herrenschmidt
2016-05-30
5
-25
/
+63
*
ppc: Remove MMU_MODEn_SUFFIX definitions
Benjamin Herrenschmidt
2016-05-30
1
-3
/
+0
*
spapr_iommu: Finish renaming vfio_accel to need_vfio
Alexey Kardashevskiy
2016-05-27
1
-1
/
+1
*
PPC/KVM: early validation of vcpu id
Greg Kurz
2016-05-27
1
-0
/
+8
*
target-ppc: Cleanups to rldinm, rldnm, rldimi
Richard Henderson
2016-05-27
1
-45
/
+46
*
target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate
Richard Henderson
2016-05-27
1
-102
/
+70
*
target-ppc: Use movcond in isel
Richard Henderson
2016-05-27
1
-18
/
+11
*
target-ppc: Correct KVM synchronization for ppc_hash64_set_external_hpt()
David Gibson
2016-05-27
1
-2
/
+0
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
11
-2
/
+12
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
4
-1
/
+5
*
hw: move CPU state serialization to migration/cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
ppc: use PowerPCCPU instead of CPUPPCState
Paolo Bonzini
2016-05-19
1
-54
/
+38
*
target-ppc: make cpu-qom.h not target specific
Paolo Bonzini
2016-05-19
2
-163
/
+161
*
target-ppc: do not make PowerPCCPUClass depend on target-specific symbols
Paolo Bonzini
2016-05-19
1
-4
/
+0
*
target-ppc: do not use target_ulong in cpu-qom.h
Paolo Bonzini
2016-05-19
5
-6
/
+5
*
cpu: make cpu-qom.h only include-able from cpu.h
Paolo Bonzini
2016-05-19
1
-1
/
+0
*
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-13
1
-5
/
+15
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-1
/
+1
*
ppc: Fix migration of the XER register
Thomas Huth
2016-04-18
1
-1
/
+1
*
ppc: Fix the bad exception NIP value and the range check in LSWX
Thomas Huth
2016-04-18
1
-2
/
+3
*
ppc: Fix the range check in the LSWI instruction
Thomas Huth
2016-04-18
2
-4
/
+12
*
ppc: Rework POWER7 & POWER8 exception model
Cédric Le Goater
2016-04-05
3
-3
/
+58
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
3
-2
/
+5
|
\
[next]