Skip to content

Commit

Permalink
also no virtio for pSeries (thanks Rudi)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Apr 2, 2014
1 parent f166591 commit 21f89e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-vm-kvm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ vm_verify_options_kvm() {
vm_kernel=/boot/vmlinuxle
vm_initrd=/boot/initrdle
fi
grep -q "pSeries" /proc/cpuinfo || kvm_device=scsi-hd # no virtio on ppc != power7 yet
grep -q "PowerNV" /proc/cpuinfo || kvm_device=scsi-hd # no virtio on ppc != power7 yet
test "$BUILD_ARCH" != ppc64le || kvm_device=scsi-hd # also no virtio for ppc64le yet
;;
Expand Down

0 comments on commit 21f89e5

Please sign in to comment.