From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHRD-0005LW-Br for qemu-devel@nongnu.org; Thu, 09 Oct 2014 13:23:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcHR5-0002MN-5j for qemu-devel@nongnu.org; Thu, 09 Oct 2014 13:23:39 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:63165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHR4-0002MA-VR for qemu-devel@nongnu.org; Thu, 09 Oct 2014 13:23:31 -0400 Received: by mail-lb0-f169.google.com with SMTP id 10so1622689lbg.28 for ; Thu, 09 Oct 2014 10:23:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20141009191802.4acf5468.cornelia.huck@de.ibm.com> References: <1412861761-22047-1-git-send-email-cornelia.huck@de.ibm.com> <20141009191802.4acf5468.cornelia.huck@de.ibm.com> From: Peter Maydell Date: Thu, 9 Oct 2014 18:23:07 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/8] s390x patches for 2.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Christian Borntraeger , Jens Freimann , QEMU Developers , Alexander Graf On 9 October 2014 18:18, Cornelia Huck wrote: > > Weird, s390x-linux-user seems to build for me on s390x (just tried > again). > > I guess you build on !s390x, though :) I'll look into this. You seem to be building the migration stuff into the linux-user targets, when it should be in softmmu only. Other targets handle this by putting it into machine.c and marking that file SOFTMMU only. I'm not sure why it compiles for you on s390x, I don't think it's a host-system specific problem... -- PMM