]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - exec.c
usb-host: add option to allow all resets.
[thirdparty/qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index 91c8b79656a07a2bfbbe88224546c01b52148885..ffdb5185353bdbacc613d4730228c97e229d7288 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -941,6 +941,8 @@ void cpu_exec_realizefn(CPUState *cpu, Error **errp)
     }
     tlb_init(cpu);
 
+    qemu_plugin_vcpu_init_hook(cpu);
+
 #ifndef CONFIG_USER_ONLY
     if (qdev_get_vmsd(DEVICE(cpu)) == NULL) {
         vmstate_register(NULL, cpu->cpu_index, &vmstate_cpu_common, cpu);