From mboxrd@z Thu Jan 1 00:00:00 1970 From: komkon555 Subject: Re: Re : Re : Re : Re: Patches for VGA-Passthrough XEN 4.2 unstable Date: Wed, 21 Sep 2011 07:32:06 -0700 (PDT) Message-ID: <1316615526442-4826582.post@n5.nabble.com> References: <1315382742268-4777689.post@n5.nabble.com> <1315389138.56652.YahooMailNeo@web29801.mail.ird.yahoo.com> <1315398360680-4778339.post@n5.nabble.com> <1315401901083-4778494.post@n5.nabble.com> <1315403644525-4778586.post@n5.nabble.com> <1315405372.87224.YahooMailNeo@web29801.mail.ird.yahoo.com> <1315405921936-4778727.post@n5.nabble.com> <1316612652132-4826391.post@n5.nabble.com> <1316613404292-4826432.post@n5.nabble.com> <1316614084705-4826479.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1316614084705-4826479.post@n5.nabble.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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org So, in this case you should try first of all http://pasik.reaktio.net/xen/kernel-config/config-2.6.32.43-pvops-dom0-xen-stable-x86_64 this configuration file for xen-kernel (compile it from the very beginning with last one). Just edit this config to "xenfs=y". Delete all original (stock) xen-programms (kernel, xen, xen-utils and so on) and xendomain, xencommon, xend from /etc/init.d/. Than compile jeremy kernel with new config: $ cd /usr/src/linux $ make oldconfig $ sudo make $ sudo apt-get install kernel-package fakeroot $ export CONCURRENCY_LEVEL= $ sudo make-kpkg clean $ sudo fakeroot make-kpkg --initrd --append-to-version=-pv kernel-image kernel-headers $ sudo dpkg -i ../ See details with this http://wiki.xensource.com/xenwiki/XenParavirtOps link . Than compile and install xen-unstable. After reboot you have to run /etc/init.d/xencommons start and /etc/init.d/xend start manually. If any reports about missing modules load them first. Best regards. -- View this message in context: http://xen.1045712.n5.nabble.com/Patches-for-VGA-Passthrough-XEN-4-2-unstable-tp4406265p4826582.html Sent from the Xen - Dev mailing list archive at Nabble.com.