From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTSK7-0002PW-OV for qemu-devel@nongnu.org; Thu, 05 Mar 2015 04:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTSK6-0000hh-Rr for qemu-devel@nongnu.org; Thu, 05 Mar 2015 04:44:07 -0500 Message-ID: <54F82535.1050903@huawei.com> Date: Thu, 5 Mar 2015 17:43:17 +0800 From: Gonglei MIME-Version: 1.0 References: <1425023419-12244-1-git-send-email-arei.gonglei@huawei.com> <1425023419-12244-3-git-send-email-arei.gonglei@huawei.com> <54F705B0.8040308@msgid.tls.msk.ru> <54F7BEC9.1060204@huawei.com> <87oao7zv8m.fsf@blackfin.pond.sub.org> In-Reply-To: <87oao7zv8m.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 2/9] arm: fix memory leak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com, Michael Tokarev , qemu-devel@nongnu.org, peter.huangpeng@huawei.com On 2015/3/5 16:47, Markus Armbruster wrote: > Hard-won personal experience: the more trivial a change is, the more > likely I am to screw it up in some stupid way. > > In other words: no change is too trivial to screw it up. > > Corollary: no change is trivial enough to skip testing. I can't agree any more. Never again. :( Regards, -Gonglei