diff mbox

kvm tools: Fix loading root device as image

Message ID 1304625212-18951-1-git-send-email-levinsasha928@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sasha Levin May 5, 2011, 7:53 p.m. UTC
Fix the loading of root device when no image name was
specified.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
---
 tools/kvm/kvm-run.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/tools/kvm/kvm-run.c b/tools/kvm/kvm-run.c
index 2ff13d3..d5a952f 100644
--- a/tools/kvm/kvm-run.c
+++ b/tools/kvm/kvm-run.c
@@ -420,6 +420,7 @@  int kvm_cmd_run(int argc, const char **argv, const char *prefix)
 		if (hi) {
 			image_filename[0] = hi;
 			readonly_image[0] = true;
+			image_count++;
 		}
 	}