Revision afd0b409 spice-qemu-char.c

b/spice-qemu-char.c
293 293

  
294 294
    return chr;
295 295
}
296

  
297
void qemu_spice_register_ports(void)
298
{
299
    SpiceCharDriver *s;
300

  
301
    QLIST_FOREACH(s, &spice_chars, next) {
302
        if (s->sin.portname == NULL) {
303
            continue;
304
        }
305
        vmc_register_interface(s);
306
    }
307
}
296 308
#endif

Also available in: Unified diff