index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-16
target-ppc: Remove PVR check from migration
Alexey Kardashevskiy
1
-2
/
+6
2014-06-16
target-ppc: Eliminate Magic Number MSR Masks
Tom Musta
1
-54
/
+776
2014-06-16
target-ppc: Remove redundant POWER7 declarations
Alexey Kardashevskiy
2
-6
/
+0
2014-06-16
target-ppc: Move alias lookup after class lookup
Alexey Kardashevskiy
1
-7
/
+11
2014-06-16
target-ppc: Create versionless CPU class per family if KVM
Alexey Kardashevskiy
1
-0
/
+21
2014-06-16
target-ppc: gdbstub allow byte swapping for reading/writing registers
Thomas Falcon
1
-0
/
+19
2014-06-16
target-ppc: extract register length calculation in gdbstub
Thomas Falcon
1
-34
/
+71
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
1
-25
/
+13
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
4
-6
/
+4
2014-06-05
softmmu: commonize helper definitions
Paolo Bonzini
1
-14
/
+0
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
11
-16
/
+11
2014-05-13
cpu: make CPU_INTERRUPT_RESET available on all targets
Paolo Bonzini
1
-3
/
+0
2014-05-13
kvm: reset state from the CPU's reset method
Paolo Bonzini
1
-4
/
+0
2014-04-30
ppc: use kvm_vcpu_enable_cap()
Cornelia Huck
1
-17
/
+4
2014-04-08
PPC: Add l1 cache sizes for 970 and above systems
Alexander Graf
1
-0
/
+8
2014-04-08
PPC: Only enter MSR_POW when no interrupts pending
Alexander Graf
1
-1
/
+1
2014-04-08
PPC: Clean up DECR implementation
Alexander Graf
2
-2
/
+4
2014-04-08
target-ppc: Correct VSX Integer to FP Conversion
Tom Musta
1
-24
/
+13
2014-04-08
target-ppc: Correct VSX FP to Integer Conversion
Tom Musta
1
-21
/
+15
2014-04-08
target-ppc: Correct VSX FP to FP Conversions
Tom Musta
1
-5
/
+4
2014-04-08
target-ppc: Correct VSX Scalar Compares
Tom Musta
1
-6
/
+7
2014-04-08
target-ppc: Correct Simple VSR LE Host Inversions
Tom Musta
1
-190
/
+190
2014-04-08
target-ppc: Correct LE Host Inversion of Lower VSRs
Tom Musta
1
-4
/
+4
2014-04-08
target-ppc: Define Endian-Correct Accessors for VSR Field Access
Tom Musta
1
-0
/
+8
2014-04-08
target-ppc: Bug: VSX Convert to Integer Should Truncate
Tom Musta
1
-1
/
+2
2014-03-27
target-ppc: MSR_POW not supported on POWER7/7+/8
Anton Blanchard
1
-3
/
+3
2014-03-27
target-ppc: POWER7+ supports the MSR_VSX bit
Anton Blanchard
1
-1
/
+1
2014-03-27
target-ppc: POWER8 supports isel
Anton Blanchard
1
-1
/
+1
2014-03-27
target-ppc: POWER8 supports the MSR_LE bit
Anton Blanchard
1
-1
/
+1
2014-03-20
target-ppc: Introduce powerisa-207-server flag
Alexey Kardashevskiy
2
-1
/
+4
2014-03-20
target-ppc: Force CPU threads count to be a power of 2
Bharata B Rao
1
-0
/
+6
2014-03-20
target-ppc: Fix overallocation of opcode tables
Stuart Brady
1
-1
/
+1
2014-03-20
target-ppc: Reset SPRs on CPU reset
Alexey Kardashevskiy
2
-1
/
+12
2014-03-19
target-ppc: Add missing 'static' and 'const' attributes
Stefan Weil
3
-6
/
+6
2014-03-15
misc: Fix typos in comments
Stefan Weil
1
-1
/
+1
2014-03-13
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
3
-7
/
+7
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
6
-23
/
+39
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
1
-25
/
+33
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
5
-53
/
+62
2014-03-13
target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
Andreas Färber
6
-10
/
+14
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
exec: Change tlb_fill() argument to CPUState
Andreas Färber
1
-4
/
+5
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
8
-58
/
+75
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
3
-5
/
+9
2014-03-13
cpu: Factor out cpu_generic_init()
Andreas Färber
1
-20
/
+1
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2
-8
/
+9
2014-03-13
target-ppc: Clean up ENV_GET_CPU() usage
Andreas Färber
3
-7
/
+13
2014-03-05
target-ppc: spapr: e500: fix to use cpu_dt_id
Alexey Kardashevskiy
2
-1
/
+2
[next]