Re: [Xen-devel] [PATCH] xl: Die on unknown options

2015-11-03 Thread Ian Campbell
On Mon, 2015-10-26 at 10:52 +, Wei Liu wrote: > On Fri, Oct 23, 2015 at 04:44:11PM +0100, Ian Jackson wrote: > > def_getopt would print a message to stderr, but blunder on anyway. > > > > Sadly this is probably not a backport candidate. > > > > Signed-off-by: Ian Jackson > > Acked-by: Wei L

Re: [Xen-devel] [PATCH] xl: Die on unknown options

2015-10-26 Thread Wei Liu
On Fri, Oct 23, 2015 at 04:44:11PM +0100, Ian Jackson wrote: > def_getopt would print a message to stderr, but blunder on anyway. > > Sadly this is probably not a backport candidate. > > Signed-off-by: Ian Jackson Acked-by: Wei Liu > --- > tools/libxl/xl_cmdimpl.c |1 + > 1 file changed,

[Xen-devel] [PATCH] xl: Die on unknown options

2015-10-23 Thread Ian Jackson
def_getopt would print a message to stderr, but blunder on anyway. Sadly this is probably not a backport candidate. Signed-off-by: Ian Jackson --- tools/libxl/xl_cmdimpl.c |1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index ea43761..d