From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74oj-0007Db-8i for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X74ob-0005yZ-HG for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:38:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74ob-0005x4-8v for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:38:49 -0400 Date: Tue, 15 Jul 2014 23:39:04 +0800 From: Fam Zheng Message-ID: <20140715153904.GA6157@T430.redhat.com> References: <1405433066-4337-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1405433066-4337-1-git-send-email-afaerber@suse.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-2.1 0/2] Module cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: peter.maydell@linaro.org, pbonzini@redhat.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, brogers@suse.com On Tue, 07/15 16:04, Andreas F=E4rber wrote: > Hello, >=20 > This mini-series resolves an error message emitted when a module is abs= ent. > It was prompted by a downstream user bug report about the new message. >=20 > Proposing this for rc2 as Peter would like to keep the rc3 delta low. >=20 > Regards, > Andreas >=20 > Andreas F=E4rber (2): > module: Simplify module_load() > module: Don't complain when a module is absent >=20 > util/module.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) Both patches look good to me. Reviewed-by: Fam Zheng