change order of kvm_init call.
commitb8083e930efc1ee85a7ad7e700dbd0f52ebb32dd
authorGlauber Costa <glommer@redhat.com>
Mon, 20 Jul 2009 16:20:57 +0000 (20 13:20 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Sat, 25 Jul 2009 15:18:30 +0000 (25 12:18 -0300)
treeb2d549b3fdfdaf2e795d64768c5e3e72adbf35d7
parent73c28e69f8d3fbde6ce7e7cd82b6c4085590b988
change order of kvm_init call.

The goal is to get rid of the call to kvm_init. But those things
are subtle, and often break. So do it in a separate patch, to help
finding potential issues in future bisections.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
vl.c