]> Git Repo - qemu.git/blame - accel/stubs/tcg-stub.c
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / accel / stubs / tcg-stub.c
CommitLineData
a574cf9b
YZ
1/*
2 * QEMU TCG accelerator stub
3 *
4 * Copyright Red Hat, Inc. 2013
5 *
6 * Author: Paolo Bonzini <[email protected]>
7 *
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
10 *
11 */
12
13#include "qemu/osdep.h"
14#include "qemu-common.h"
15#include "cpu.h"
16#include "tcg/tcg.h"
17#include "exec/cpu-common.h"
18#include "exec/exec-all.h"
19
20void tb_flush(CPUState *cpu)
21{
22}
8f2c4cbc
JQ
23
24void tb_unlock(void)
25{
26}
27
28void tlb_set_dirty(CPUState *cpu, target_ulong vaddr)
29{
30}
This page took 0.068661 seconds and 4 git commands to generate.