| Commit message (Expand) | Author | Age | Files | Lines |
* | replay: don't record interrupt poll | Pavel Dovgalyuk | 2020-10-06 | 1 | -3/+18 |
* | icount: rename functions to be consistent with the module name | Claudio Fontana | 2020-10-05 | 1 | -3/+3 |
* | cpu-timers, icount: new modules | Claudio Fontana | 2020-10-05 | 1 | -5/+34 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -7/+8 |
* | tcg/cpu-exec: precise single-stepping after an interrupt | Richard Henderson | 2020-07-17 | 1 | -1/+7 |
* | tcg/cpu-exec: precise single-stepping after an exception | Luc Michel | 2020-07-16 | 1 | -0/+11 |
* | accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025) | Alex Bennée | 2020-02-28 | 1 | -10/+11 |
* | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -1/+1 |
* | qemu_log_lock/unlock now preserves the qemu_logfile handle. | Robert Foley | 2019-12-18 | 1 | -2/+2 |
* | tcg: let plugins instrument virtual memory accesses | Emilio G. Cota | 2019-10-28 | 1 | -0/+3 |
* | cpu: introduce cpu_in_exclusive_context() | Emilio G. Cota | 2019-10-28 | 1 | -4/+1 |
* | icount: clean up cpu_can_io at the entry to the block | Pavel Dovgalyuk | 2019-08-20 | 1 | -1/+0 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+2 |
* | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -11/+12 |
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging | Peter Maydell | 2019-02-07 | 1 | -3/+0 |
|\ |
|
| * | accel/tcg: Consider cluster index in tb_lookup__cpu_state() | Peter Maydell | 2019-02-06 | 1 | -3/+0 |
* | | cpu-exec: reset BQL after longjmp in cpu_exec_step_atomic | Emilio G. Cota | 2019-02-05 | 1 | -0/+3 |
* | | cpu-exec: add assert_no_pages_locked() after longjmp | Emilio G. Cota | 2019-02-05 | 1 | -0/+1 |
|/ |
|
* | tcg: Fix LGPL version number | Thomas Huth | 2019-01-30 | 1 | -1/+1 |
* | accel/tcg: Add cluster number to TCG TB hash | Peter Maydell | 2019-01-29 | 1 | -0/+3 |
* | tcg: Implement CPU_LOG_TB_NOCHAIN during expansion | Richard Henderson | 2018-10-19 | 1 | -1/+1 |
* | accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookups | Peter Maydell | 2018-08-14 | 1 | -0/+3 |
* | tcg: remove tb_lock | Emilio G. Cota | 2018-06-15 | 1 | -26/+8 |
* | translate-all: protect TB jumps with a per-destination-TB lock | Emilio G. Cota | 2018-06-15 | 1 | -14/+27 |
* | translate-all: discard TB when tb_link_page returns an existing matching TB | Emilio G. Cota | 2018-06-15 | 1 | -12/+2 |
* | translate-all: introduce assert_no_pages_locked | Emilio G. Cota | 2018-06-15 | 1 | -0/+1 |
* | tcg: track TBs with per-region BST's | Emilio G. Cota | 2018-06-15 | 1 | -1/+1 |
* | qht: require a default comparison function | Emilio G. Cota | 2018-06-15 | 1 | -2/+2 |
* | accel: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-05-31 | 1 | -1/+0 |
* | tcg: Optionally log FPU state in TCG -d cpu logging | Peter Maydell | 2018-05-15 | 1 | -3/+6 |
* | icount: fix cpu_restore_state_from_tb for non-tb-exit cases | Pavel Dovgalyuk | 2018-04-11 | 1 | -1/+0 |
* | cpu-exec: fix exception_index handling | Pavel Dovgalyuk | 2018-03-12 | 1 | -1/+4 |
* | tcg: add cs_base and flags to -d exec output | Paolo Bonzini | 2017-12-29 | 1 | -2/+4 |
* | cpu-exec: fix missed CPU kick during interrupt injection | David Hildenbrand | 2017-12-21 | 1 | -9/+3 |
* | Revert "cpu-exec: don't overwrite exception_index" | Peter Maydell | 2017-11-20 | 1 | -3/+1 |
* | cpu-exec: avoid cpu_exec_nocache infinite loop with record/replay | Pavel Dovgalyuk | 2017-11-14 | 1 | -41/+54 |
* | cpu-exec: don't overwrite exception_index | Pavel Dovgalyuk | 2017-11-14 | 1 | -1/+3 |
* | cpu-exec: Exit exclusive region on longjmp from step_atomic | Peter Maydell | 2017-11-03 | 1 | -3/+12 |
* | tcg: take tb_ctx out of TCGContext | Emilio G. Cota | 2017-10-24 | 1 | -1/+1 |
* | exec-all: rename tb_free to tb_remove | Emilio G. Cota | 2017-10-24 | 1 | -1/+1 |
* | tcg: Remove CF_IGNORE_ICOUNT | Richard Henderson | 2017-10-24 | 1 | -7/+9 |
* | cpu-exec: lookup/generate TB outside exclusive region during step_atomic | Emilio G. Cota | 2017-10-24 | 1 | -16/+14 |
* | tcg: Add CPUState cflags_next_tb | Richard Henderson | 2017-10-24 | 1 | -4/+17 |
* | tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK | Emilio G. Cota | 2017-10-24 | 1 | -22/+23 |
* | exec-all: extract tb->tc_* into a separate struct tc_tb | Emilio G. Cota | 2017-10-10 | 1 | -7/+7 |
* | exec-all: bring tb->invalid into tb->cflags | Emilio G. Cota | 2017-10-10 | 1 | -2/+2 |
* | tcg: consolidate TB lookups in tb_lookup__cpu_state | Emilio G. Cota | 2017-10-10 | 1 | -29/+18 |
* | cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find | Emilio G. Cota | 2017-10-10 | 1 | -5/+5 |
* | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson | 2017-09-07 | 1 | -0/+35 |
* | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | Lluís Vilanova | 2017-07-17 | 1 | -2/+6 |