From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74uw-0002kM-99 for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X74un-0002Uq-Jn for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:45:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74un-0002UM-C8 for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:45:13 -0400 Message-ID: <53C54C80.8080808@redhat.com> Date: Tue, 15 Jul 2014 17:45:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1405433066-4337-1-git-send-email-afaerber@suse.de> <20140715153904.GA6157@T430.redhat.com> In-Reply-To: <20140715153904.GA6157@T430.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Fam Zheng , =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: peter.maydell@linaro.org, mjt@tls.msk.ru, qemu-devel@nongnu.org, brogers@suse.com Il 15/07/2014 17:39, Fam Zheng ha scritto: > On Tue, 07/15 16:04, Andreas F=E4rber wrote: >> Hello, >> >> This mini-series resolves an error message emitted when a module is ab= sent. >> It was prompted by a downstream user bug report about the new message. >> >> Proposing this for rc2 as Peter would like to keep the rc3 delta low. >> >> Regards, >> Andreas >> >> Andreas F=E4rber (2): >> module: Simplify module_load() >> module: Don't complain when a module is absent >> >> util/module.c | 9 ++------- >> 1 file changed, 2 insertions(+), 7 deletions(-) > > Both patches look good to me. > > Reviewed-by: Fam Zheng > Thanks, queued for -rc3. Paolo