From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Qemu-devel] [PATCH for-1.7] target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() Date: Wed, 13 Nov 2013 08:25:24 +0100 Message-ID: <52832964.6000707@redhat.com> References: <5281580D.7060305@redhat.com> <52816422.8060002@redhat.com> <52821A62.2050001@redhat.com> <52822958.8060508@redhat.com> <20131112132337.GB2008@redhat.com> <528233DD.6020306@redhat.com> <20131112140935.GD2008@redhat.com> <528241E0.5060503@redhat.com> <52824766.2000507@redhat.com> <52825009.10506@redhat.com> <5282794D.20108@twiddle.net> <5282B17B.7020602@redhat.com> <5282E37E.6090704@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , Peter Maydell , kvm-devel , Gleb Natapov , Patch Tracking , QEMU Developers , Andreas Tobler , Anthony Liguori To: Richard Henderson Return-path: Received: from mail-ea0-f174.google.com ([209.85.215.174]:53610 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758619Ab3KMHZc (ORCPT ); Wed, 13 Nov 2013 02:25:32 -0500 Received: by mail-ea0-f174.google.com with SMTP id n15so7707ead.5 for ; Tue, 12 Nov 2013 23:25:31 -0800 (PST) In-Reply-To: <5282E37E.6090704@twiddle.net> Sender: kvm-owner@vger.kernel.org List-ID: Il 13/11/2013 03:27, Richard Henderson ha scritto: > I think it's also worthwhile to implement the kvm api in kvm-stub.c, > unnecessary or not. If you really want compile-time feedback on those that > ought to have been removed by optimization, you could elide them from the stub > file depending on ifndef __OPTIMIZE__. Good idea. Peter, can you do that? Paolo