From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: x86 emulator: avoid calling wbinvd() macro Date: Sun, 24 Apr 2011 09:57:30 +0300 Message-ID: <4DB3C9DA.5030809@redhat.com> References: <1303413365-2808-1-git-send-email-cnoss@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Clemens Noss Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44037 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753962Ab1DXG5h (ORCPT ); Sun, 24 Apr 2011 02:57:37 -0400 In-Reply-To: <1303413365-2808-1-git-send-email-cnoss@gmx.de> Sender: kvm-owner@vger.kernel.org List-ID: On 04/21/2011 10:16 PM, Clemens Noss wrote: > Commit 0b56652e33c72092956c651ab6ceb9f0ad081153 fails to build: > > CC [M] arch/x86/kvm/emulate.o > arch/x86/kvm/emulate.c: In function 'x86_emulate_insn': > arch/x86/kvm/emulate.c:4095:25: error: macro "wbinvd" passed 1 arguments, but takes just 0 > arch/x86/kvm/emulate.c:4095:3: warning: statement with no effect > make[2]: *** [arch/x86/kvm/emulate.o] Error 1 > make[1]: *** [arch/x86/kvm] Error 2 > make: *** [arch/x86] Error 2 > > Work around this for now. Applied, thanks. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.