aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-06target/arm: [tcg] Port to generic translation frameworkLluís Vilanova3-183/+41
2017-09-06target/arm: [tcg,a64] Port to disas_logLluís Vilanova1-5/+14
2017-09-06target/arm: [tcg] Port to disas_logLluís Vilanova1-5/+13
2017-09-06target/arm: [tcg,a64] Port to tb_stopLluís Vilanova1-60/+67
2017-09-06target/arm: [tcg] Port to tb_stopLluís Vilanova1-77/+84
2017-09-06target/arm: [tcg,a64] Port to translate_insnLluís Vilanova1-28/+43
2017-09-06target/arm: [tcg] Port to translate_insnLluís Vilanova2-75/+91
2017-09-06target/arm: [tcg,a64] Port to breakpoint_checkLluís Vilanova1-17/+31
2017-09-06target/arm: [tcg,a64] Port to insn_startLluís Vilanova2-22/+44
2017-09-06target/arm: [tcg] Port to insn_startLluís Vilanova1-4/+11
2017-09-06target/arm: [tcg] Port to tb_startLluís Vilanova1-38/+44
2017-09-06target/arm: [tcg,a64] Port to init_disas_contextLluís Vilanova1-14/+24
2017-09-06target/arm: [tcg] Port to init_disas_contextLluís Vilanova1-38/+50
2017-09-06target/arm: [tcg] Port to DisasContextBaseLluís Vilanova3-121/+120
2017-09-06target/i386: [tcg] Port to generic translation frameworkLluís Vilanova1-87/+19
2017-09-06target/i386: [tcg] Port to disas_logLluís Vilanova1-13/+19
2017-09-06target/i386: [tcg] Port to tb_stopLluís Vilanova1-12/+14
2017-09-06target/i386: [tcg] Port to translate_insnLluís Vilanova1-24/+42
2017-09-06target/i386: [tcg] Port to breakpoint_checkLluís Vilanova1-12/+34
2017-09-06target/i386: [tcg] Port to insn_startLluís Vilanova1-1/+8
2017-09-06target/i386: [tcg] Port to init_disas_contextLluís Vilanova1-19/+27
2017-09-06target/i386: [tcg] Port to DisasContextBaseLluís Vilanova1-71/+69
2017-09-06tcg: Add generic translation frameworkLluís Vilanova3-0/+243
2017-09-06target/arm: Delay check for magic kernel pageRichard Henderson1-11/+11
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova14-46/+104
2017-09-06target/arm: Use DISAS_NORETURNRichard Henderson3-29/+30
2017-09-06target/i386: Use generic DISAS_* enumeratorsRichard Henderson1-13/+15
2017-09-06tcg: Add generic DISAS_NORETURNRichard Henderson1-0/+1
2017-09-06tcg/s390: Use slbgr for setcond le and leuRichard Henderson1-76/+43
2017-09-06tcg/s390: Use load-on-condition-2 facilityRichard Henderson2-17/+63
2017-09-06tcg/s390: Use distinct-operands facilityRichard Henderson2-28/+91
2017-09-06tcg/s390: Merge ori+xori facilities check to tcg_target_op_defRichard Henderson1-68/+33
2017-09-06tcg/s390: Merge add2i facilities check to tcg_target_op_defRichard Henderson1-24/+14
2017-09-06tcg/s390: Merge muli facilities check to tcg_target_op_defRichard Henderson1-20/+25
2017-09-06tcg/s390: Merge cmpi facilities check to tcg_target_op_defRichard Henderson1-38/+30
2017-09-06tcg/s390: Fully convert tcg_target_op_defRichard Henderson1-124/+154
2017-09-06snapshot/tests: Try loadvm twiceDr. David Alan Gilbert2-1/+5
2017-09-06disas/i386: Add disassembly of rorxRichard Henderson1-2/+11
2017-09-06disas/i386: Add disassembly of vex.0f38.f5Richard Henderson1-3/+12
2017-09-06disas/i386: Fix disassembly of two-byte vex prefixesRichard Henderson1-0/+1
2017-09-06migration: Reset rather than destroy main_thread_load_eventDr. David Alan Gilbert1-1/+1
2017-09-06runstate/migrate: Two more transitionsDr. David Alan Gilbert1-0/+2
2017-09-06host-utils: Simplify pow2ceil()Markus Armbruster1-9/+14
2017-09-06host-utils: Proactively fix pow2floor(), switch to unsignedMarkus Armbruster1-5/+8
2017-09-06xbzrle: Drop unused cache_resize()Markus Armbruster2-67/+0
2017-09-06migration: Report when bdrv_inactivate_all failsDr. David Alan Gilbert1-0/+2
2017-09-06qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushingPavel Butsykin1-8/+8
2017-09-06qemu-iotests: add 184 for throttle filter driverManos Pitsidianakis3-0/+508
2017-09-06block: add throttle block filter driverManos Pitsidianakis6-2/+275
2017-09-05tcg: Implement implicit ordering semanticsPranith Kumar1-0/+16