From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH for-1.7] target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() Date: Tue, 12 Nov 2013 08:09:24 +0100 Message-ID: <5281D424.4060303@redhat.com> References: <1384204922-8250-1-git-send-email-peter.maydell@linaro.org> <5281580D.7060305@redhat.com> <52816422.8060002@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Peter Maydell , QEMU Developers , Gleb Natapov , kvm-devel , Patch Tracking , Andreas Tobler , Anthony Liguori To: Anthony Liguori Return-path: Received: from mail-ee0-f45.google.com ([74.125.83.45]:46523 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755570Ab3KLHJ3 (ORCPT ); Tue, 12 Nov 2013 02:09:29 -0500 Received: by mail-ee0-f45.google.com with SMTP id c4so1395222eek.32 for ; Mon, 11 Nov 2013 23:09:28 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 12/11/2013 00:21, Anthony Liguori ha scritto: > FWIW, I'd rather just add -O1 for debug builds than add more stub functions. That can do, too. clang works fine with -O1. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg86Y-0008SV-EJ for qemu-devel@nongnu.org; Tue, 12 Nov 2013 02:09:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vg86M-0002Ba-08 for qemu-devel@nongnu.org; Tue, 12 Nov 2013 02:09:42 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:39477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg86L-0002BS-Ok for qemu-devel@nongnu.org; Tue, 12 Nov 2013 02:09:29 -0500 Received: by mail-ee0-f52.google.com with SMTP id l10so1183088eei.39 for ; Mon, 11 Nov 2013 23:09:28 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5281D424.4060303@redhat.com> Date: Tue, 12 Nov 2013 08:09:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1384204922-8250-1-git-send-email-peter.maydell@linaro.org> <5281580D.7060305@redhat.com> <52816422.8060002@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-1.7] target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , kvm-devel , Gleb Natapov , Patch Tracking , QEMU Developers , Andreas Tobler , Anthony Liguori Il 12/11/2013 00:21, Anthony Liguori ha scritto: > FWIW, I'd rather just add -O1 for debug builds than add more stub functions. That can do, too. clang works fine with -O1. Paolo