From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 1/9] x86: Pick up local arch trace headers Date: Sun, 27 Sep 2009 10:38:41 +0200 Message-ID: <4ABF2491.1090401@redhat.com> References: <20090925161801.3328.30406.stgit@mchn012c.ww002.siemens.net> <20090925161801.3328.29677.stgit@mchn012c.ww002.siemens.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39138 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753629AbZI0Iim (ORCPT ); Sun, 27 Sep 2009 04:38:42 -0400 In-Reply-To: <20090925161801.3328.29677.stgit@mchn012c.ww002.siemens.net> Sender: kvm-owner@vger.kernel.org List-ID: On 09/25/2009 07:18 PM, Jan Kiszka wrote: > This unbreaks 2.6.31 builds but also ensures that we always use the most > recent ones. > > Signed-off-by: Jan Kiszka > --- > > include/arch/x86/kvm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 120000 include/arch/x86/kvm > > diff --git a/include/arch/x86/kvm b/include/arch/x86/kvm > new file mode 120000 > index 0000000..c635817 > --- /dev/null > +++ b/include/arch/x86/kvm > @@ -0,0 +1 @@ > +../../../x86 > \ No newline at end of file > > Shouldn't it be asm-x86? -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.