From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtZuz-0000FQ-6i for qemu-devel@nongnu.org; Wed, 26 Nov 2014 05:34:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtZuq-0006jR-4T for qemu-devel@nongnu.org; Wed, 26 Nov 2014 05:33:53 -0500 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:60006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtZup-0006jI-Ts for qemu-devel@nongnu.org; Wed, 26 Nov 2014 05:33:44 -0500 Received: by mail-wg0-f43.google.com with SMTP id l18so3336691wgh.2 for ; Wed, 26 Nov 2014 02:33:42 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5475AC53.60707@redhat.com> Date: Wed, 26 Nov 2014 11:32:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416996444-45385-1-git-send-email-borntraeger@de.ibm.com> <20141126111958.0585b74d.cornelia.huck@de.ibm.com> In-Reply-To: <20141126111958.0585b74d.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390x/kvm: Fix compile error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , Peter Maydell Cc: Christian Borntraeger , Jens Freimann , qemu-devel , Igor Mammedov , "Michael S. Tsirkin" On 26/11/2014 11:19, Cornelia Huck wrote: > On Wed, 26 Nov 2014 11:07:24 +0100 > Christian Borntraeger wrote: > >> commit a2b257d6212a "memory: expose alignment used for allocating RAM >> as MemoryRegion API" triggered a compile error on KVM/s390x. >> >> Fix the prototype and the implementation of legacy_s390_alloc. >> >> Cc: Igor Mammedov >> Cc: Michael S. Tsirkin >> Signed-off-by: Christian Borntraeger >> --- >> target-s390x/kvm.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-by: Cornelia Huck > > Peter, will you pick this up directly? I am sending a pull request shortly and will pick this up. Paolo