From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVJGV-0003F8-4m for qemu-devel@nongnu.org; Fri, 07 Dec 2018 11:46:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVJGQ-0005C7-P1 for qemu-devel@nongnu.org; Fri, 07 Dec 2018 11:46:10 -0500 Received: from mail-oi1-x244.google.com ([2607:f8b0:4864:20::244]:34054) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gVJGQ-0005A3-C7 for qemu-devel@nongnu.org; Fri, 07 Dec 2018 11:46:06 -0500 Received: by mail-oi1-x244.google.com with SMTP id h25so3891588oig.1 for ; Fri, 07 Dec 2018 08:46:06 -0800 (PST) References: <20181205124812.10552-1-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <18b9425e-e5d9-578b-54c2-9b6c3f1370a8@linaro.org> Date: Fri, 7 Dec 2018 10:46:01 -0600 MIME-Version: 1.0 In-Reply-To: <20181205124812.10552-1-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: update status of FPU emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aurelien@aurel32.net On 12/5/18 6:48 AM, Alex Bennée wrote: > Given I've spent a fair amount of time around this code now I'm > putting myself forward as a maintainer. Also given that the code has > been extensively re-written and has testing and new incoming features > it's probably more than just Odd Fixes. > > Signed-off-by: Alex Bennée > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~