Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx> --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index a38379b..3d6ebd9 100644 --- a/vl.c +++ b/vl.c @@ -5483,10 +5483,10 @@ int main(int argc, char **argv, char **envp) if (bt_parse(bt_opts[i])) exit(1); + /* init the memory */ if (ram_size == 0) ram_size = DEFAULT_RAM_SIZE * 1024 * 1024; - /* init the memory */ if (kvm_enabled()) { if (kvm_qemu_create_context() < 0) { fprintf(stderr, "Could not create KVM context\n"); -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html