From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aTTHo-000681-DL for mharc-qemu-trivial@gnu.org; Wed, 10 Feb 2016 06:50:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTTHm-00065J-Gy for qemu-trivial@nongnu.org; Wed, 10 Feb 2016 06:50:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTTHb-0005Dl-VQ for qemu-trivial@nongnu.org; Wed, 10 Feb 2016 06:50:18 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:37422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTTGS-0004Wd-Pe; Wed, 10 Feb 2016 06:48:56 -0500 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 82F9E40FB7; Wed, 10 Feb 2016 14:48:55 +0300 (MSK) To: Christian Borntraeger , qemu-devel@nongnu.org References: <1455102397-14425-1-git-send-email-mjt@msgid.tls.msk.ru> <56BB2086.2040001@de.ibm.com> From: Michael Tokarev Openpgp: id=6EE195D1886E8FFB810D4324457CE0A0804465C5 X-Enigmail-Draft-Status: N1110 Organization: Telecom Service, JSC Message-ID: <56BB23A6.10200@msgid.tls.msk.ru> Date: Wed, 10 Feb 2016 14:48:54 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <56BB2086.2040001@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Pierre Morel , Richard Henderson Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 11:50:19 -0000 10.02.2016 14:35, Christian Borntraeger wrote: > On 02/10/2016 12:06 PM, Michael Tokarev wrote: >> This is an s390 boot rom which was used in s390-virtio machine. >> but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 >> "s390x: remove s390-virtio machine", this file isn't used. >> The only place it is referenced in the code is an unused >> which I'm modifying too, to refer to s390-ccw.rom instead. >> >> Cc: Pierre Morel >> Signed-off-by: Michael Tokarev > > a minor nit below, otherwise > Acked-by: Christian Borntraeger Fixed in git, that one and the commit comment (sent a v2). Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTTHE-0005gc-Cd for qemu-devel@nongnu.org; Wed, 10 Feb 2016 06:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTTGT-0004Xe-1r for qemu-devel@nongnu.org; Wed, 10 Feb 2016 06:49:44 -0500 References: <1455102397-14425-1-git-send-email-mjt@msgid.tls.msk.ru> <56BB2086.2040001@de.ibm.com> From: Michael Tokarev Message-ID: <56BB23A6.10200@msgid.tls.msk.ru> Date: Wed, 10 Feb 2016 14:48:54 +0300 MIME-Version: 1.0 In-Reply-To: <56BB2086.2040001@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Pierre Morel , Richard Henderson 10.02.2016 14:35, Christian Borntraeger wrote: > On 02/10/2016 12:06 PM, Michael Tokarev wrote: >> This is an s390 boot rom which was used in s390-virtio machine. >> but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 >> "s390x: remove s390-virtio machine", this file isn't used. >> The only place it is referenced in the code is an unused >> which I'm modifying too, to refer to s390-ccw.rom instead. >> >> Cc: Pierre Morel >> Signed-off-by: Michael Tokarev > > a minor nit below, otherwise > Acked-by: Christian Borntraeger Fixed in git, that one and the commit comment (sent a v2). Thanks, /mjt