From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: [PATCH] Unmodified VMX guest support (domain firmware) Date: Wed, 08 Jun 2005 15:24:43 -0700 Message-ID: <42A7702B.5080805@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Leendert van Doorn wrote: > The following allows you to run unmodified guest operating systems > under Xen on VMX (VT) enabled processors. The tree lives under > /tools/dfw. Instead of booting a guest kernel, boot vmxloader and > specify the disk image in qemurc. > I think /boot/vmxloader is a better path. http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREARCHITECTUREINDEPENDENTDATA says /usr/share is for arch independent data. -Arun --- a/tools/firmware/Makefile Wed Jun 8 18:44:55 2005 +++ b/tools/firmware/Makefile Wed Jun 8 15:19:39 2005 @@ -2,7 +2,7 @@ include $(XEN_ROOT)/tools/Rules.mk TARGET := vmxassist/vmxloader -INSTALL_DIR := $(DESTDIR)/usr/share/xen +INSTALL_DIR := $(DESTDIR)/boot SUBDIRS := SUBDIRS += rombios