Skip to content

Commit

Permalink
build-vm-kvm: use qemu-system-s390x explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Apr 30, 2014
1 parent 304fd3d commit 40619fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-vm-kvm
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ vm_verify_options_kvm() {
grep -q "PowerNV" /proc/cpuinfo || kvm_device=scsi-hd # no virtio on ppc != power7 yet
;;
s390|s390x)
kvm_bin="/usr/bin/qemu-system-s390x"
kvm_options="-enable-kvm"
kvm_console=hvc0
vm_kernel=/boot/image
vm_initrd=/boot/initrd
Expand Down

0 comments on commit 40619fe

Please sign in to comment.