[kvm-unit-tests PATCH] arm/arm64: don't configure default devices

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove virtio-net-pci from the config.

Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx>
---
 arm/run | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arm/run b/arm/run
index a2f35ef6a7e6..daf6012c3fce 100755
--- a/arm/run
+++ b/arm/run
@@ -68,7 +68,8 @@ chr_testdev='-device virtio-serial-device'
 chr_testdev+=' -device virtconsole,chardev=ctd -chardev testdev,id=ctd'
 
 M+=",accel=$ACCEL"
-command="$qemu $M -cpu $processor $chr_testdev"
+command="$qemu -nodefaults -nodefconfig"
+command+=" $M -cpu $processor $chr_testdev"
 command+=" -display none -serial stdio -kernel"
 command="$(timeout_cmd) $command"
 echo $command "$@"
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux