From: Anthony Liguori <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/vl.c b/vl.c
index 1d568bd..fbc84a7 100644
--- a/vl.c
+++ b/vl.c
@@ -5488,10 +5488,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");
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html