Skip to content
  • Kirill Batuzov's avatar
    vl.c: remove init_clocks call from main · 02ce232c
    Kirill Batuzov authored
    
    
    Clocks are initialized in qemu_init_main_loop. They are not needed before it.
    Initializing them twice is not only unnecessary but is harmful: it results in
    memory leak and potentially can lead to a situation where different parts of
    QEMU use different sets of timers.
    
    To avoid it remove init_clocks call from main and add an assertion to
    qemu_clock_init that corresponding clock has not been initialized yet.
    
    Signed-off-by: default avatarKirill Batuzov <batuzovk@ispras.ru>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    02ce232c