From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b34iR-0007F5-Tp for qemu-devel@nongnu.org; Wed, 18 May 2016 12:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b34iN-0004Ij-PN for qemu-devel@nongnu.org; Wed, 18 May 2016 12:52:58 -0400 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:45267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b34iN-0004Hn-Dc for qemu-devel@nongnu.org; Wed, 18 May 2016 12:52:55 -0400 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 May 2016 17:52:50 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7F58717D8042 for ; Wed, 18 May 2016 17:53:48 +0100 (BST) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u4IGqltt25362928 for ; Wed, 18 May 2016 16:52:47 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u4IGql7Z030195 for ; Wed, 18 May 2016 10:52:47 -0600 Date: Wed, 18 May 2016 18:52:46 +0200 From: Cornelia Huck Message-ID: <20160518185246.1f90fe97.cornelia.huck@de.ibm.com> In-Reply-To: <1463589381-66853-3-git-send-email-pbonzini@redhat.com> References: <1463589381-66853-1-git-send-email-pbonzini@redhat.com> <1463589381-66853-3-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/52] s390x: move vregs_needed to machine.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Wed, 18 May 2016 18:36:15 +0200 Paolo Bonzini wrote: > It is only needed in one file, move it there. > > Signed-off-by: Paolo Bonzini > --- > target-s390x/cpu.h | 15 --------------- > target-s390x/machine.c | 10 ++++++++++ > 2 files changed, 10 insertions(+), 15 deletions(-) Acked-by: Cornelia Huck