From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2yKe-0006Bh-SB for qemu-devel@nongnu.org; Wed, 18 May 2016 06:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2yKW-0006xX-1z for qemu-devel@nongnu.org; Wed, 18 May 2016 06:04:00 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:34699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2yKV-0006xR-RK for qemu-devel@nongnu.org; Wed, 18 May 2016 06:03:51 -0400 Received: by mail-wm0-x241.google.com with SMTP id n129so11505406wmn.1 for ; Wed, 18 May 2016 03:03:51 -0700 (PDT) Sender: Paolo Bonzini References: <1463412982-6681-1-git-send-email-pbonzini@redhat.com> <20160518102147.30c63802.cornelia.huck@de.ibm.com> <20160518105952.3cd61418.cornelia.huck@de.ibm.com> From: Paolo Bonzini Message-ID: Date: Wed, 18 May 2016 12:03:47 +0200 MIME-Version: 1.0 In-Reply-To: <20160518105952.3cd61418.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH CFT v3 00/50] NEED_CPU_H / cpu.h / hw/hw.h cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: Thomas Huth , qemu-devel@nongnu.org On 18/05/2016 10:59, Cornelia Huck wrote: >> > >> > That's on one of my s390x systems; on another one (where I don't test), >> > it builds. But something's wrong :) > Ah, that's because the functioning one used --disable-kvm. > > Should the call to kvm_check_extension() be moved to target-s390x/kvm.c? Yes, thanks! I will do this. Paolo