From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3OsS-0007s0-9u for qemu-devel@nongnu.org; Mon, 11 Mar 2019 13:38:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3OrA-0007Hs-Mi for qemu-devel@nongnu.org; Mon, 11 Mar 2019 13:36:58 -0400 Date: Mon, 11 Mar 2019 18:36:47 +0100 From: Cornelia Huck Message-ID: <20190311183647.69361783.cohuck@redhat.com> In-Reply-To: <1552317693-21979-3-git-send-email-jjherne@linux.ibm.com> References: <1552317693-21979-1-git-send-email-jjherne@linux.ibm.com> <1552317693-21979-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 v4 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, thuth@redhat.com, pasic@linux.ibm.com, alifm@linux.ibm.com, borntraeger@de.ibm.com On Mon, 11 Mar 2019 11:21:20 -0400 "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 > Reviewed-by: Farhan Ali > Reviewed-by: Thomas Huth > --- > pc-bios/s390-ccw/main.c | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-) Reviewed-by: Cornelia Huck [I could have sworn I already did that...]