test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] qemu-kvm: Fix failing to start VM with machine parameter
@ 2019-06-27  9:02 pvukkisala
  2019-07-03  6:07 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: pvukkisala @ 2019-06-27  9:02 UTC (permalink / raw)
  To: dts; +Cc: avijay, fmasood, Phanendra Vukkisala

From: Phanendra Vukkisala <pvukkisala@marvell.com>

Signed-off-by: Phanendra Vukkisala <pvukkisala@marvell.com>
---
 framework/qemu_kvm.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py
index 8408795..cf1f7e7 100644
--- a/framework/qemu_kvm.py
+++ b/framework/qemu_kvm.py
@@ -303,7 +303,7 @@ class QEMUKvm(VirtBase):
         separator = ','
         if 'machine' in options.keys() and \
                 options['machine']:
-            machine_boot_line += '%s' % options['machine']
+            machine_boot_line += ' %s' % options['machine']
             if 'opt_gic_version' in options.keys() and \
                     options['opt_gic_version']:
                 machine_boot_line += separator + 'gic_version=%s' % options['opt_gic_version']
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-03  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27  9:02 [dts] [PATCH] qemu-kvm: Fix failing to start VM with machine parameter pvukkisala
2019-07-03  6:07 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).