From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZDKx-0000Xo-50 for qemu-devel@nongnu.org; Mon, 16 Feb 2009 18:57:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZDKu-0000Uj-RW for qemu-devel@nongnu.org; Mon, 16 Feb 2009 18:57:18 -0500 Received: from [199.232.76.173] (port=48460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZDKu-0000UV-KD for qemu-devel@nongnu.org; Mon, 16 Feb 2009 18:57:16 -0500 Received: from an-out-0708.google.com ([209.85.132.242]:12909) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZDKu-0003UK-9R for qemu-devel@nongnu.org; Mon, 16 Feb 2009 18:57:16 -0500 Received: by an-out-0708.google.com with SMTP id b6so1819192ana.37 for ; Mon, 16 Feb 2009 15:57:14 -0800 (PST) MIME-Version: 1.0 Sender: dustin.kirkland@gmail.com In-Reply-To: <1234548446-30006-1-git-send-email-glommer@redhat.com> References: <1234548446-30006-1-git-send-email-glommer@redhat.com> Date: Mon, 16 Feb 2009 17:57:14 -0600 Message-ID: From: Dustin Kirkland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] use KVM_UPSTREAM for ppc. 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: hollisb@us.ibm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, avi@redhat.com On 2/13/09, Glauber Costa wrote: > ppc should compile with upstream qemu code, so, put these > defines in ppc specific code that references kvm functions. > > We don put them in config.h in this case, since there are > files (like vl.c) that includes both kvm.h and qemu-kvm.h, > and would break compilation. Ack. This patch is required for Ubuntu packaging of kvm-84. Otherwise, the compilation is broken. Thanks for this. :-Dustin