aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/helper.c
AgeCommit message (Expand)Author
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-06-24ppc: Move misc helpers from helper.c to misc_helper.cBlue Swirl
2012-06-24ppc: Move MMU helpers from helper.c to mmu_helper.cBlue Swirl
2012-06-24ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl
2012-06-24ppc: Fix coding style in helper.cBlue Swirl
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-ppc: Let cpu_ppc_init() return PowerPCCPUAndreas Färber
2012-05-01target-ppc: Some support for dumping TLB_EMB TLBsFrançois Revol
2012-04-15target-ppc: QOM'ify CPU resetAndreas Färber
2012-04-15target-ppc: Start QOM'ifying CPU initAndreas Färber
2012-04-15target-ppc: QOM'ify CPUAndreas Färber
2012-04-15target-ppc: Add hooks for handling tcg and kvm limitationsDavid Gibson
2012-04-15target-ppc: Drop cpu_ppc_close()Andreas Färber
2012-04-15PPC: Fix TLB invalidation bug within the PPC interrupt handler.Mark Cave-Ayland
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-03-15PPC: Fix large page support in TCGNathan Whitehorn
2012-03-14target-ppc: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-ppc: Clean includesStefan Weil
2012-02-11ppc: remove unused variablesBlue Swirl
2012-02-02PPC: Enable doorbell excp handlersAlexander Graf
2012-02-02PPC: booke206: move avail check to tlbweAlexander Graf
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf
2012-02-02PPC: booke206: allow NULL raddr in ppcmas_tlb_checkAlexander Graf
2012-01-03PPC: monitor: add ability to dump SLB entriesNishanth Aravamudan
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid 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-09-16Remove blanks before \n in output stringsStefan Weil
2011-08-23PPC: E500: Set ESR valuesAlexander Graf
2011-08-23PPC: E500: Add ESR bit definitionsAlexander Graf
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue 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-06-17target-ppc: Handle memory-forced I/O controller accessHervé Poussineau
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-05-20Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf
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