Age | Commit message (Expand) | Author | Files | Lines |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -2/+3 |
2018-10-18 | target/alpha: remove tlb_flush from alpha_cpu_initfn | Emilio G. Cota | 1 | -1/+0 |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 1 | -6/+6 |
2018-05-18 | target/alpha: Honor CPU_DUMP_FPU | Richard Henderson | 1 | -9/+8 |
2018-05-09 | translator: merge max_insns into DisasContextBase | Emilio G. Cota | 1 | -4/+2 |
2018-04-11 | icount: fix cpu_restore_state_from_tb for non-tb-exit cases | Pavel Dovgalyuk | 2 | -5/+3 |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov | 1 | -2/+0 |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov | 1 | -0/+1 |
2018-03-12 | qom: introduce object_class_get_list_sorted | Paolo Bonzini | 1 | -14/+1 |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée | 1 | -2/+0 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 3 | -6/+6 |
2017-12-29 | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson | 1 | -11/+11 |
2017-12-27 | target/*helper: don't check retaddr before calling cpu_restore_state | Alex Bennée | 1 | -10/+3 |
2017-10-30 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 2 | -73/+37 |
2017-10-27 | alpha: cleanup cpu type name composition | Igor Mammedov | 2 | -73/+37 |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 1 | -1/+1 |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson | 1 | -1/+1 |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson | 1 | -4/+0 |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota | 1 | -1/+1 |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota | 1 | -2/+2 |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson | 2 | -8/+1 |
2017-10-10 | tcg: remove addr argument from lookup_tb_ptr | Emilio G. Cota | 1 | -1/+1 |
2017-10-09 | qom/cpu: move cpu_model null check to cpu_class_by_name() | Philippe Mathieu-Daudé | 1 | -5/+1 |
2017-09-07 | target/alpha: Switch to do_transaction_failed() hook | Peter Maydell | 4 | -13/+24 |
2017-09-07 | target/alpha: Convert to TranslatorOps | Richard Henderson | 1 | -99/+86 |
2017-09-07 | target/alpha: Convert to DisasContextBase | Richard Henderson | 1 | -39/+39 |
2017-09-07 | target/alpha: Convert to DisasJumpType | Richard Henderson | 1 | -77/+55 |
2017-09-01 | alpha: replace cpu_alpha_init() with cpu_generic_init() | Igor Mammedov | 2 | -18/+6 |
2017-07-19 | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova | 1 | -3/+2 |
2017-07-19 | target/alpha: optimize gen_cvtlq() using deposit op | Philippe Mathieu-Daudé | 1 | -5/+3 |
2017-07-18 | target/alpha: Log temp leaks | Richard Henderson | 1 | -0/+6 |
2017-07-18 | target/alpha: Fix temp leak in gen_fbcond | Richard Henderson | 1 | -1/+5 |
2017-07-18 | target/alpha: Fix temp leak in gen_call_pal | Richard Henderson | 1 | -8/+12 |
2017-07-18 | target/alpha: Fix temp leak in gen_mtpr | Richard Henderson | 1 | -4/+6 |
2017-07-18 | target/alpha: Fix temp leak in gen_bcond | Richard Henderson | 1 | -8/+8 |
2017-07-18 | target/alpha: Merge several flag bytes into ENV->FLAGS | Richard Henderson | 5 | -87/+103 |
2017-07-18 | target/alpha: Copy tb->flags into DisasContext | Richard Henderson | 1 | -5/+7 |
2017-07-18 | target/alpha: Remove amask from tb->flags | Richard Henderson | 2 | -41/+38 |
2017-06-19 | target/alpha: Use tcg_gen_lookup_and_goto_ptr | Richard Henderson | 1 | -5/+22 |
2017-06-05 | target/alpha: Use goto_tb for fallthru between TBs | Richard Henderson | 1 | -2/+12 |
2017-06-05 | target/alpha: Implement WTINT inline | Richard Henderson | 1 | -5/+11 |
2017-06-01 | migration: Remove unneeded includes of migration/vmstate.h | Juan Quintela | 1 | -1/+0 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -2/+2 |
2017-03-14 | qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h | Paolo Bonzini | 1 | -0/+1 |
2017-02-28 | target/alpha: Enable MTTCG by default | Richard Henderson | 1 | -0/+3 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -2/+4 |
2017-01-13 | cputlb: drop flush_global flag from tlb_flush | Alex Bennée | 2 | -2/+2 |
2017-01-10 | target-alpha: Use ctpop helper | Richard Henderson | 3 | -8/+1 |
2017-01-10 | target-alpha: Use the ctz and clz opcodes | Richard Henderson | 3 | -14/+2 |