From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur6Ka-0005QC-Ji for qemu-devel@nongnu.org; Mon, 24 Jun 2013 08:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ur6KV-0004Sd-V0 for qemu-devel@nongnu.org; Mon, 24 Jun 2013 08:57:16 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49032 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur6KV-0004SV-Pt for qemu-devel@nongnu.org; Mon, 24 Jun 2013 08:57:11 -0400 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Alexander Graf In-Reply-To: <1371472182-10074-3-git-send-email-borntraeger@de.ibm.com> Date: Mon, 24 Jun 2013 14:57:10 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1371472182-10074-1-git-send-email-borntraeger@de.ibm.com> <1371472182-10074-3-git-send-email-borntraeger@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH 2/2] s390/IPL: Allow boot from other ssid than 0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: =?iso-8859-1?Q?Andreas_F=E4rber?= , Dominik Dingel , qemu-devel On 17.06.2013, at 14:29, Christian Borntraeger wrote: > From: Dominik Dingel >=20 > We now take the subchannel set id also into account to find the boot = device. > If we want to use a subchannel set other than the default set 0, we = first > need to enable the mss facility. >=20 > Signed-off-by: Dominik Dingel > Signed-off-by: Christian Borntraeger Thanks, applied to s390-next. Alex