Re: [Xen-devel] [PATCH v3 4/6] xl : improve exit codes of debug related functions

2016-04-08 Thread Wei Liu
On Fri, Apr 08, 2016 at 04:23:59AM +0200, Dario Faggioli wrote: > From: Harmandeep Kaur > > by making them more consistent with other examples in xl. > > Signed-off-by: Harmandeep Kaur > Signed-off-by: Dario Faggioli Acked-by: Wei Liu ___ Xen-deve

[Xen-devel] [PATCH v3 4/6] xl : improve exit codes of debug related functions

2016-04-07 Thread Dario Faggioli
From: Harmandeep Kaur by making them more consistent with other examples in xl. Signed-off-by: Harmandeep Kaur Signed-off-by: Dario Faggioli --- Cc: Ian Jackson Cc: Wei Liu --- v3: Shorten changelog. v2: Add main_sysrq(), main_debug_keys(), main_dmesg() Remove xvasprintf(), main_remus()