From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: irq and ioports not working in 3.0.4-1 ? Date: Thu, 28 Jun 2007 20:36:51 +0100 Message-ID: References: <46840B9C.6060006@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <46840B9C.6060006@gmx.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: Timo Benk Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org Now fixed in the staging tree. Line 64 of tools/python/xen/xend/server/irqif.py should be 'domid = ...' rather than 'dom = ...'. -- Keir On 28/6/07 20:27, "Timo Benk" wrote: > Keir Fraser wrote: >> Is there a backtrace in /var/log/xen/xend.log? > Yepp, xend.log is attached. > > >> On 28/6/07 20:18, "Timo Benk" wrote: >> >>> Hi, >>> >>> i tried to give a domain acces to the parallel port. Here is what i have >>> done: >>> >>> Domain-0 # cat /proc/ioports >>> [...] >>> 0378-037a : parport0 >>> 0778-077a : parport0 >>> [...] >>> >>> Domain-0 # cat /proc/interrupts >>> [...] >>> 7: 0 0 Phys-irq parport0 >>> [...] >>> >>> Domain-0 # vi /etc/xen/vm/xendom1 >>> [...] >>> ioports = [ "0378-037a", "0778-077a" ] >>> irq = [ 7 ] >>> [...] >>> >>> Domain-0 # xm create xendom1 >>> Using config file "/etc/xen/vm/xendom1". >>> Error: function takes exactly 3 arguments (2 given) >>> >>> >>> Is this a (known?) bug or am i doing something stupid? >>> >>> Greetings, >>> -timo >> >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel >> >