aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24target/sparc: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/sh4: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/m68k: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/i386: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-24tcg: Use offsets not indices for TCGv_*Richard Henderson
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson
2017-10-24tcg: Push tcg_ctx into generator functionsRichard Henderson
2017-10-24tcg: Use per-temp state data in optimizeRichard Henderson
2017-10-24tcg: Remove unused TCG_CALL_DUMMY_TCGVRichard Henderson
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson
2017-10-24tcg: Return NULL temp for TCG_CALL_DUMMY_ARGRichard Henderson
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson
2017-10-24tcg: Introduce arg_tempRichard Henderson
2017-10-24tcg: Propagate TCGOp down to allocatorsRichard Henderson
2017-10-24tcg: Propagate args to op->args in tcg.cRichard Henderson
2017-10-24tcg: Propagate args to op->args in optimizerRichard Henderson
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/input-20171023-pull-request...Peter Maydell
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ...Peter Maydell
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20171023-pull-request...Peter Maydell
2017-10-24Merge remote-tracking branch 'remotes/shorne/tags/openrisc-20171021-smp-pr' i...Peter Maydell
2017-10-23migration: Improve migration thread error handlingJuan Quintela
2017-10-23qapi: Fix grammar in x-multifd-page-count descriptionsJuan Quintela
2017-10-23migration: add bitmap for received pageAlexey Perevalov
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov
2017-10-23migration: new ram_init_bitmaps()Peter Xu
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu
2017-10-23migration: provide ram_state_cleanupPeter Xu
2017-10-23migration: provide ram_state_init()Peter Xu
2017-10-23migration: pause-before-switchover for postcopyDr. David Alan Gilbert
2017-10-23migration: allow cancel to unpauseDr. David Alan Gilbert
2017-10-23migrate: HMP migate_continueDr. David Alan Gilbert
2017-10-23migration: migrate-continueDr. David Alan Gilbert
2017-10-23migration: Wait for semaphore before completing migrationDr. David Alan Gilbert