From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zOF-0004b0-BP for qemu-devel@nongnu.org; Thu, 30 Aug 2012 03:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6zO9-0007Ks-Hr for qemu-devel@nongnu.org; Thu, 30 Aug 2012 03:42:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zO9-0007Kl-A0 for qemu-devel@nongnu.org; Thu, 30 Aug 2012 03:42:05 -0400 Message-ID: <503F1943.8060007@redhat.com> Date: Thu, 30 Aug 2012 09:41:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1346259767-991-1-git-send-email-imammedo@redhat.com> <1346259767-991-2-git-send-email-imammedo@redhat.com> <503E4C25.3050102@suse.de> <20120830084945.3d8fd28d@thinkpad.mammed.net> In-Reply-To: <20120830084945.3d8fd28d@thinkpad.mammed.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] introduce powerdown_notifiers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, mst@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, blauwirbel@gmail.com, alex.williamson@redhat.com, kraxel@redhat.com, =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 30/08/2012 08:49, Igor Mammedov ha scritto: >>> > > +static void qemu_system_powerdown(void) > this is a bad naming that conflicts with global var qemu_system_powerdown, so > bisectability of series is still broken. > perhaps qemu_do_system_powerdown() would be better for function name, > although it doesn't match common name pattern used for this kind of functions. > Just inline the function in this patch, and uninline it later. Paolo