Skip to content

Commit

Permalink
Revert "fix plugin tb_is_mem_only"
Browse files Browse the repository at this point in the history
This reverts commit c2a831c.

Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Dec 21, 2024
1 parent b9cddd5 commit 651c991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ void qemu_plugin_register_vcpu_exit_cb(qemu_plugin_id_t id,

static bool tb_is_mem_only(void)
{
return false;
return tb_cflags(tcg_ctx->gen_tb) & CF_MEMI_ONLY;
}

Expand Down

0 comments on commit 651c991

Please sign in to comment.