* Work on a project: Refactor Linux hotplug scripts @ 2015-10-23 5:53 Надежда Ампилогова 2015-10-23 11:33 ` Roger Pau Monné 0 siblings, 1 reply; 4+ messages in thread From: Надежда Ампилогова @ 2015-10-23 5:53 UTC (permalink / raw) To: xen-devel; +Cc: roger.pau Hi all, I am interested in the project Refactor Linux hotplug scripts for Outreachy(Round 11). I am more of an intermediate-beginner in c. Please can anyone provide some pointers and helper about the things I need to do to join this project. Thanks, Nadya Ampilogova ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Work on a project: Refactor Linux hotplug scripts 2015-10-23 5:53 Work on a project: Refactor Linux hotplug scripts Надежда Ампилогова @ 2015-10-23 11:33 ` Roger Pau Monné 2015-10-23 13:30 ` Roger Pau Monné 0 siblings, 1 reply; 4+ messages in thread From: Roger Pau Monné @ 2015-10-23 11:33 UTC (permalink / raw) To: Надежда Ампилогова, xen-devel El 23/10/15 a les 7.53, Надежда Ампилогова ha escrit: > Hi all, > > I am interested in the project Refactor Linux hotplug scripts for Outreachy(Round 11). I am more of an intermediate-beginner in c. Please can anyone provide some pointers and helper about the things I need to do to join this project. Hello, You have to start by setting up your development system, there's a lot of information about how to do this on the Xen wiki: http://wiki.xenproject.org/wiki/Getting_Started http://wiki.xenproject.org/wiki/Compiling_Xen_From_Source http://wiki.xenproject.org/wiki/Xen_Serial_Console Since you have to submit a patch before formally applying for OPW, you will have to get used to git (if you are not yet familiar with it), we also have a couple of wiki pages about this: http://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches I personally use stgit in order to manage my patches: http://wiki.xenproject.org/wiki/Submitting_Xen_Patches_with_StGit Maybe during this process you will find issues or things that you think can be improved, if that's the case those patch(es) could be used in order to fulfil your application. If not, reply back and we will try to find a suitable small task. Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Work on a project: Refactor Linux hotplug scripts 2015-10-23 11:33 ` Roger Pau Monné @ 2015-10-23 13:30 ` Roger Pau Monné [not found] ` <CAAbK42-ge+ShAyrAEVpj-L+Fk0zqmYHtZaS_amybkF_BB17HTA@mail.gmail.com> 0 siblings, 1 reply; 4+ messages in thread From: Roger Pau Monné @ 2015-10-23 13:30 UTC (permalink / raw) To: Надежда Ампилогова, xen-devel El 23/10/15 a les 13.33, Roger Pau Monné ha escrit: > El 23/10/15 a les 7.53, Надежда Ампилогова ha escrit: >> Hi all, >> >> I am interested in the project Refactor Linux hotplug scripts for Outreachy(Round 11). I am more of an intermediate-beginner in c. Please can anyone provide some pointers and helper about the things I need to do to join this project. > > Hello, > > You have to start by setting up your development system, there's a lot > of information about how to do this on the Xen wiki: > > http://wiki.xenproject.org/wiki/Getting_Started > http://wiki.xenproject.org/wiki/Compiling_Xen_From_Source > http://wiki.xenproject.org/wiki/Xen_Serial_Console > > Since you have to submit a patch before formally applying for OPW, you > will have to get used to git (if you are not yet familiar with it), we > also have a couple of wiki pages about this: > > http://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches > > I personally use stgit in order to manage my patches: > > http://wiki.xenproject.org/wiki/Submitting_Xen_Patches_with_StGit > > Maybe during this process you will find issues or things that you think > can be improved, if that's the case those patch(es) could be used in > order to fulfil your application. If not, reply back and we will try to > find a suitable small task. Here are some simple tasks that are suitable in order to complete your application (if you pick one of them please say so in order to avoid collisions with other applicants): http://www.gossamer-threads.com/lists/xen/devel/399994#399994 Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAAbK42-ge+ShAyrAEVpj-L+Fk0zqmYHtZaS_amybkF_BB17HTA@mail.gmail.com>]
* Fwd: Work on a project: Refactor Linux hotplug scripts [not found] ` <CAAbK42-ge+ShAyrAEVpj-L+Fk0zqmYHtZaS_amybkF_BB17HTA@mail.gmail.com> @ 2015-10-24 10:14 ` Lasya Venneti 0 siblings, 0 replies; 4+ messages in thread From: Lasya Venneti @ 2015-10-24 10:14 UTC (permalink / raw) To: Roger Pau Monné, xen-devel [-- Attachment #1.1: Type: text/plain, Size: 2211 bytes --] Hello, I want to take up this bug CID1311511. xc_dom_allocate assigns return value to variable dom which is of type *struct xc_dom_image* dom = xc_dom_allocate(xch, cmdline, NULL); what kind of error checking is supposed to be implemented here? Kindly advise. Thanks Lasya V wh On 23 October 2015 at 19:00, Roger Pau Monné <roger.pau@citrix.com> wrote: > El 23/10/15 a les 13.33, Roger Pau Monné ha escrit: > > El 23/10/15 a les 7.53, Надежда Ампилогова ha escrit: > >> Hi all, > >> > >> I am interested in the project Refactor Linux hotplug scripts for > Outreachy(Round 11). I am more of an intermediate-beginner in c. Please can > anyone provide some pointers and helper about the things I need to do to > join this project. > > > > Hello, > > > > You have to start by setting up your development system, there's a lot > > of information about how to do this on the Xen wiki: > > > > http://wiki.xenproject.org/wiki/Getting_Started > > http://wiki.xenproject.org/wiki/Compiling_Xen_From_Source > > http://wiki.xenproject.org/wiki/Xen_Serial_Console > > > > Since you have to submit a patch before formally applying for OPW, you > > will have to get used to git (if you are not yet familiar with it), we > > also have a couple of wiki pages about this: > > > > http://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches > > > > I personally use stgit in order to manage my patches: > > > > http://wiki.xenproject.org/wiki/Submitting_Xen_Patches_with_StGit > > > > Maybe during this process you will find issues or things that you think > > can be improved, if that's the case those patch(es) could be used in > > order to fulfil your application. If not, reply back and we will try to > > find a suitable small task. > > Here are some simple tasks that are suitable in order to complete your > application (if you pick one of them please say so in order to avoid > collisions with other applicants): > > http://www.gossamer-threads.com/lists/xen/devel/399994#399994 > > Roger. > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel > [-- Attachment #1.2: Type: text/html, Size: 4485 bytes --] [-- Attachment #2: Type: text/plain, Size: 126 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-24 10:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 5:53 Work on a project: Refactor Linux hotplug scripts Надежда Ампилогова
2015-10-23 11:33 ` Roger Pau Monné
2015-10-23 13:30 ` Roger Pau Monné
[not found] ` <CAAbK42-ge+ShAyrAEVpj-L+Fk0zqmYHtZaS_amybkF_BB17HTA@mail.gmail.com>
2015-10-24 10:14 ` Fwd: " Lasya Venneti
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.