summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24tpm: add missing includePhilippe Mathieu-Daudé1-0/+1
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/input-20171023-pull-request...Peter Maydell6-38/+200
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-23migration: Improve migration thread error handlingJuan Quintela3-5/+22
2017-10-23qapi: Fix grammar in x-multifd-page-count descriptionsJuan Quintela1-3/+3
2017-10-23migration: add bitmap for received pageAlexey Perevalov4-5/+67
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov1-13/+21
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov3-10/+11
2017-10-23migration: new ram_init_bitmaps()Peter Xu1-21/+30
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu1-46/+77
2017-10-23migration: provide ram_state_cleanupPeter Xu1-3/+10
2017-10-23migration: provide ram_state_init()Peter Xu1-10/+26
2017-10-23migration: pause-before-switchover for postcopyDr. David Alan Gilbert1-7/+22
2017-10-23migration: allow cancel to unpauseDr. David Alan Gilbert1-0/+4
2017-10-23migrate: HMP migate_continueDr. David Alan Gilbert3-0/+26
2017-10-23migration: migrate-continueDr. David Alan Gilbert2-0/+28
2017-10-23migration: Wait for semaphore before completing migrationDr. David Alan Gilbert2-0/+41
2017-10-23migration: Add 'pre-switchover' and 'device' statusesDr. David Alan Gilbert2-1/+13
2017-10-23migration: Add 'pause-before-switchover' capabilityDr. David Alan Gilbert3-1/+15
2017-10-23migration: Make cache_init() take an error parameterJuan Quintela3-23/+19
2017-10-23migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela3-20/+22
2017-10-23migration: Make cache size elements use the right typesJuan Quintela2-5/+5
2017-10-23migratiom: Remove max_item_age parameterJuan Quintela1-2/+0
2017-10-23migration: Fix migrate_test_apply for multifd parametersJuan Quintela1-0/+6
2017-10-23ui: pull in latest keycodemapdbDaniel P. Berrange1-0/+0
2017-10-23ui: normalize the 'sysrq' key into the 'print' keyDaniel P. Berrange2-0/+21
2017-10-23ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange1-16/+35