xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] xl: convert exit codes to EXIT_[SUCCESS|FAILURE]
@ 2015-10-24  5:31 Harmandeep Kaur
  2015-10-24  5:31 ` [PATCH v2 1/5] " Harmandeep Kaur
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Harmandeep Kaur @ 2015-10-24  5:31 UTC (permalink / raw)
  To: xen-devel
  Cc: lars.kurth, wei.liu2, ian.campbell, stefano.stabellini,
	dario.faggioli, ian.jackson, george.dunlap, Harmandeep Kaur

*Its my "bite size contribution" that is required for applying to the
Outreachy program.

*main_foo() is treated somewhat as a regular main(), it is changed to
return EXIT_SUCCESS or EXIT_FAILURE.

*functions that are not main_foo(), are changed to do 'return 0' or
'return 1', and then 0/1 is taken care in the main_foo() functions
that calls them.

*fuctions in xl.c and xl_cmdimpl.c are changed.

*functions related to scheduling, vcpu, cpupool and parsing are
currently changed excluding parse_config_data() which is big enough
to deserve its own patch.

*Some discussions about this patch:
https://www.mail-archive.com/xen-devel@lists.xen.org/msg42850.html

*v1 of this patch
http://lists.xenproject.org/archives/html/xen-devel/2015-10/msg02497.html

Signed-off-by: Harmandeep Kaur <write.harmandeep@gmail.com>
---

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-10-26 17:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24  5:31 [PATCH v2 0/5] xl: convert exit codes to EXIT_[SUCCESS|FAILURE] Harmandeep Kaur
2015-10-24  5:31 ` [PATCH v2 1/5] " Harmandeep Kaur
2015-10-26  9:32   ` Dario Faggioli
2015-10-26 17:39   ` Wei Liu
2015-10-24  5:31 ` [PATCH v2 2/5] xl: improve return and exit codes of scheduling related functions Harmandeep Kaur
2015-10-26  9:56   ` Dario Faggioli
2015-10-24  5:31 ` [PATCH v2 3/5] xl: improve return and exit codes of vcpu " Harmandeep Kaur
2015-10-26 10:03   ` Dario Faggioli
2015-10-24  5:31 ` [PATCH v2 4/5] xl: improve return and exit codes of cpupool " Harmandeep Kaur
2015-10-26 10:06   ` Dario Faggioli
2015-10-24  5:31 ` [PATCH v2 5/5] xl: improve return and exit codes of parse " Harmandeep Kaur
2015-10-26 10:34   ` Dario Faggioli
2015-10-26 10:40   ` Dario Faggioli
2015-10-26 17:54   ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).