aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota24-123/+124
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson1-1/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson5-35/+31
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota10-39/+65
2017-10-24tcg: Use offsets not indices for TCGv_*Richard Henderson1-31/+33
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson32-163/+40
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson6-17/+11
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson5-69/+34
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson2-47/+53
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson6-90/+122
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson3-10/+9
2017-10-24tcg: Push tcg_ctx into generator functionsRichard Henderson2-78/+69
2017-10-24tcg: Use per-temp state data in optimizeRichard Henderson2-182/+246
2017-10-24tcg: Remove unused TCG_CALL_DUMMY_TCGVRichard Henderson1-1/+0
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson1-5/+3
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson1-17/+10
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson2-109/+122
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson2-13/+18
2017-10-24tcg: Return NULL temp for TCG_CALL_DUMMY_ARGRichard Henderson1-1/+1
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson3-14/+24
2017-10-24tcg: Introduce arg_tempRichard Henderson3-28/+32
2017-10-24tcg: Propagate TCGOp down to allocatorsRichard Henderson1-38/+37
2017-10-24tcg: Propagate args to op->args in tcg.cRichard Henderson1-63/+58
2017-10-24tcg: Propagate args to op->args in optimizerRichard Henderson1-203/+227
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson4-142/+98
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ...Peter Maydell1-22/+1
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20171023-pull-request...Peter Maydell3-4/+6
2017-10-24Merge remote-tracking branch 'remotes/shorne/tags/openrisc-20171021-smp-pr' i...Peter Maydell9-46/+302
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau1-22/+1
2017-10-23scripts: don't throw away stderr when checking out git submodulesDaniel P. Berrange1-1/+1
2017-10-23ui: add qemu-keymap and shader to .gitignoreGerd Hoffmann1-0/+2
2017-10-23configure: disable qemu-keymap for linux-user qemuLaurent Vivier1-3/+3
2017-10-21openrisc: Only kick cpu on timeout, not on updateStafford Horne1-1/+1
2017-10-21openrisc: Initial SMP supportStafford Horne1-23/+65
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne5-20/+52
2017-10-21target/openrisc: Make coreid and numcores variableStafford Horne1-2/+3
2017-10-21openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)Stafford Horne3-0/+181
2017-10-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+8
2017-10-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171020' into stagingPeter Maydell54-1168/+1581
2017-10-20Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell2-6/+8
2017-10-20s390x/tcg: low-address protection supportDavid Hildenbrand3-45/+62
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand3-3/+9
2017-10-20tests: Enable the very simple virtio tests on s390x, tooThomas Huth4-18/+28
2017-10-20libqtest: Add qtest_[v]startf()Eric Blake14-138/+128
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic3-33/+10
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic3-33/+10
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic3-20/+8
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic3-32/+10
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic6-126/+75
2017-10-20s390x/css: IO instr handler ending controlHalil Pasic1-0/+16