qxl: call qemu_spice_display_init_common for secondary devices
[qemu/ar7.git] / accel / stubs / tcg-stub.c
blob5dd480b1a29947c608a820d00fb128ead5dfea3f
1 /*
2 * QEMU TCG accelerator stub
4 * Copyright Red Hat, Inc. 2013
6 * Author: Paolo Bonzini <pbonzini@redhat.com>
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.
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"
20 void tb_flush(CPUState *cpu)