From mboxrd@z Thu Jan 1 00:00:00 1970 From: Espen Skoglund Subject: Re: [PATCH] Make new PCI device probe work with older hypervisors Date: Mon, 7 Jul 2008 16:04:28 +0100 Message-ID: <18546.12412.746127.288817@gargle.gargle.HOWL> References: <18546.11791.824758.9232@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Keir Fraser Cc: xen-devel@lists.xensource.com, Espen Skoglund List-Id: xen-devel@lists.xenproject.org [Keir Fraser] > On 7/7/08 15:54, "Espen Skoglund" wrote: >> For machines supporting VT-d, removing the PCI enumeration from the >> VT-d code means that older dom0 kernels will not work with the >> latest hypervisor. Is this unacceptable or is VT-d support >> considered an experimental feature? > If old dom0 kernels will not work with new Xen on any system > supporting VT-d, even when VT-d features are not going to be used > (e.g., for device passthrough), then that's not really acceptable. > If you have to upgrade your dom0 kernel to make use of new features > which VT-d enables, that's perfectly acceptable. Ok. In that case you'd better revert 17975:a3e4840b1584 and make sure that the PCI device enumration is never taken out of Xen. eSk