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
*
target-ppc: Introduce powerisa-207-server flag
Alexey Kardashevskiy
2014-03-20
2
-1
/
+4
*
target-ppc: Force CPU threads count to be a power of 2
Bharata B Rao
2014-03-20
1
-0
/
+6
*
target-ppc: Fix overallocation of opcode tables
Stuart Brady
2014-03-20
1
-1
/
+1
*
target-ppc: Reset SPRs on CPU reset
Alexey Kardashevskiy
2014-03-20
2
-1
/
+12
*
target-ppc: Add missing 'static' and 'const' attributes
Stefan Weil
2014-03-19
3
-6
/
+6
*
misc: Fix typos in comments
Stefan Weil
2014-03-15
1
-1
/
+1
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
3
-7
/
+7
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
6
-23
/
+39
*
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2014-03-13
1
-25
/
+33
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
5
-53
/
+62
*
target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
Andreas Färber
2014-03-13
6
-10
/
+14
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
1
-4
/
+5
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
8
-58
/
+75
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
3
-5
/
+9
*
cpu: Factor out cpu_generic_init()
Andreas Färber
2014-03-13
1
-20
/
+1
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
2
-8
/
+9
*
target-ppc: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
3
-7
/
+13
*
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
2014-03-05
2
-1
/
+2
*
target-ppc: add PowerPCCPU::cpu_dt_id
Alexey Kardashevskiy
2014-03-05
5
-25
/
+24
*
target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab
Aneesh Kumar K.V
2014-03-05
4
-15
/
+68
*
target-ppc: Change the hpte store API
Aneesh Kumar K.V
2014-03-05
2
-17
/
+10
*
target-ppc: Fix page table lookup with kvm enabled
Aneesh Kumar K.V
2014-03-05
4
-21
/
+152
*
target-ppc: Fix htab_mask calculation
Aneesh Kumar K.V
2014-03-05
6
-9
/
+18
*
target-ppc: Use Additional Temporary in stqcx Case
Tom Musta
2014-03-05
1
-3
/
+5
*
target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL
Tom Musta
2014-03-05
1
-22
/
+22
*
target-ppc/translate.c: Use ULL suffix for 64 bit constants
Peter Maydell
2014-03-05
1
-2
/
+2
*
target-ppc: Altivec 2.07: Vector Permute and Exclusive OR
Tom Musta
2014-03-05
3
-1
/
+21
*
target-ppc: Altivec 2.07: Vector SHA Sigma Instructions
Tom Musta
2014-03-05
3
-0
/
+108
*
target-ppc: Altivec 2.07: AES Instructions
Tom Musta
2014-03-05
3
-0
/
+315
*
target-ppc: Altivec 2.07: Binary Coded Decimal Instructions
Tom Musta
2014-03-05
3
-4
/
+245
*
target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum
Tom Musta
2014-03-05
3
-0
/
+82
*
target-ppc: Altivec 2.07: Vector Gather Bits by Bytes
Tom Musta
2014-03-05
3
-0
/
+279
*
target-ppc: Altivec 2.07: Doubleword Compares
Tom Musta
2014-03-05
3
-7
/
+29
*
target-ppc: Altivec 2.07: vbpermq Instruction
Tom Musta
2014-03-05
3
-0
/
+34
*
target-ppc: Altivec 2.07: Quadword Addition and Subtracation
Tom Musta
2014-03-05
3
-0
/
+211
*
target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions
Tom Musta
2014-03-05
3
-0
/
+16
*
target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and Shifts
Tom Musta
2014-03-05
1
-25
/
+15
*
target-ppc: Altivec 2.07: Vector Merge Instructions
Tom Musta
2014-03-05
1
-0
/
+37
*
target-ppc: Altivec 2.07: Unpack Signed Word Instructions
Tom Musta
2014-03-05
3
-0
/
+8
*
target-ppc: Altivec 2.07: Pack Doubleword Instructions
Tom Musta
2014-03-05
3
-0
/
+16
*
target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions
Tom Musta
2014-03-05
3
-0
/
+14
*
target-ppc: Altivec 2.07: Vector Population Count Instructions
Tom Musta
2014-03-05
3
-4
/
+36
*
target-ppc: Altivec 2.07: Add Vector Count Leading Zeroes
Tom Musta
2014-03-05
3
-0
/
+43
*
target-ppc: Altivec 2.07: vmuluw Instruction
Tom Musta
2014-03-05
3
-1
/
+6
*
target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions
Tom Musta
2014-03-05
3
-0
/
+14
*
target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit Integers
Tom Musta
2014-03-05
1
-12
/
+14
*
target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword Modulo
Tom Musta
2014-03-05
3
-0
/
+7
[next]