index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
2012-10-06
6
-146
/
+152
|
\
|
*
PPC: KVM: Fix BAT put
Alexander Graf
2012-10-05
1
-4
/
+5
|
*
ppc/pseries: Reset VPA registration on CPU reset
David Gibson
2012-10-05
1
-0
/
+8
|
*
target-ppc: Remove unused power_mode field from cpu state
David Gibson
2012-10-04
2
-3
/
+2
|
*
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
2
-0
/
+48
|
*
ppc: Make kvm_arch_put_registers() put *all* the registers
David Gibson
2012-10-04
1
-39
/
+50
|
*
target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros
Aurelien Jarno
2012-10-04
1
-21
/
+0
|
*
target-ppc: use the softfloat float32_muladd function
Aurelien Jarno
2012-10-04
1
-43
/
+14
|
*
target-ppc: use the softfloat min/max functions
Aurelien Jarno
2012-10-04
1
-21
/
+2
|
*
target-ppc: simplify NaN propagation for vector functions
Aurelien Jarno
2012-10-04
1
-19
/
+7
*
|
ppc: avoid buffer overrun: use pstrcpy, not strncpy
Jim Meyering
2012-10-05
1
-1
/
+1
*
|
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
2012-10-04
1
-3
/
+1
|
/
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+2
*
target-ppc: fix altivec instructions
Aurelien Jarno
2012-08-28
1
-1
/
+1
*
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
Anthony Liguori
2012-08-15
1
-1
/
+1
|
\
|
*
ppc: Fix bug in handling of PAPR hypercall exits
David Gibson
2012-08-15
1
-1
/
+1
*
|
win32: provide separate macros for weak decls and definitions
Anthony Liguori
2012-08-15
1
-2
/
+2
|
/
*
target-ppc: add implementation of query-cpu-definitions (v2)
Anthony Liguori
2012-08-13
1
-0
/
+26
*
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
David Gibson
2012-06-27
1
-2
/
+2
*
target-ppc: Fix 2nd parameter for tcg_gen_shri_tl
Stefan Weil
2012-06-24
1
-1
/
+1
*
target-ppc: Fix build with --enable-debug
Stefan Weil
2012-06-24
1
-1
/
+1
*
PPC: BookE206: Bump MAS2 to 64bit
Alexander Graf
2012-06-24
1
-1
/
+1
*
PPC: BookE: Support 32 and 64 bit wide MAS2
Alexander Graf
2012-06-24
1
-1
/
+18
*
PPC: Extract SPR dump generation into its own function
Alexander Graf
2012-06-24
1
-12
/
+18
*
PPC: Add e5500 CPU target
Alexander Graf
2012-06-24
1
-3
/
+93
*
PPC: BookE: Make ivpr selectable by CPU type
Alexander Graf
2012-06-24
1
-4
/
+5
*
PPC: BookE: Implement EPR SPR
Alexander Graf
2012-06-24
4
-0
/
+38
*
PPC: Add support for MSR_CM
Alexander Graf
2012-06-24
4
-6
/
+16
*
PPC: Add some booke SPR defines
Alexander Graf
2012-06-24
1
-0
/
+22
*
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
2012-06-24
5
-0
/
+272
*
booke_206_tlbwe: Discard invalid bits in MAS2
Fabien Chouteau
2012-06-24
1
-2
/
+15
*
ppc: Make hbrev table const
Blue Swirl
2012-06-24
1
-1
/
+1
*
ppc: Add missing break
Blue Swirl
2012-06-24
1
-0
/
+1
*
ppc: Move load and store helpers, switch to AREG0 free mode
Blue Swirl
2012-06-24
5
-89
/
+90
*
ppc: Move misc helpers from helper.c to misc_helper.c
Blue Swirl
2012-06-24
2
-9
/
+9
*
ppc: Avoid AREG0 for misc helpers
Blue Swirl
2012-06-24
5
-27
/
+25
*
ppc: Split off misc helpers
Blue Swirl
2012-06-24
3
-94
/
+118
*
ppc: Avoid AREG0 for timebase helpers
Blue Swirl
2012-06-24
5
-69
/
+71
*
ppc: Split off timebase helpers
Blue Swirl
2012-06-24
3
-135
/
+162
*
ppc: Cleanup MMU merge
Blue Swirl
2012-06-24
2
-106
/
+35
*
ppc: Move MMU helpers from helper.c to mmu_helper.c
Blue Swirl
2012-06-24
2
-2475
/
+2471
*
ppc: Avoid a warning with the next patch
Blue Swirl
2012-06-24
1
-2
/
+2
*
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
2012-06-24
5
-133
/
+142
*
ppc: Split MMU etc. helpers from op_helper.c
Blue Swirl
2012-06-24
3
-854
/
+884
*
ppc: Avoid AREG0 for integer and vector helpers
Blue Swirl
2012-06-24
4
-191
/
+280
*
ppc: Split integer and vector ops
Blue Swirl
2012-06-24
3
-1500
/
+1540
*
ppc: Avoid AREG0 for FPU and SPE helpers
Blue Swirl
2012-06-24
4
-322
/
+346
*
ppc: Split FPU and SPE ops
Blue Swirl
2012-06-24
3
-1710
/
+1733
*
ppc: Move exception helpers from helper.c to excp_helper.c
Blue Swirl
2012-06-24
3
-746
/
+745
[next]