Thu, 14 May 2009 14:59:30 +1000, Simon Horman wrote:
>On Thu, May 14, 2009 at 01:44:06PM +0900, Masaki Kanno wrote:
>> Thu, 14 May 2009 13:40:04 +1000, Simon Horman wrote:
>>
>> >On Thu, May 14, 2009 at 11:41:11AM +0900, Masaki Kanno wrote:
>> >Content-Description: Mail message body
>> >> Hi,
>> >>
>> >> I found a problem of xm pci-list. In inactive managed domains,
>> >> I cannot confirm virtual slot numbers of PCI devices by using
>> >> xm pci-list as follows. In fact, I can confirm virtual slot
>> >> numbers of PCI devices by using xm pci-list if active domains.
>> >
>> >Hi Kanno-san,
>> >
>> >I'm a bit dubious about using requested_vslot if vslot isn't
>> >present, because as the name suggests, its just a request,
>> >that may fail. However, I do conceede that it is probably the
>> >best option available if you are not happy with the
>> >vslot not being reported in this case. Is there really a need
>> >for the slot to be reported in this case?
>>
>> Hi Simon,
>>
>> Yes, I think that the virtual slot is necessary in the case.
>> When I add a definition of a PCI device to an inactive managed domain by
>> using xm pci-attach, I'd like to know current PCI device configuration
>> of the domain. (e.g. I'd like to know free virtual slot numbers or used
>> virtual slot numbers.)
>
>Hi Kanno-san,
>
>Ok, understood.
>
>Have you checked your patch against the case where the vslot is not
>specified? I wonder if you might need a little bit of extra logic for that
>case.
Hi Simon,
I have tried it. The default virtual slot number (0x20) is shown.
Should not virtual slot numbers be shown in the case?
# cat /etc/xen/vm1 | grep pci
pci = [ '01:00.0','01:00.1' ]
# xm new vm1
Using config file "/etc/xen/vm1".
# xm pci-list vm1
VSlt domain bus slot func
0x20 0x0 0x01 0x00 0x0
0x20 0x0 0x01 0x00 0x1
# xm list --long vm1
(domain
<<snip>>
(device
(pci
(uuid 03bebfe2-83aa-7105-08f4-f75fcf182f00)
(dev
(slot 0x00)
(requested_vslot 0x20)
(domain 0x0)
(uuid 77bdb592-4856-4fdc-30d7-85d65f7f3647)
(bus 0x01)
(func 0x0)
)
(dev
(slot 0x00)
(requested_vslot 0x20)
(domain 0x0)
(uuid 7cc2da5d-191d-281d-0d63-0e779308f4b6)
(bus 0x01)
(func 0x1)
)
)
)
)
Best regards,
Kan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|