Message ID | 1241040038-17183-22-git-send-email-aliguori@us.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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");
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)