Age | Commit message (Expand) | Author |
2013-03-12 | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-08 | target-ppc: Add mechanism for synchronizing SPRs with KVM | David Gibson |
2013-03-08 | target-ppc: Convert CPU definitions | Andreas Färber |
2013-02-23 | target-ppc: Split out SO, OV, CA fields from XER | Richard Henderson |
2013-02-01 | PPC: Unify dcbzl code path | Alexander Graf |
2013-01-07 | target-ppc: Slim conversion of model definitions to QOM subclasses | Andreas Färber |
2013-01-07 | PPC: Bring EPR support closer to reality | Alexander Graf |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-14 | target-ppc: Don't use hwaddr to represent hardware state | David Gibson |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl |
2012-11-01 | target-ppc: make some functions static | Blue Swirl |
2012-11-01 | ppc: add missing static | Blue Swirl |
2012-11-01 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2012-11-01 | target-ppc: Extend FPU state for newer POWER CPUs | David Gibson |
2012-11-01 | target-ppc: Rework storage of VPA registration state | David Gibson |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber |
2012-10-31 | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall | Andreas Färber |
2012-10-29 | target-ppc: Rework storage of VPA registration state | David Gibson |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-04 | target-ppc: Remove unused power_mode field from cpu state | David Gibson |
2012-06-24 | PPC: BookE206: Bump MAS2 to 64bit | Alexander Graf |
2012-06-24 | PPC: BookE: Implement EPR SPR | Alexander Graf |
2012-06-24 | PPC: Add support for MSR_CM | Alexander Graf |
2012-06-24 | PPC: Add some booke SPR defines | Alexander Graf |
2012-06-24 | ppc64: Rudimentary Support for extra page sizes on server CPUs | Benjamin Herrenschmidt |
2012-06-24 | ppc: Cleanup MMU merge | Blue Swirl |
2012-06-24 | ppc: Move exception helpers from helper.c to excp_helper.c | Blue Swirl |
2012-06-04 | target-ppc: Let cpu_ppc_init() return PowerPCCPU | Andreas Färber |
2012-04-15 | target-ppc: QOM'ify CPU | Andreas Färber |
2012-04-15 | target-ppc: Drop cpu_ppc_close() | Andreas Färber |
2012-04-07 | Replace Qemu by QEMU in comments | Stefan Weil |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber |
2012-03-14 | PPC: 405: Use proper CPU reset | Alexander Graf |
2012-02-02 | PPC: Add CPU feature for processor control | Alexander Graf |
2012-02-02 | PPC: E500: Add doorbell defines | Alexander Graf |
2012-02-02 | PPC: E500: Add some more excp vectors | Alexander Graf |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf |
2012-02-02 | PPC: booke: add tlbnps handling | Alexander Graf |
2012-02-02 | PPC: Add IVOR 38-42 | Alexander Graf |
2011-12-02 | fix spelling in target sub directory | Dong Xu Wang |
2011-10-31 | ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate | David Gibson |
2011-10-30 | pseries: Correct vmx/dfp handling in both KVM and TCG cases | David Gibson |
2011-10-30 | PPC: Bump qemu-system-ppc to 64-bit physical address space | Alexander Graf |
2011-10-30 | ppc: First cut implementation of -cpu host | David Gibson |
2011-10-06 | PPC: booke timers | Fabien Chouteau |
2011-10-06 | Implement POWER7's CFAR in TCG | David Gibson |