Re: [Xen-devel] [PATCH v6 3/4] pci: add wrapper for parse_pci

2015-06-01 Thread Jan Beulich
>>> On 29.05.15 at 23:38, wrote: > For sbdf'si parsing in rmrr command line add __parse_pci with addtional > parameter def_seg. __parse_pci will help to identify if segment was > found > in string being parsed or default segment was used. > Make a wrapper parse_pci so the rest of the callers are n

[Xen-devel] [PATCH v6 3/4] pci: add wrapper for parse_pci

2015-05-29 Thread elena . ufimtseva
From: Elena Ufimtseva For sbdf'si parsing in rmrr command line add __parse_pci with addtional parameter def_seg. __parse_pci will help to identify if segment was found in string being parsed or default segment was used. Make a wrapper parse_pci so the rest of the callers are not affected. Signed