From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: DomU Xen-PCI frontend (and Xen-SWIOTLB) availability in v2.6.34-rc3 Date: Wed, 7 Apr 2010 16:30:15 -0400 Message-ID: <20100407203015.GB11174@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline 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, linux@eikelenboom.it, albert_herranz@yahoo.es List-Id: xen-devel@lists.xenproject.org Heya, I've re-factored some of the SWIOTLB patches based on upstream review and re-based the code and the Xen PCI frontend driver on the latest Linux kernel. If you are adventurous and need the latest stuff from the upstream kernel and want a more library-type SWIOTLB, do: git clone git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git to get it. The one caveat is that you have to turn off CONFIG_NO_BOOTMEN (ie: have this in your .config: # CONFIG_NO_BOOTMEM is not set) to get a Xen DomU kernel to boot. And obviously you need to turn Xen support in it as well. I am going to post some of the patches (the first couple that alter the SWIOTLB) upstream shortly. Those are available in: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git