summaryrefslogtreecommitdiffstats
path: root/include/qom
diff options
context:
space:
mode:
authorFam Zheng2017-07-14 04:15:08 +0200
committerPaolo Bonzini2017-07-14 12:04:43 +0200
commitc7e002c55acd82c8b7f512d52fe3fb6f94c1939e (patch)
treeed40a2500b184c241905bc84603e7aaa7a8c141e /include/qom
parentmips_cmgcr: Convert to DEFINE_PROP_LINK (diff)
downloadqemu-c7e002c55acd82c8b7f512d52fe3fb6f94c1939e.tar.gz
qemu-c7e002c55acd82c8b7f512d52fe3fb6f94c1939e.tar.xz
qemu-c7e002c55acd82c8b7f512d52fe3fb6f94c1939e.zip
cpu: Convert to DEFINE_PROP_LINK
Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170714021509.23681-20-famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qom/cpu.h b/include/qom/cpu.h
index d3c783b4b5..04c31e63eb 100644
--- a/include/qom/cpu.h
+++ b/include/qom/cpu.h
@@ -1013,6 +1013,7 @@ AddressSpace *cpu_get_address_space(CPUState *cpu, int asidx);
void QEMU_NORETURN cpu_abort(CPUState *cpu, const char *fmt, ...)
GCC_FMT_ATTR(2, 3);
+extern Property cpu_common_props[];
void cpu_exec_initfn(CPUState *cpu);
void cpu_exec_realizefn(CPUState *cpu, Error **errp);
void cpu_exec_unrealizefn(CPUState *cpu);