~terceiro/lava-dispatcher/filter-ansi-color-codes-mwhudson-state-machine

« back to all changes in this revision

Viewing changes to lava_dispatcher/default-config/lava-dispatcher/device-types/kvm.conf

  • Committer: Antonio Terceiro
  • Date: 2013-07-15 17:24:27 UTC
  • mfrom: (634.1.2 kvm-faster-net)
  • Revision ID: antonio.terceiro@linaro.org-20130715172427-nl1x84zw42t3w0jw
Faster networking for kvm devices by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
client_type = qemu
2
2
qemu_binary = qemu-system-x86_64
3
 
qemu_options = -machine accel=kvm:tcg -hda {DISK_IMAGE} -nographic
 
3
kvm_networking_options = -net nic,model=virtio -net user
 
4
qemu_options = -machine accel=kvm:tcg -hda {DISK_IMAGE} -nographic %(kvm_networking_options)s