timers: remove useless check
authorJuan Quintela <quintela@redhat.com>
Thu, 10 Sep 2009 01:04:25 +0000 (03:04 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 15:19:51 +0000 (10:19 -0500)
commitb03b2e48cb322cb695ff7a6666b25712140ea3c9
treee71a9b10c5e0771b1f8df6c0738deae7866f6807
parentbbfe1408fa5c75835f835d538c37d4e0857db214
timers: remove useless check

loadvm_state is called from: vl.c during startup, vmstart() is called after finishing loading.  The other caller do_loadvm() does the call after a vm_stop().  At both places where we can be saving state we are stoped a few lines before

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c