From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOUta-0006Lp-MW for qemu-devel@nongnu.org; Fri, 23 Jun 2017 16:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOUtX-0001Jf-HK for qemu-devel@nongnu.org; Fri, 23 Jun 2017 16:09:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39474) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dOUtX-0001Id-C2 for qemu-devel@nongnu.org; Fri, 23 Jun 2017 16:09:31 -0400 References: <20170623164557.11636-1-f4bug@amsat.org> From: Laszlo Ersek Message-ID: Date: Fri, 23 Jun 2017 22:09:21 +0200 MIME-Version: 1.0 In-Reply-To: <20170623164557.11636-1-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/3] hw/core: minor fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org, Peter Maydell , Eric Blake , Peter Crosthwaite , Markus Armbruster , "Michael S . Tsirkin" , Gerd Hoffmann , Alexander Graf , David Gibson , Eduardo Habkost , Alistair Francis On 06/23/17 18:45, Philippe Mathieu-Daud=C3=A9 wrote: > Sorry to spam so many people, there is no entries in MAINTAINERS for > hw/core/loader.c and hw/core/qdev.c, any volunters? >=20 > Philippe Mathieu-Daud=C3=A9 (3): > elf-loader: warn about invalid endianess > hw/core: fix missing return value in load_image_targphys_as() > hw/core: report an error if invalid gpio is used >=20 > hw/core/loader.c | 5 ++++- > hw/core/qdev.c | 6 +++++- > 2 files changed, 9 insertions(+), 2 deletions(-) >=20 With the typo that Peter pointed out fixed: series Reviewed-by: Laszlo Ersek