aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/cpu.h
AgeCommit message (Expand)Author
2012-03-15PPC64: Add support for ldbrx and stdbrx instructionsThomas Huth
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber
2012-03-14PPC: 405: Use proper CPU resetAlexander Graf
2012-02-02PPC: Add CPU feature for processor controlAlexander Graf
2012-02-02PPC: E500: Add doorbell definesAlexander Graf
2012-02-02PPC: E500: Add some more excp vectorsAlexander Graf
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf
2012-02-02PPC: booke: add tlbnps handlingAlexander Graf
2012-02-02PPC: Add IVOR 38-42Alexander Graf
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-10-31ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriateDavid Gibson
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson
2011-10-30PPC: Bump qemu-system-ppc to 64-bit physical address spaceAlexander Graf
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson
2011-10-06PPC: booke timersFabien Chouteau
2011-10-06Implement POWER7's CFAR in TCGDavid Gibson
2011-10-06ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pagesScott Wood
2011-10-06ppc: booke206: add "info tlb" supportScott Wood
2011-10-06kvm: ppc: booke206: use MMU APIScott Wood
2011-08-23PPC: E500: Add ESR bit definitionsAlexander Graf
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-17PPC: move TLBs to their own arraysAlexander Graf
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf
2011-05-20w32: Fix compilation and replace non-portable usage of ulongStefan Weil
2011-05-14Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf
2011-05-12PPC: Add GS MSR definitionAlexander Graf
2011-05-09monitor: add PPC BookE SPRsScott Wood
2011-05-08Fix typo in comment (embeded -> embedded)Stefan Weil
2011-04-01Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson
2011-04-01Virtual hash page table handling on pSeries machineDavid Gibson
2011-04-01Add POWER7 support for ppcDavid Gibson
2011-04-01Support 1T segments on ppcDavid Gibson
2011-04-01Better factor the ppc hash translation pathDavid Gibson
2011-04-01Use "hash" more consistently in ppc mmu codeDavid Gibson
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson
2011-04-01Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-13ppc: remove video.xBlue Swirl
2010-09-30powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias
2010-09-24powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini