From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5hyv-000519-GY for qemu-devel@nongnu.org; Mon, 19 Sep 2011 13:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5hyu-00025l-GB for qemu-devel@nongnu.org; Mon, 19 Sep 2011 13:50:13 -0400 Message-ID: <4E7780CB.1030402@freescale.com> Date: Mon, 19 Sep 2011 12:50:03 -0500 From: Scott Wood MIME-Version: 1.0 References: <1315989802-18753-1-git-send-email-agraf@suse.de> <1315989802-18753-34-git-send-email-agraf@suse.de> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 33/58] KVM: update kernel headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-ppc@nongnu.org, Alexander Graf , qemu-devel Developers On 09/17/2011 11:59 AM, Blue Swirl wrote: > On Wed, Sep 14, 2011 at 8:42 AM, Alexander Graf wrote: >> diff --git a/linux-headers/linux/kvm_para.h b/linux-headers/linux/kvm_para.h >> index 7bdcf93..b315e27 100644 >> --- a/linux-headers/linux/kvm_para.h >> +++ b/linux-headers/linux/kvm_para.h >> @@ -26,3 +26,4 @@ >> #include >> >> #endif /* __LINUX_KVM_PARA_H */ >> + > > Can we avoid this? It could be fixed in the kernel, but I don't think we should be making local changes to this in qemu. It'll just get reintroduced the next time somebody runs the update script. -Scott