Revision ad1be899 vl.c

b/vl.c
3369 3369
        exit(1);
3370 3370
    }
3371 3371

  
3372
#ifdef CONFIG_SPICE
3373
    /* spice needs the timers to be initialized by this point */
3374
    qemu_spice_init();
3375
#endif
3376

  
3372 3377
    if (icount_option && (kvm_enabled() || xen_enabled())) {
3373 3378
        fprintf(stderr, "-icount is not allowed with kvm or xen\n");
3374 3379
        exit(1);

Also available in: Unified diff