From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YanBm-0006Ay-DW for qemu-devel@nongnu.org; Wed, 25 Mar 2015 11:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YanBj-0002V3-16 for qemu-devel@nongnu.org; Wed, 25 Mar 2015 11:25:50 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:47884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YanBi-0002UR-Ll for qemu-devel@nongnu.org; Wed, 25 Mar 2015 11:25:46 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 25 Mar 2015 15:25:43 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 512CA219005F for ; Wed, 25 Mar 2015 15:25:09 +0000 (GMT) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2PFPKMQ8978922 for ; Wed, 25 Mar 2015 15:25:20 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2PFPFwe026932 for ; Wed, 25 Mar 2015 09:25:19 -0600 Message-ID: <5512D34C.5070707@de.ibm.com> Date: Wed, 25 Mar 2015 16:25:00 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1427295389-5054-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1427295389-5054-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x: do not include ram_addr.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org, Cornelia Huck Am 25.03.2015 um 15:56 schrieb Paolo Bonzini: > ram_addr.h is an internal interface and it is not needed anyway by > hw/s390x/ipl.c. > > Cc: Christian Borntraeger > Signed-off-by: Paolo Bonzini Applied to our tree. thanks. containing pull request will probably be sent by Cornelia. > --- > hw/s390x/ipl.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c > index 54d0835..5c86613 100644 > --- a/hw/s390x/ipl.c > +++ b/hw/s390x/ipl.c > @@ -14,7 +14,6 @@ > #include "sysemu/sysemu.h" > #include "cpu.h" > #include "elf.h" > -#include "exec/ram_addr.h" > #include "hw/loader.h" > #include "hw/sysbus.h" > #include "hw/s390x/virtio-ccw.h" >