Set default properties for Power: virtual console and scsi driver

This patch enables the virtual console for Power systems /dev/hvc0
and sets scsi bus and virtio-scsi model as default.
The virtual console hvc0 enables full console including dmesg.
High performance virtio-scsi driver keeps the efficient design of
virtio-blk with effective SCSI passthrough.

Change-Id: I0b5cd4a15d30f06fc7993555d91d6907bd1acbd7
(cherry picked from commit 72f530fd7a)
This commit is contained in:
Rafael Folco 2016-02-09 07:08:38 -06:00 committed by Mikhail S Medvedev
parent 0591b1a6a3
commit 7c4d678b3b
1 changed files with 2 additions and 2 deletions

View File

@ -300,8 +300,8 @@ function upload_image {
*) echo "Do not know what to do with $image_fname"; false;;
esac
if is_arch "ppc64"; then
img_property="--property hw_cdrom_bus=scsi"
if is_arch "ppc64le" || is_arch "ppc64" || is_arch "ppc"; then
img_property="--property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi --property hw_cdrom_bus=scsi --property os_command_line=console=hvc0"
fi
if is_arch "aarch64"; then