summaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
diff options
context:
space:
mode:
authorCollin L. Walling <walling@linux.vnet.ibm.com>2018-02-23 10:43:19 -0500
committerThomas Huth <thuth@redhat.com>2018-02-26 07:56:55 +0100
commitffb4a1c80792aa71da900dbb495b21fbc0130073 (patch)
tree471d8145894fc2b158900b40e440050664014e3a /hw/s390x/ipl.c
parent53b310ce539cfadf1f2fad5927a9e8f88ec9db13 (diff)
downloadqemu-ffb4a1c80792aa71da900dbb495b21fbc0130073.tar.gz
s390-ccw: interactive boot menu for scsi
Interactive boot menu for scsi. This follows a similar procedure as the interactive menu for eckd dasd. An example follows: s390x Enumerated Boot Menu. 3 entries detected. Select from index 0 to 2. Signed-off-by: Collin L. Walling <walling@linux.vnet.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> [thuth: Added additional "break;" statement to avoid analyzer warnings] Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/s390x/ipl.c')
-rw-r--r--hw/s390x/ipl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c
index c12e460a7f..798e99aadf 100644
--- a/hw/s390x/ipl.c
+++ b/hw/s390x/ipl.c
@@ -247,6 +247,8 @@ static void s390_ipl_set_boot_menu(S390IPLState *ipl)
return;
}
break;
+ case S390_IPL_TYPE_QEMU_SCSI:
+ break;
default:
error_report("boot menu is not supported for this device type.");
return;