|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] irq and ioports not working in 3.0.4-1 ?
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" <timo.benk@xxxxxx> 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" <timo.benk@xxxxxx> 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@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-devel
>>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|