From: Stefano Garzarella Date: Mon, 17 May 2021 15:17:02 +0000 (+0200) Subject: docs: fix references to docs/devel/s390-dasd-ipl.rst X-Git-Tag: v6.1.0-rc0~90^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13cb12f61923bd8c24af8b6e6326c911e970ecf8;p=thirdparty%2Fqemu.git docs: fix references to docs/devel/s390-dasd-ipl.rst Commit cc3d15a5ea ("docs: rstfy s390 dasd ipl documentation") converted docs/devel/s390-dasd-ipl.txt to docs/devel/s390-dasd-ipl.rst. We still have several references to the old file, so let's fix them with the following command: sed -i s/s390-dasd-ipl.txt/s390-dasd-ipl.rst/ \ $(git grep -l docs/devel/s390-dasd-ipl.txt) Signed-off-by: Stefano Garzarella Reviewed-by: Philippe Mathieu-Daudé Acked-by: Cornelia Huck Message-Id: <20210517151702.109066-6-sgarzare@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/pc-bios/s390-ccw/dasd-ipl.c b/pc-bios/s390-ccw/dasd-ipl.c index 71cbae2f16e..254bb1a15e3 100644 --- a/pc-bios/s390-ccw/dasd-ipl.c +++ b/pc-bios/s390-ccw/dasd-ipl.c @@ -205,7 +205,7 @@ static void run_ipl2(SubChannelId schid, uint16_t cutype, uint32_t addr) /* * Limitations in vfio-ccw support complicate the IPL process. Details can - * be found in docs/devel/s390-dasd-ipl.txt + * be found in docs/devel/s390-dasd-ipl.rst */ void dasd_ipl(SubChannelId schid, uint16_t cutype) {