|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] xl, fix for short BDF (without domain specified)
On Wed, 7 Jul 2010, Sergey Tovpeko wrote:
> Hi,
>
> this patch fixes cases where an user sets pci device not mentioning its
> domain, ex.
> pci = ['01:00.0']
>
> At now, xl recognizes this string as
> domain = 1,
> bus = 0,
> device = 0
> func = 0
>
>
the test on the return value should be "< 5", otherwise it wouldn't work
if you use
pci = ['01:00.0@0']
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|