Skip to content

Commit

Permalink
Merge pull request #210 from dirkmueller/master
Browse files Browse the repository at this point in the history
[armv7l] Unbreak random number device pass through
  • Loading branch information
adrianschroeter committed Oct 26, 2015
2 parents c402856 + b9f6c1f commit 3f3f605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-vm-kvm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vm_verify_options_kvm() {
test -e /boot/zImage.guest && vm_kernel=/boot/zImage.guest
test -e /boot/initrd.guest && vm_initrd=/boot/initrd.guest
kvm_device=virtio-blk-device
kvm_rng_device=virtio-rng-pci
kvm_rng_device=virtio-rng-device
;;
aarch64)
kvm_bin="/usr/bin/qemu-system-aarch64"
Expand Down

0 comments on commit 3f3f605

Please sign in to comment.