]> Git Repo - qemu.git/blobdiff - qemu-char.c
s390x/css: Use static initialization for channel_subsys fields
[qemu.git] / qemu-char.c
index ad11b75e3df0eecfc5e2e3ebb86bb99d2486f78b..fc8ffda157c4e3d4ae82dfe0384dd140f57ebaac 100644 (file)
@@ -3490,7 +3490,7 @@ fail:
     return NULL;
 }
 
-static void qemu_chr_parse_common(QemuOpts *opts, ChardevCommon *backend)
+void qemu_chr_parse_common(QemuOpts *opts, ChardevCommon *backend)
 {
     const char *logfile = qemu_opt_get(opts, "logfile");
 
This page took 0.022682 seconds and 4 git commands to generate.