OSDN Git Service

tests/vm: Only use -cpu 'host' if KVM is available
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 28 Jun 2018 15:35:34 +0000 (12:35 -0300)
committerFam Zheng <famz@redhat.com>
Wed, 15 Aug 2018 02:12:35 +0000 (10:12 +0800)
commitdcf7ea4a78b10575dcc032e0356233ab3a95e7d2
treed346f66540a6634ff30ffdaf6f39842dcb61c220
parent38441756b70eec5807b5f60dad11a93a91199866
tests/vm: Only use -cpu 'host' if KVM is available

If KVM is not available, then use the 'max' cpu.

This fixes:

  ERROR:root:Log:
  ERROR:root:qemu-system-x86_64: CPU model 'host' requires KVM
  Failed to prepare guest environment
  error: [Errno 104] Connection reset by peer
  source/qemu/tests/vm/Makefile.include:25: recipe for target 'tests/vm/ubuntu.i386.img' failed
  make: *** [tests/vm/ubuntu.i386.img] Error 2

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180628153535.1411-4-f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/vm/basevm.py