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