Revision 3329f07b qemu-char.c

b/qemu-char.c
2286 2286
    const char *p;
2287 2287
    QemuOpts *opts;
2288 2288

  
2289
    opts = qemu_opts_create(&qemu_chardev_opts, label, 1);
2289
    opts = qemu_opts_create(qemu_find_opts("chardev"), label, 1);
2290 2290
    if (NULL == opts)
2291 2291
        return NULL;
2292 2292

  

Also available in: Unified diff