docs: Add QED image format specification
[qemu-kvm/stefanha.git] / target-i386 / fake-exec.c
blobe6f8363cb11ae32414768b6a184ad02f4af50be1
1 /*
2 * fake-exec.c
4 * This is a file for stub functions so that compilation is possible
5 * when TCG CPU emulation is disabled during compilation.
7 * Copyright 2007 IBM Corporation.
8 * Added by & Authors:
9 * Jerone Young <jyoung5@us.ibm.com>
10 * This work is licensed under the GNU GPL licence version 2 or later.
13 #include "exec.h"
14 #include "cpu.h"
15 #include "tcg.h"
17 int code_copy_enabled = 0;
19 CCTable cc_table[CC_OP_NB];
21 TCGContext tcg_ctx;
23 void cpu_dump_statistics (CPUState *env, FILE*f,
24 int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
25 int flags)
29 void cpu_gen_init(void)
33 int cpu_restore_state(TranslationBlock *tb,
34 CPUState *env, unsigned long searched_pc,
35 void *puc)
38 return 0;
41 int cpu_x86_gen_code(CPUState *env, TranslationBlock *tb, int *gen_code_size_ptr)
43 return 0;
46 void optimize_flags_init(void)
50 void tcg_prologue_init(TCGContext *ctx)