From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Saout Subject: Re: Xen with dom0 pvops on ultra-recent "git tip" kernel on x86_64 Date: Tue, 13 Jan 2009 17:57:26 +0100 Message-ID: <1231865847.5257.8.camel@leto.intern.saout.de> References: <49690103.5020706@wol.de> <1231619339.5616.15.camel@leto.intern.saout.de> <20090110203706.GW15052@edu.joroinen.fi> <1231622029.4778.1.camel@leto.intern.saout.de> <1231683478.4809.43.camel@leto.intern.saout.de> <1231685561.4809.50.camel@leto.intern.saout.de> <1231691732.5342.3.camel@leto.intern.saout.de> <1231769868.4838.4.camel@leto.intern.saout.de> <1231778480.4742.3.camel@leto.intern.saout.de> <1231838888.4823.5.camel@leto.intern.saout.de> <20090113153302.GZ15052@edu.joroinen.fi> <1231864918.5257.6.camel@leto.intern.saout.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1231864918.5257.6.camel@leto.intern.saout.de> 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 List-Id: xen-devel@lists.xenproject.org Hello, > The X server crashes in some I/O port "inb()" command. Seems like the > io permissions aren't correctly passed through or something. (iopl or > ioperm or so) I'll try to debug a bit more later. The native Xen kernel has an arch/x86/kernel/ioport-xen.c which calls: HYPERVISOR_physdev_op(PHYSDEVOP_set_iobitmap, &set_iobitmap); Is this a feature mabye still missing from the paravirtualized Xen? If yes, what would it take? A new paravirt call? Thanks, Christophe