Age | Commit message (Expand) | Author | Files | Lines |
2017-10-24 | cpu-exec: lookup/generate TB outside exclusive region during step_atomic | Emilio G. Cota | 1 | -16/+14 |
2017-10-24 | tcg: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -5/+7 |
2017-10-24 | target/sparc: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | target/sh4: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | target/s390x: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -22/+88 |
2017-10-24 | target/m68k: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -15/+31 |
2017-10-24 | target/i386: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 1 | -2/+2 |
2017-10-24 | target/hppa: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 3 | -6/+40 |
2017-10-24 | target/arm: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota | 5 | -21/+68 |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 24 | -123/+124 |
2017-10-24 | tcg: Include CF_COUNT_MASK in CF_HASH_MASK | Richard Henderson | 1 | -1/+1 |
2017-10-24 | tcg: Add CPUState cflags_next_tb | Richard Henderson | 5 | -35/+31 |
2017-10-24 | tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK | Emilio G. Cota | 10 | -39/+65 |
2017-10-24 | tcg: Use offsets not indices for TCGv_* | Richard Henderson | 1 | -31/+33 |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 32 | -163/+40 |
2017-10-24 | tcg: Remove TCGV_EQUAL* | Richard Henderson | 6 | -17/+11 |
2017-10-24 | tcg: Remove GET_TCGV_* and MAKE_TCGV_* | Richard Henderson | 5 | -69/+34 |
2017-10-24 | tcg: Introduce temp_tcgv_{i32,i64,ptr} | Richard Henderson | 2 | -47/+53 |
2017-10-24 | tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} | Richard Henderson | 6 | -90/+122 |
2017-10-24 | tcg: Push tcg_ctx into tcg_gen_callN | Richard Henderson | 3 | -10/+9 |
2017-10-24 | tcg: Push tcg_ctx into generator functions | Richard Henderson | 2 | -78/+69 |
2017-10-24 | tcg: Use per-temp state data in optimize | Richard Henderson | 2 | -182/+246 |
2017-10-24 | tcg: Remove unused TCG_CALL_DUMMY_TCGV | Richard Henderson | 1 | -1/+0 |
2017-10-24 | tcg: Change temp_allocate_frame arg to TCGTemp | Richard Henderson | 1 | -5/+3 |
2017-10-24 | tcg: Avoid loops against variable bounds | Richard Henderson | 1 | -17/+10 |
2017-10-24 | tcg: Use per-temp state data in liveness | Richard Henderson | 2 | -109/+122 |
2017-10-24 | tcg: Introduce temp_arg, export temp_idx | Richard Henderson | 2 | -13/+18 |
2017-10-24 | tcg: Return NULL temp for TCG_CALL_DUMMY_ARG | Richard Henderson | 1 | -1/+1 |
2017-10-24 | tcg: Add temp_global bit to TCGTemp | Richard Henderson | 3 | -14/+24 |
2017-10-24 | tcg: Introduce arg_temp | Richard Henderson | 3 | -28/+32 |
2017-10-24 | tcg: Propagate TCGOp down to allocators | Richard Henderson | 1 | -38/+37 |
2017-10-24 | tcg: Propagate args to op->args in tcg.c | Richard Henderson | 1 | -63/+58 |
2017-10-24 | tcg: Propagate args to op->args in optimizer | Richard Henderson | 1 | -203/+227 |
2017-10-24 | tcg: Merge opcode arguments into TCGOp | Richard Henderson | 4 | -142/+98 |
2017-10-24 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ... | Peter Maydell | 1 | -22/+1 |
2017-10-24 | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20171023-pull-request... | Peter Maydell | 3 | -4/+6 |
2017-10-24 | Merge remote-tracking branch 'remotes/shorne/tags/openrisc-20171021-smp-pr' i... | Peter Maydell | 9 | -46/+302 |
2017-10-23 | usb-ccid: remove needless migration state code | Marc-André Lureau | 1 | -22/+1 |
2017-10-23 | scripts: don't throw away stderr when checking out git submodules | Daniel P. Berrange | 1 | -1/+1 |
2017-10-23 | ui: add qemu-keymap and shader to .gitignore | Gerd Hoffmann | 1 | -0/+2 |
2017-10-23 | configure: disable qemu-keymap for linux-user qemu | Laurent Vivier | 1 | -3/+3 |
2017-10-21 | openrisc: Only kick cpu on timeout, not on update | Stafford Horne | 1 | -1/+1 |
2017-10-21 | openrisc: Initial SMP support | Stafford Horne | 1 | -23/+65 |
2017-10-21 | openrisc/cputimer: Perparation for Multicore | Stafford Horne | 5 | -20/+52 |
2017-10-21 | target/openrisc: Make coreid and numcores variable | Stafford Horne | 1 | -2/+3 |
2017-10-21 | openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC) | Stafford Horne | 3 | -0/+181 |
2017-10-20 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -7/+8 |
2017-10-20 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171020' into staging | Peter Maydell | 54 | -1168/+1581 |
2017-10-20 | Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta... | Peter Maydell | 2 | -6/+8 |
2017-10-20 | s390x/tcg: low-address protection support | David Hildenbrand | 3 | -45/+62 |