From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0kzf-0000tO-Bx for qemu-devel@nongnu.org; Tue, 27 Mar 2018 05:34:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0kzc-0000Vs-3Y for qemu-devel@nongnu.org; Tue, 27 Mar 2018 05:34:15 -0400 Date: Tue, 27 Mar 2018 11:33:59 +0200 From: Cornelia Huck Message-ID: <20180327113359.0efc75f9.cohuck@redhat.com> In-Reply-To: <606ca3cc-f96e-2d39-df97-b5ec80d2e7a9@vivier.eu> References: <20180323225739.17329-1-laurent@vivier.eu> <20180323225739.17329-10-laurent@vivier.eu> <20180327104706.5363eda9.cohuck@redhat.com> <606ca3cc-f96e-2d39-df97-b5ec80d2e7a9@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for 2.13 v2 09/20] linux-user: move s390x signal.c parts to s390x directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: qemu-devel@nongnu.org, Peter Maydell , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Riku Voipio , qemu-s390x@nongnu.org On Tue, 27 Mar 2018 11:13:37 +0200 Laurent Vivier wrote: > Le 27/03/2018 =C3=A0 10:47, Cornelia Huck a =C3=A9crit=C2=A0: > > On Fri, 23 Mar 2018 23:57:28 +0100 > > Laurent Vivier wrote: > > =20 > >> No code change, only move code from signal.c to > >> s390x/signal.c, except adding includes and > >> exporting setup_frame() and setup_rt_frame(). > >> > >> Signed-off-by: Laurent Vivier > >> --- > >> linux-user/s390x/signal.c | 309 ++++++++++++++++++++++++++++++= +++++++++ > >> linux-user/s390x/target_signal.h | 6 +- > >> linux-user/signal.c | 306 ------------------------------= -------- > >> 3 files changed, 314 insertions(+), 307 deletions(-) =20 > >=20 > > I'm not too emotionally involved with linux-user, but =20 >=20 > I use git-publish and it automatically copies people in the MAINTAINERS > file (in your case because of "K: ^Subject:.*(?i)s390x?"). I already guessed so - but I'm fine with looking at this as well, if I have some spare cycles :) >=20 > > Acked-by: Cornelia Huck > > =20 >=20 > Thank you! >=20 > Laurent