Re: [Qemu-devel] [PATCH] Reorder alarm timer setup again

2012-11-22 Thread Jan Kiszka
On 2012-11-22 16:07, Luiz Capitulino wrote: > On Thu, 01 Nov 2012 17:25:24 +0100 > Jan Kiszka wrote: > >> From: Jan Kiszka >> >> ac4119c023 moved the alarm timer initialization to an earlier point but >> failed to consider that it depends on qemu_init_main_loop. Instead of >> moving the wrong th

Re: [Qemu-devel] [PATCH] Reorder alarm timer setup again

2012-11-22 Thread Luiz Capitulino
On Thu, 01 Nov 2012 17:25:24 +0100 Jan Kiszka wrote: > From: Jan Kiszka > > ac4119c023 moved the alarm timer initialization to an earlier point but > failed to consider that it depends on qemu_init_main_loop. Instead of > moving the wrong things before os_daemonize, better push alarm timer > ri

[Qemu-devel] [PATCH] Reorder alarm timer setup again

2012-11-01 Thread Jan Kiszka
From: Jan Kiszka ac4119c023 moved the alarm timer initialization to an earlier point but failed to consider that it depends on qemu_init_main_loop. Instead of moving the wrong things before os_daemonize, better push alarm timer right after qemu_init_main_loop and move the chardev initialization a