From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLj9c-0004Gr-GY for qemu-devel@nongnu.org; Wed, 02 Nov 2011 18:19:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLj9a-0003B4-V0 for qemu-devel@nongnu.org; Wed, 02 Nov 2011 18:19:28 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:45723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLj9a-0003Aw-Ny for qemu-devel@nongnu.org; Wed, 02 Nov 2011 18:19:26 -0400 Received: by gya6 with SMTP id 6so710244gya.4 for ; Wed, 02 Nov 2011 15:19:26 -0700 (PDT) Message-ID: <4EB1C1EB.8000204@codemonkey.ws> Date: Wed, 02 Nov 2011 17:19:23 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <9744301311355@192.168.2.69> <974427254830@192.168.2.69> <4EB1C14E.2090703@fransdb.nl> In-Reply-To: <4EB1C14E.2090703@fransdb.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Compile error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frans de Boer Cc: qemu-devel@nongnu.org, kvm-devel On 11/02/2011 05:16 PM, Frans de Boer wrote: > > When compiling QEMU 0.15.x with the option --disable-cpu-emulation, I get an > abort on fake-exec.c. It can't find the file exec.h. QEMU does not have such an option. You're likely using qemu-kvm. Regards, Anthony Liguori > > Any solution/suggestion? > > Regards, Frans. > >