From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqbUR-0002uR-BI for qemu-devel@nongnu.org; Mon, 04 Feb 2019 05:28:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqbUQ-0003ak-7D for qemu-devel@nongnu.org; Mon, 04 Feb 2019 05:28:34 -0500 Date: Mon, 4 Feb 2019 11:28:27 +0100 From: Cornelia Huck Message-ID: <20190204112827.612150fe.cohuck@redhat.com> In-Reply-To: <1548768562-20007-3-git-send-email-jjherne@linux.ibm.com> References: <1548768562-20007-1-git-send-email-jjherne@linux.ibm.com> <1548768562-20007-3-git-send-email-jjherne@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/15] s390-bios: decouple cio setup from virtio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jason J. Herne" Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org, pasic@linux.ibm.com, alifm@linux.ibm.com, borntraeger@de.ibm.com On Tue, 29 Jan 2019 08:29:09 -0500 "Jason J. Herne" wrote: > Move channel i/o setup code out to a separate function. This decouples cio > setup from the virtio code path and allows us to make use of it for booting > dasd devices. > > Signed-off-by: Jason J. Herne > Acked-by: Halil Pasic > Reviewed-by: Collin Walling > --- > pc-bios/s390-ccw/main.c | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-) Reviewed-by: Cornelia Huck