From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZDOs-00038G-TI for qemu-devel@nongnu.org; Mon, 16 Feb 2009 19:01:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZDOr-000384-JE for qemu-devel@nongnu.org; Mon, 16 Feb 2009 19:01:21 -0500 Received: from [199.232.76.173] (port=39659 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZDOr-000381-E7 for qemu-devel@nongnu.org; Mon, 16 Feb 2009 19:01:21 -0500 Received: from yx-out-1718.google.com ([74.125.44.152]:20462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZDOq-0005mz-Tx for qemu-devel@nongnu.org; Mon, 16 Feb 2009 19:01:21 -0500 Received: by yx-out-1718.google.com with SMTP id 4so1416397yxp.82 for ; Mon, 16 Feb 2009 16:01:20 -0800 (PST) MIME-Version: 1.0 Sender: dustin.kirkland@gmail.com In-Reply-To: <1234470982-330-1-git-send-email-glommer@redhat.com> References: <1234470982-330-1-git-send-email-glommer@redhat.com> Date: Mon, 16 Feb 2009 18:01:20 -0600 Message-ID: From: Dustin Kirkland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] include qemu-kvm.h at all cases. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, avi@redhat.com On 2/12/09, Glauber Costa wrote: > We don't have any kind of kvm support for linux-user targets, > but conditionalizing the inclusion of kvm header make > linux-user compilation break. And we don't have a reason to > prevent that, do we? Ack, again, same problem here. The lack of inclusion of this header breaks the build of kvm-84 for the Ubuntu package. :-Dustin