Age | Commit message (Expand) | Author |
2012-06-24 | ppc: Split MMU etc. helpers from op_helper.c | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for integer and vector helpers | Blue Swirl |
2012-06-24 | ppc: Split integer and vector ops | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for FPU and SPE helpers | Blue Swirl |
2012-06-24 | ppc: Split FPU and SPE ops | Blue Swirl |
2012-06-24 | ppc: Move exception helpers from helper.c to excp_helper.c | Blue Swirl |
2012-06-24 | ppc: Fix coding style in helper.c | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for exception helpers | Blue Swirl |
2012-06-24 | ppc: Split exception helpers | Blue Swirl |
2012-06-24 | ppc: Fix coding style in op_helper.c | Blue Swirl |
2012-06-21 | qemu-log: use LOG_UNIMP for some target CPU cases | Blue Swirl |
2012-06-09 | target-ppc: Unbreak kvm_ppc.c build | Andreas Färber |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber |
2012-06-04 | target-ppc: Let cpu_ppc_init() return PowerPCCPU | Andreas Färber |
2012-05-01 | target-ppc: Some support for dumping TLB_EMB TLBs | François Revol |
2012-05-01 | PPC: Fix up e500 cache size setting | Alexander Graf |
2012-04-15 | target-ppc/machine.c: Drop unnecessary ifdefs | Juan Quintela |
2012-04-15 | target-ppc: Init dcache and icache size for e500 user mode | Meador Inge |
2012-04-15 | target-ppc: Fix type casts for w64 (uintptr_t) | Stefan Weil |
2012-04-15 | target-ppc: QOM'ify CPU reset | Andreas Färber |
2012-04-15 | target-ppc: Start QOM'ifying CPU init | Andreas Färber |
2012-04-15 | target-ppc: QOM'ify CPU | Andreas Färber |
2012-04-15 | target-ppc: Add hooks for handling tcg and kvm limitations | David Gibson |
2012-04-15 | target-ppc: Drop cpu_ppc_close() | Andreas Färber |
2012-04-15 | PPC: Fix TLB invalidation bug within the PPC interrupt handler. | Mark Cave-Ayland |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl |
2012-04-07 | Replace Qemu by QEMU in comments | Stefan Weil |
2012-03-15 | PPC: KVM: Synchronize regs on CPU dump | Alexander Graf |
2012-03-15 | ppc: Correctly define POWERPC_INSNS2_DEFAULT | Meador Inge |
2012-03-15 | PPC: Fix large page support in TCG | Nathan Whitehorn |
2012-03-15 | PPC: Add PIR register to POWER7 CPU | Nathan Whitehorn |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth |
2012-03-15 | pseries: Don't try to munmap() a malloc()ed TCE table | David Gibson |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-03-14 | PPC: 405: Use proper CPU reset | Alexander Graf |
2012-02-28 | target-ppc: Clean includes | Stefan Weil |
2012-02-11 | ppc: remove unused variables | Blue Swirl |
2012-02-02 | PPC: E500: Populate L1CFG0 SPR | Alexander Graf |
2012-02-02 | PPC: e500mc: Enable processor control | Alexander Graf |
2012-02-02 | PPC: E500: Implement msgsnd | Alexander Graf |
2012-02-02 | PPC: E500: Implement msgclr | Alexander Graf |
2012-02-02 | PPC: Enable doorbell excp handlers | 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 |