On 2015/6/12 23:43, Wei Liu wrote:
On Thu, Jun 11, 2015 at 09:15:19AM +0800, Tiejun Chen wrote:
[...]

-static int next_bdf(char **str, int *seg, int *bus, int *dev, int *func)
+static int next_bdf(char **str, int *seg, int *bus, int *dev, int *func,
+                    int *flag)

This is unrelated change. It should be moved to appropriate patch.


This is in the tools/python/xen/lowlevel/xc/xc.c file,

pyxc_assign_device
    |
    + while ( next_bdf(&pci_str, &seg, &bus, &dev, &func, &flag) )
        |
        + ...
        |
        + xc_assign_device()

this really should be related to extend xc_assign_device().

Thanks
Tiejun

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to