Revision ad1be899 ui/spice-core.c

b/ui/spice-core.c
554 554

  
555 555
    qemu_thread_get_self(&me);
556 556

  
557
   if (!opts) {
557
    if (!opts) {
558 558
        return;
559 559
    }
560 560
    port = qemu_opt_get_number(opts, "port", 0);
......
787 787
    qemu_add_opts(&qemu_spice_opts);
788 788
}
789 789
machine_init(spice_register_config);
790

  
791
static void spice_register_types(void)
792
{
793
    qemu_spice_init();
794
}
795

  
796
type_init(spice_register_types)

Also available in: Unified diff