]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/char/sclpconsole-lm.c
char: add backend hotswap handler
[mirror_qemu.git] / hw / char / sclpconsole-lm.c
index 1b15046690cfce60ea975aee4afbbc3eb073e991..741c641fc0a17584306b798a5cb9f90ac0432e63 100644 (file)
@@ -313,7 +313,7 @@ static int console_init(SCLPEvent *event)
     console_available = true;
 
     qemu_chr_fe_set_handlers(&scon->chr, chr_can_read,
-                             chr_read, NULL, scon, NULL, true);
+                             chr_read, NULL, NULL, scon, NULL, true);
 
     return 0;
 }