|
@@ -3616,11 +3616,6 @@ int main(int argc, char **argv, char **envp)
|
|
|
add_device_config(DEV_VIRTCON, "vc:80Cx24C");
|
|
|
}
|
|
|
|
|
|
- if (init_timer_alarm() < 0) {
|
|
|
- fprintf(stderr, "could not initialize alarm timer\n");
|
|
|
- exit(1);
|
|
|
- }
|
|
|
-
|
|
|
socket_init();
|
|
|
|
|
|
if (qemu_opts_foreach(qemu_find_opts("chardev"), chardev_init_func, NULL, 1) != 0)
|