Browse code

Merge "Set default properties for Power: virtual console and scsi driver"

Jenkins authored on 2016/02/18 06:32:04
Showing 1 changed files
... ...
@@ -301,8 +301,8 @@ function upload_image {
301 301
         *) echo "Do not know what to do with $image_fname"; false;;
302 302
     esac
303 303
 
304
-    if is_arch "ppc64"; then
305
-        img_property="--property hw_cdrom_bus=scsi"
304
+    if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then
305
+        img_property="--property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi --property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
306 306
     fi
307 307
 
308 308
     if is_arch "aarch64"; then