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
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-ppc: Slim conversion of model definitions to QOM subclasses
Andreas Färber
2013-01-07
1
-50
/
+0
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
ppc: Move misc helpers from helper.c to misc_helper.c
Blue Swirl
2012-06-24
1
-9
/
+0
*
ppc: Move MMU helpers from helper.c to mmu_helper.c
Blue Swirl
2012-06-24
1
-2475
/
+0
*
ppc: Move exception helpers from helper.c to excp_helper.c
Blue Swirl
2012-06-24
1
-744
/
+0
*
ppc: Fix coding style in helper.c
Blue Swirl
2012-06-24
1
-164
/
+230
*
qemu-log: use LOG_UNIMP for some target CPU cases
Blue Swirl
2012-06-21
1
-1
/
+1
*
Kill off cpu_state_reset()
Andreas Färber
2012-06-04
1
-5
/
+0
*
target-ppc: Let cpu_ppc_init() return PowerPCCPU
Andreas Färber
2012-06-04
1
-2
/
+2
*
target-ppc: Some support for dumping TLB_EMB TLBs
François Revol
2012-05-01
1
-0
/
+50
*
target-ppc: QOM'ify CPU reset
Andreas Färber
2012-04-15
1
-44
/
+1
*
target-ppc: Start QOM'ifying CPU init
Andreas Färber
2012-04-15
1
-1
/
+2
*
target-ppc: QOM'ify CPU
Andreas Färber
2012-04-15
1
-1
/
+3
*
target-ppc: Add hooks for handling tcg and kvm limitations
David Gibson
2012-04-15
1
-9
/
+0
*
target-ppc: Drop cpu_ppc_close()
Andreas Färber
2012-04-15
1
-6
/
+0
*
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
Mark Cave-Ayland
2012-04-15
1
-1
/
+1
*
Replace Qemu by QEMU in comments
Stefan Weil
2012-04-07
1
-4
/
+4
*
PPC: Fix large page support in TCG
Nathan Whitehorn
2012-03-15
1
-6
/
+6
*
target-ppc: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-40
/
+40
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-1
/
+1
*
target-ppc: Clean includes
Stefan Weil
2012-02-28
1
-6
/
+0
*
ppc: remove unused variables
Blue Swirl
2012-02-11
1
-3
/
+0
*
PPC: Enable doorbell excp handlers
Alexander Graf
2012-02-02
1
-14
/
+2
*
PPC: booke206: move avail check to tlbwe
Alexander Graf
2012-02-02
1
-7
/
+1
*
PPC: booke206: Check for TLB overrun
Alexander Graf
2012-02-02
1
-0
/
+3
*
PPC: booke206: allow NULL raddr in ppcmas_tlb_check
Alexander Graf
2012-02-02
1
-1
/
+4
*
PPC: monitor: add ability to dump SLB entries
Nishanth Aravamudan
2012-01-03
1
-0
/
+28
*
pseries: Support SMT systems for KVM Book3S-HV
David Gibson
2011-10-30
1
-0
/
+11
*
ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages
Scott Wood
2011-10-06
1
-2
/
+3
*
ppc: booke206: add "info tlb" support
Scott Wood
2011-10-06
1
-0
/
+88
*
Remove blanks before \n in output strings
Stefan Weil
2011-09-16
1
-1
/
+1
*
PPC: E500: Set ESR values
Alexander Graf
2011-08-23
1
-0
/
+6
*
PPC: E500: Add ESR bit definitions
Alexander Graf
2011-08-23
1
-2
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-2
/
+2
*
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
2011-08-05
1
-1
/
+3
*
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Blue Swirl
2011-07-01
1
-20
/
+173
|
\
|
*
PPC: move TLBs to their own arrays
Alexander Graf
2011-06-17
1
-13
/
+13
|
*
PPC: E500: Use MAS registers instead of internal TLB representation
Alexander Graf
2011-06-17
1
-9
/
+146
|
*
target-ppc: Handle memory-forced I/O controller access
Hervé Poussineau
2011-06-17
1
-0
/
+16
*
|
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
|
/
*
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
1
-1
/
+0
*
Fix a bug in mtsr/mtsrin emulation on ppc64
David Gibson
2011-05-20
1
-5
/
+4
*
PPC: Implement e500 (FSL) MMU
Alexander Graf
2011-05-12
1
-56
/
+213
*
Virtual hash page table handling on pSeries machine
David Gibson
2011-04-01
1
-8
/
+28
*
Add POWER7 support for ppc
David Gibson
2011-04-01
1
-0
/
+6
*
Support 1T segments on ppc
David Gibson
2011-04-01
1
-12
/
+38
*
Better factor the ppc hash translation path
David Gibson
2011-04-01
1
-48
/
+19
*
Use "hash" more consistently in ppc mmu code
David Gibson
2011-04-01
1
-49
/
+46
*
Parse SDR1 on mtspr instead of at translate time
David Gibson
2011-04-01
1
-35
/
+45
[next]