Re: [Xen-devel] [PATCH 1/6] xl: Do not ignore unparseable PCI BDFs

2015-07-07 Thread Andrew Cooper
On 07/07/15 17:13, Ian Jackson wrote: > If xlu_pci_parse_bdf fails, abandon the domain creation, rather than > blundering on. > > Signed-off-by: Ian Jackson > Acked-by: Ian Campbell > --- > tools/libxl/xl_cmdimpl.c |8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git

[Xen-devel] [PATCH 1/6] xl: Do not ignore unparseable PCI BDFs

2015-07-07 Thread Ian Jackson
If xlu_pci_parse_bdf fails, abandon the domain creation, rather than blundering on. Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- tools/libxl/xl_cmdimpl.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c i