WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Irq bug

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Irq bug
From: shacky <shacky83@xxxxxxxxx>
Date: Wed, 29 Aug 2007 20:10:28 +0200
Delivery-date: Wed, 29 Aug 2007 11:10:57 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Lx7KCWtkOAIayaRlUYOiI2EQxLqGNDHMI01eZ4u/NxFnsE14c+FVeEKA8GWIirlc8dD9wcGvDdUowQpgst2U0F8HDaiJiuhiN5c1fr3JF5fUNYDTpN/OKu0cRw1vxdbdiJwfFB3nJFauvW8c9dqptVc+lS4nQHctZtLGcSLhPWU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O2q5Vtbb50J/tLZPQjp8VdsaXP+p+r90r/Dl7Azrt65asVlkfTfrZaS1YPKYU+Sa30284KU0vCENvRtUmsCEpOYHiL/i2L8kZ3yA3ZvDtDkMPderuOtw+i4aYolRGKdm5PT89uALJbdaVGBvSJLsd9sxeN4z9B4cb9hU5ulukJo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi.

I'm trying to setup the serial port access from the domU following the
instructions at http://wiki.xensource.com/xenwiki/InstallationNotes.

So I addedd these configurations to the domU cfg file:
irq = [ 4 ]
ioports = [ "3f8-3ff" ]

When I create this new domU I get this error:
Error: function takes exactly 3 arguments (2 given)

Is it a bug? I read on this list that you adive a change in the
/usr/lib/python/xen/xend/server/irqif.py, but it didn't fix the
problem for me.

Could you help me, please?

Thank you very much.
Bye!

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Irq bug, shacky <=