From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8Gl0-0003BV-9M for qemu-devel@nongnu.org; Mon, 26 Sep 2011 15:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8Gkz-0006eK-4I for qemu-devel@nongnu.org; Mon, 26 Sep 2011 15:22:26 -0400 Received: from ihemail3.lucent.com ([135.245.0.37]:36302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8Gkz-0006e8-0K for qemu-devel@nongnu.org; Mon, 26 Sep 2011 15:22:25 -0400 Received: from usnavsmail4.ndc.alcatel-lucent.com (usnavsmail4.ndc.alcatel-lucent.com [135.3.39.12]) by ihemail3.lucent.com (8.13.8/IER-o) with ESMTP id p8QJMMuW015693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 26 Sep 2011 14:22:23 -0500 (CDT) Received: from umail.lucent.com (umail-ce2.ndc.lucent.com [135.3.40.63]) by usnavsmail4.ndc.alcatel-lucent.com (8.14.3/8.14.3/GMO) with ESMTP id p8QJMMwp024149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 26 Sep 2011 14:22:22 -0500 Received: from [135.244.5.155] (cabiness.lra.lucent.com [135.244.5.155]) by umail.lucent.com (8.13.8/TPES) with ESMTP id p8QJMLsp003924 for ; Mon, 26 Sep 2011 14:22:22 -0500 (CDT) Message-ID: <4E80D0ED.5050101@alcatel-lucent.com> Date: Mon, 26 Sep 2011 14:22:21 -0500 From: Kenton Cabiness MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Using iPXE with older qemu releases? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Is there a way to point an older qemu release (currently running qemu-kvm-0.12.1.2-2.16) to iPXE products? We have built iPXE and installed the files and tested by changing the symbolic links in /usr/share/qemu-kvm (RH6.1 system) to point to the iPXE files. We would like to package the files in an RPM for installation on several machines, but since the links are owned by the qemu-kvm package, we cant have the iPXE package overwrite them. Is there a command line argument to qemu to point to a different directory for iPXE? I've been looking through the code but can't find what tells qemu where to pick up the files. Thanks for any info. Kenton