From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48907 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7ZYi-0003Ox-N7 for qemu-devel@nongnu.org; Wed, 06 Apr 2011 16:42:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7ZYJ-0001zh-Is for qemu-devel@nongnu.org; Wed, 06 Apr 2011 16:42:13 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:42918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7ZYJ-0001zT-Df for qemu-devel@nongnu.org; Wed, 06 Apr 2011 16:42:11 -0400 Received: by vws17 with SMTP id 17so1668590vws.4 for ; Wed, 06 Apr 2011 13:42:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4D9C6FFF.2060807@msgid.tls.msk.ru> References: <4D9C6FFF.2060807@msgid.tls.msk.ru> Date: Wed, 6 Apr 2011 21:42:09 +0100 Message-ID: Subject: Re: [Qemu-devel] [PATCH] trivial: fix comment around qdev_init_nofail() From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: trivial-patches@qemu.org, qemu-devel@nongnu.org On Wed, Apr 6, 2011 at 2:51 PM, Michael Tokarev wrote: > Resending (previous attempt was at Wed, 30 Mar 2011). > > In previous life qdev_init_nofail() used to call hw_error() which > did register dump and other scary things. =A0Now it calls > error_report() and does a regular exit(1). =A0Fix the comment > to match reality. > > Signed-off-by: Michael Tokarev > --- > =A0hw/qdev.c | =A0 =A02 +- > =A01 files changed, 1 insertions(+), 1 deletions(-) Merged into my trivial-patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches I will send a pull request so this can be merged into qemu.git. The trivial patches tree is a new thing that was proposed recently so here's the background. The idea is to collect small patches that are easy to review and apply. A single pull request is then sent which a qemu.git maintainer will apply. This should prevent patches slipping through the cracks and lingering on the mailing list. The trivial patches team was announced in yesterdays community call minutes= : http://www.mail-archive.com/kvm@vger.kernel.org/msg51601.html If you want to know more: http://wiki.qemu.org/Contribute/TrivialPatches Stefan