]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/char/debugcon.c
char: add backend hotswap handler
[mirror_qemu.git] / hw / char / debugcon.c
index 762e3d8ada42f54620c981becc56c7fa7e64fae8..9b56fb8abe309a0d8dd9fef4e47ffe76aa1e0b7e 100644 (file)
@@ -92,7 +92,7 @@ static void debugcon_realize_core(DebugconState *s, Error **errp)
         return;
     }
 
-    qemu_chr_fe_set_handlers(&s->chr, NULL, NULL, NULL, s, NULL, true);
+    qemu_chr_fe_set_handlers(&s->chr, NULL, NULL, NULL, NULL, s, NULL, true);
 }
 
 static void debugcon_isa_realizefn(DeviceState *dev, Error **errp)