]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu.c
tcg: make CPUClass.cpu_exec_* optional
[mirror_qemu.git] / cpu.c
diff --git a/cpu.c b/cpu.c
index 0be5dcb6f3e18fcc5d8c262feca5ac394b04a13f..0c485cdf2d0e0fd05d4ab34a81f36e802abd7c84 100644 (file)
--- a/cpu.c
+++ b/cpu.c
@@ -144,21 +144,6 @@ void cpu_exec_unrealizefn(CPUState *cpu)
 #endif
 }
 
-Property cpu_common_props[] = {
-#ifndef CONFIG_USER_ONLY
-    /* Create a memory property for softmmu CPU object,
-     * so users can wire up its memory. (This can't go in hw/core/cpu.c
-     * because that file is compiled only once for both user-mode
-     * and system builds.) The default if no link is set up is to use
-     * the system address space.
-     */
-    DEFINE_PROP_LINK("memory", CPUState, memory, TYPE_MEMORY_REGION,
-                     MemoryRegion *),
-#endif
-    DEFINE_PROP_BOOL("start-powered-off", CPUState, start_powered_off, false),
-    DEFINE_PROP_END_OF_LIST(),
-};
-
 void cpu_exec_initfn(CPUState *cpu)
 {
     cpu->as = NULL;