From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it Date: Wed, 11 Mar 2009 17:41:54 -0700 Message-ID: <49B85A52.4020607@goop.org> References: <613005.62794.qm@web56108.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <613005.62794.qm@web56108.mail.re3.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: bderzhavets@yahoo.com Cc: Xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org Boris Derzhavets wrote: > What i am doing wrong ? > Not sure. You should only need to install tools though; Xen and the other trees should be irrelevant. > > hg bisect -r > hg bisect -g 19282 > hg bisect -b 19297 > make install-xen OK > make install-tools > > make[5]: *** [block-qcow2.o] Error 1 > What happens before this line? > make[5]: Leaving directory `/usr/src/xen-unstable.hg/tools/blktap/drivers' > make[4]: *** [subdir-install-drivers] Error 2 > make[4]: Leaving directory `/usr/src/xen-unstable.hg/tools/blktap' > make[3]: *** [subdirs-install] Error 2 > make[3]: Leaving directory `/usr/src/xen-unstable.hg/tools/blktap' > make[2]: *** [subdir-install-blktap] Error 2 > make[2]: Leaving directory `/usr/src/xen-unstable.hg/tools' > make[1]: *** [subdirs-install] Error 2 > make[1]: Leaving directory `/usr/src/xen-unstable.hg/tools' > make: *** [install-tools] Error 2 > > hg bisect -r > hg bisect -g 19232 > hg bisect -b 19297 > > make install-xen > make[4]: Leaving directory `/usr/src/xen-unstable.hg/xen/arch/x86' > make[3]: *** [/usr/src/xen-unstable.hg/xen/arch/x86/built_in.o] Error 2 > make[3]: Leaving directory `/usr/src/xen-unstable.hg/xen/arch/x86' > make[2]: *** [/usr/src/xen-unstable.hg/xen/xen] Error 2 > make[2]: Leaving directory `/usr/src/xen-unstable.hg/xen' > make[1]: *** [install] Error 2 > make[1]: Leaving directory `/usr/src/xen-unstable.hg/xen' > make: *** [install-xen] Error 2 > > make install-tools OK > J