| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 2012-09-15 | 1 | -2/+0 |
* | target-sparc: fix fcmp{s,d,q} instructions wrt exception | Aurelien Jarno | 2012-09-08 | 1 | -40/+27 |
* | qemu-log: use LOG_UNIMP for some target CPU cases | Blue Swirl | 2012-06-21 | 1 | -32/+48 |
* | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -1/+2 |
* | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -1/+7 |
* | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -0/+1 |
* | Kill off cpu_state_reset() | Andreas Färber | 2012-06-04 | 1 | -5/+0 |
* | target-sparc: Let cpu_sparc_init() return SPARCCPU | Andreas Färber | 2012-06-04 | 2 | -5/+16 |
* | fix block loads broken in commit 30038fd818 | Artyom Tarasenko | 2012-05-12 | 1 | -1/+1 |
* | Implement address masking for SPARC v9 CPUs | Artyom Tarasenko | 2012-05-12 | 1 | -1/+24 |
* | sparc: fix qtest | Blue Swirl | 2012-04-19 | 1 | -1/+3 |
* | Use uintptr_t for various op related functions | Blue Swirl | 2012-04-14 | 2 | -8/+6 |
* | target-sparc: QOM'ify CPU | Andreas Färber | 2012-04-07 | 3 | -9/+135 |
* | target-sparc: Rename cpu_init.c | Andreas Färber | 2012-04-07 | 1 | -0/+0 |
* | sparc: pass page aligned addresses to tlb_set_page | Blue Swirl | 2012-03-27 | 1 | -11/+8 |
* | target-sparc: Add compiler attribute to some functions which don't return | Stefan Weil | 2012-03-24 | 2 | -3/+4 |
* | Sparc: avoid AREG0 wrappers for memory access helpers | Blue Swirl | 2012-03-18 | 4 | -265/+77 |
* | Sparc: avoid AREG0 for memory access helpers | Blue Swirl | 2012-03-18 | 5 | -225/+387 |
* | sparc64: implement PCI and ISA irqs | Blue Swirl | 2012-03-17 | 2 | -6/+17 |
* | sparc: reset CPU state on reset | Blue Swirl | 2012-03-17 | 2 | -2/+4 |
* | Rename CPUState -> CPUArchState | Andreas Färber | 2012-03-14 | 1 | -1/+1 |
* | target-sparc: Don't overuse CPUState | Andreas Färber | 2012-03-14 | 13 | -208/+208 |
* | target-sparc: Typedef struct CPUSPARCState early | Andreas Färber | 2012-03-14 | 1 | -2/+4 |
* | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 2012-03-14 | 1 | -1/+1 |
* | target-sparc: Fix mixup of uint64 and uint64_t | Andreas Färber | 2012-01-22 | 1 | -1/+1 |
* | sparc: avoid cpu_get_physical_page_desc() | Avi Kivity | 2012-01-03 | 1 | -1/+4 |
* | fix spelling in target sub directory | Dong Xu Wang | 2011-12-02 | 1 | -1/+1 |
* | Improve "ta 0" shutdown | Fabien Chouteau | 2011-11-19 | 4 | -18/+9 |
* | target-sparc: Implement FALIGNDATA inline. | Richard Henderson | 2011-10-26 | 3 | -19/+26 |
* | target-sparc: Implement BMASK/BSHUFFLE. | Richard Henderson | 2011-10-26 | 3 | -4/+40 |
* | target-sparc: Implement ALIGNADDR* inline. | Richard Henderson | 2011-10-26 | 3 | -14/+22 |
* | target-sparc: Implement EDGE* instructions. | Richard Henderson | 2011-10-26 | 1 | -2/+175 |
* | target-sparc: Implement fpack{16,32,fix}. | Richard Henderson | 2011-10-26 | 3 | -1/+96 |
* | target-sparc: Implement PDIST. | Richard Henderson | 2011-10-26 | 3 | -2/+41 |
* | target-sparc: Do exceptions management fully inside the helpers. | Richard Henderson | 2011-10-26 | 3 | -91/+146 |
* | target-sparc: Change fpr representation to doubles. | Richard Henderson | 2011-10-26 | 5 | -140/+114 |
* | target-sparc: Undo cpu_fpr rename. | Richard Henderson | 2011-10-26 | 1 | -28/+28 |
* | target-sparc: Extract float128 move to a function. | Richard Henderson | 2011-10-26 | 1 | -32/+18 |
* | target-sparc: Extract common code for floating-point operations. | Richard Henderson | 2011-10-26 | 1 | -454/+381 |
* | target-sparc: Make FPU/VIS helpers const when possible. | Richard Henderson | 2011-10-26 | 4 | -92/+78 |
* | target-sparc: Pass float64 parameters instead of dt0/1 temporaries. | Richard Henderson | 2011-10-26 | 6 | -449/+381 |
* | target-sparc: Add accessors for double-precision fpr access. | Richard Henderson | 2011-10-26 | 1 | -112/+130 |
* | target-sparc: Mark fprs dirty in store accessor. | Richard Henderson | 2011-10-26 | 1 | -46/+8 |
* | target-sparc: Add accessors for single-precision fpr access. | Richard Henderson | 2011-10-26 | 1 | -195/+337 |
* | Sparc: split load and store op helpers | Blue Swirl | 2011-10-26 | 2 | -2416/+2434 |
* | Sparc: convert win_helper to trace framework | Blue Swirl | 2011-10-26 | 1 | -22/+8 |
* | Sparc: convert interrupt helpers to trace framework | Blue Swirl | 2011-10-26 | 2 | -26/+16 |
* | Sparc: convert mmu_helper to trace framework | Blue Swirl | 2011-10-26 | 1 | -44/+20 |
* | Sparc: split MMU helpers | Blue Swirl | 2011-10-26 | 3 | -860/+879 |
* | Sparc: fix coding style in helper.c | Blue Swirl | 2011-10-26 | 1 | -43/+52 |