| Commit message (Expand) | Author | Age | Files | Lines |
* | target-ppc: permit linux-user to read PVR | Nathan Froyd | 2009-06-23 | 1 | -1/+7 |
* | Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used | malc | 2009-06-20 | 1 | -0/+6 |
* | Replace ELF section hack with normal table | Blue Swirl | 2009-06-17 | 2 | -898/+858 |
* | Concentrate rest of table entries to top | Blue Swirl | 2009-06-17 | 1 | -107/+610 |
* | Concentrate most table entries to top | Blue Swirl | 2009-06-17 | 1 | -422/+291 |
* | Clean up GEN_HANDLER2 | Blue Swirl | 2009-06-17 | 1 | -37/+110 |
* | Clean up GEN_HANDLER | Blue Swirl | 2009-06-17 | 1 | -233/+694 |
* | Fix mingw32 build warnings | Blue Swirl | 2009-06-13 | 1 | -1/+15 |
* | kvm: Add missing bits to support live migration | Jan Kiszka | 2009-05-22 | 1 | -0/+5 |
* | Convert machine registration to use module init functions | Anthony Liguori | 2009-05-21 | 1 | -11/+0 |
* | Hardware convenience library | Paul Brook | 2009-05-19 | 1 | -1/+0 |
* | target-ppc: expose cpu capability flags | Nathan Froyd | 2009-05-16 | 3 | -138/+140 |
* | Include assert.h from qemu-common.h | Paul Brook | 2009-05-13 | 1 | -1/+0 |
* | Fix typo that leads to out of bounds array access on big endian systems | malc | 2009-05-13 | 1 | -1/+1 |
* | Fix powerpc 604 reset vector | Tristan Gingold | 2009-04-28 | 1 | -2/+2 |
* | Fix PPC reset | Blue Swirl | 2009-04-28 | 4 | -21/+28 |
* | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) | aliguori | 2009-04-24 | 1 | -2/+1 |
* | qemu: per-arch cpu_has_work (Marcelo Tosatti) | aliguori | 2009-04-24 | 1 | -1/+7 |
* | target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE | aurel32 | 2009-04-16 | 1 | -19/+19 |
* | Fix ppc-softmmu warnings on OpenBSD host | blueswir1 | 2009-04-13 | 1 | -6/+14 |
* | Add new command line option -singlestep for tcg single stepping. | aurel32 | 2009-04-05 | 1 | -4/+1 |
* | target-ppc: Explain why the whole TLB is flushed on SR write | aurel32 | 2009-03-29 | 1 | -0/+2 |
* | target-ppc: avoid nop to override next instruction | aurel32 | 2009-03-29 | 1 | -3/+3 |
* | Make the ELF loader aware of backwards compatibility | blueswir1 | 2009-03-13 | 1 | -2/+1 |
* | target-ppc: use the new bswap* TCG ops | aurel32 | 2009-03-13 | 1 | -114/+15 |
* | tcg: rename bswap_i32/i64 functions | aurel32 | 2009-03-13 | 1 | -11/+11 |
* | target-ppc: fix commit r6789 | aurel32 | 2009-03-10 | 1 | -2/+2 |
* | targe-ppc: optimize mfcr and mtcrf | aurel32 | 2009-03-09 | 3 | -30/+26 |
* | target-ppc: free a tcg temp variable | aurel32 | 2009-03-09 | 1 | -0/+1 |
* | target-ppc: add support for reading/writing spefscr | aurel32 | 2009-03-09 | 1 | -8/+23 |
* | Fix off-by-one errors for Altivec and SPE registers | aurel32 | 2009-03-07 | 1 | -8/+8 |
* | Disable BAT for 970 | blueswir1 | 2009-03-07 | 1 | -3/+3 |
* | Fix mfcr on ppc64-softmmu | aurel32 | 2009-03-07 | 1 | -2/+2 |
* | Keep SLB in-CPU | blueswir1 | 2009-03-07 | 3 | -64/+77 |
* | Fix NX bit | blueswir1 | 2009-03-07 | 1 | -1/+1 |
* | Fix RFI(d) | blueswir1 | 2009-03-07 | 1 | -3/+3 |
* | Implement mtfsf.L encoding | blueswir1 | 2009-03-07 | 1 | -2/+6 |
* | Enable 64bit mode on interrupts | blueswir1 | 2009-03-07 | 1 | -1/+5 |
* | Nop some SPRs on 970fx | blueswir1 | 2009-03-07 | 1 | -0/+12 |
* | Implment tlbiel | blueswir1 | 2009-03-07 | 1 | -0/+14 |
* | Implement large pages | blueswir1 | 2009-03-07 | 2 | -30/+49 |
* | Implement slbmte | blueswir1 | 2009-03-07 | 4 | -20/+74 |
* | Sparse fixes: add extern to ELF opcode tables to avoid warnings | blueswir1 | 2009-03-07 | 1 | -0/+4 |
* | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 2009-03-07 | 1 | -1/+2 |
* | target-ppc: improve mfcr/mtcrf | aurel32 | 2009-03-03 | 2 | -7/+7 |
* | Fix mtcrf/mfcr | malc | 2009-03-02 | 1 | -9/+13 |
* | kvm/powerpc: Add MPC8544DS board support | aurel32 | 2009-03-02 | 1 | -0/+1 |
* | kvm/powerpc: Add irq support for E500 core | aurel32 | 2009-03-02 | 2 | -2/+13 |
* | Implement HIOR | blueswir1 | 2009-02-28 | 1 | -8/+21 |
* | Fix typo in gen_qemu_ld32s | blueswir1 | 2009-02-28 | 1 | -1/+1 |