]> git.proxmox.com Git - qemu.git/blobdiff - qemu-char.c
xhci: handle USB_RET_IOERROR
[qemu.git] / qemu-char.c
index efe706df3f4540e7e3ae28da434165830ea543ca..b8ffcba42f84900d56e1769b46f52788e461a9ca 100644 (file)
@@ -3228,6 +3228,7 @@ CharDriverState *qemu_chr_new_from_opts(QemuOpts *opts,
         }
 
         chr = qemu_chr_find(id);
+        chr->opts = opts;
 
     qapi_out:
         qapi_free_ChardevBackend(backend);