From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwPWk-00052n-P0 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 05:54:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwPWj-0000ph-OI for qemu-devel@nongnu.org; Wed, 20 Feb 2019 05:54:58 -0500 Date: Wed, 20 Feb 2019 11:54:37 +0100 From: Cornelia Huck Message-ID: <20190220115437.320367f4.cohuck@redhat.com> In-Reply-To: <20190220010232.18731-23-philmd@redhat.com> References: <20190220010232.18731-1-philmd@redhat.com> <20190220010232.18731-23-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 22/25] s390x/sclp: Let write_console_data() take a size_t List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: qemu-devel@nongnu.org, Prasad J Pandit , =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau , Paolo Bonzini , Jason Wang , Anthony Perard , qemu-ppc@nongnu.org, Stefan Berger , David Gibson , Gerd Hoffmann , Zhang Chen , xen-devel@lists.xenproject.org, Samuel Thibault , Christian Borntraeger , Amit Shah , Li Zhijian , Corey Minyard , "Michael S. Tsirkin" , Paul Durrant , Halil Pasic , Stefano Stabellini , qemu-s390x@nongnu.org, Pavel Dovgalyuk On Wed, 20 Feb 2019 02:02:29 +0100 Philippe Mathieu-Daud=C3=A9 wrote: > Since all callers provide an unsigned value, we can safely > use a size_t argument. >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > hw/char/sclpconsole-lm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Cornelia Huck