From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0TK8-0000zj-EN for qemu-devel@nongnu.org; Fri, 06 Oct 2017 10:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0TK3-0001HT-Ka for qemu-devel@nongnu.org; Fri, 06 Oct 2017 10:09:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56996) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0TK3-0001Fz-Dn for qemu-devel@nongnu.org; Fri, 06 Oct 2017 10:09:51 -0400 Date: Fri, 6 Oct 2017 16:09:44 +0200 From: Cornelia Huck Message-ID: <20171006160944.1fd247a3.cohuck@redhat.com> In-Reply-To: <2e0360e2-6f8d-86e7-9629-bbe1b2568421@linaro.org> References: <20170928203708.9376-1-david@redhat.com> <20170928203708.9376-18-david@redhat.com> <2e0360e2-6f8d-86e7-9629-bbe1b2568421@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 17/30] MAINTAINERS: use s390 KVM maintainers for target/s390x/sigp.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: David Hildenbrand , qemu-devel@nongnu.org, thuth@redhat.com, Christian Borntraeger , Alexander Graf On Fri, 6 Oct 2017 09:40:49 -0400 Richard Henderson wrote: > On 09/28/2017 04:36 PM, David Hildenbrand wrote: > > All code in target/s390x/sigp.c was factored out from > > target/s390x/kvm.c, so let's also copy the entry in the MAINTAINERS > > file. > > > > Signed-off-by: David Hildenbrand > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > Probably should squash with previous, but... > > Reviewed-by: Richard Henderson > > > r~ > Agreed, that makes more sense than keeping it as a standalone patch.