From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeqKp-0004uV-EF for qemu-devel@nongnu.org; Sat, 12 Mar 2016 15:40:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeqKm-0004rR-7y for qemu-devel@nongnu.org; Sat, 12 Mar 2016 15:40:27 -0500 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=37996 helo=mail.weilnetz.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeqKm-0004rI-1h for qemu-devel@nongnu.org; Sat, 12 Mar 2016 15:40:24 -0500 References: <1457783505-21956-1-git-send-email-mbtamuli@gmail.com> <56E44FDC.2020407@weilnetz.de> From: Stefan Weil Message-ID: <56E47EB4.4020809@weilnetz.de> Date: Sat, 12 Mar 2016 21:40:20 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/1] Converted malloc calls to g_malloc and g_new List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mriyam Tamuli Cc: qemu-devel@nongnu.org Am 12.03.2016 um 18:53 schrieb Mriyam Tamuli: > Thanks a lot for the feedback. I will do as you suggested. I have two > more questions, though - >=20 > 1. So after a patch is submitted, there will be a review in sometime by > someone? Is that how I will come to know if my changes are correct? Yes, that's how it should work. But it can also happen that a patch does not get any attention. In that case you can send a polite reminder. See http://wiki.qemu.org/Contribute/SubmitAPatch for more important information on submitting patches. >=20 > 2. If I split the patch into smaller parts and send to qemu-trivial, do > I need to cc qemu-devel? Yes, trivial patches should be sent to qemu-trivial, qemu-devel and any maintainers of the modified code. Stefan