projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6e007
)
tests/vm: Do not use the -smp option with a single cpu
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sat, 13 Oct 2018 00:40:28 +0000
(
02:40
+0200)
committer
Fam Zheng
<famz@redhat.com>
Fri, 26 Oct 2018 14:03:21 +0000
(22:03 +0800)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <
20181013004034
.6968-4-f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/vm/basevm.py
patch
|
blob
|
history
diff --git
a/tests/vm/basevm.py
b/tests/vm/basevm.py
index 2bd32dc6cefeffefe118ce4963c89c7a43aff219..9415e7c33a9486e30586ef32c84d167b330b148d 100755
(executable)
--- a/
tests/vm/basevm.py
+++ b/
tests/vm/basevm.py
@@
-70,7
+70,7
@@
class BaseVM(object):
"-device", "virtio-net-pci,netdev=vnet",
"-vnc", "127.0.0.1:0,to=20",
"-serial", "file:%s" % os.path.join(self._tmpdir, "serial.out")]
- if vcpus:
+ if vcpus
and vcpus > 1
:
self._args += ["-smp", str(vcpus)]
if kvm_available():
self._args += ["-enable-kvm"]