From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhFa-000169-4y for qemu-devel@nongnu.org; Fri, 05 Feb 2016 09:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRhFW-0000Vx-U6 for qemu-devel@nongnu.org; Fri, 05 Feb 2016 09:20:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhFW-0000Ve-Oq for qemu-devel@nongnu.org; Fri, 05 Feb 2016 09:20:38 -0500 Date: Fri, 5 Feb 2016 12:20:35 -0200 From: Eduardo Habkost Message-ID: <20160205142035.GA26447@thinpad.lan.raisama.net> References: <1454586455-10202-1-git-send-email-imammedo@redhat.com> <1454586552-10251-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454586552-10251-1-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/9] cpu: rename cpu_exists() to qemu_get_cpu_by_arch_id() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: pbonzini@redhat.com, mst@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de On Thu, Feb 04, 2016 at 12:49:12PM +0100, Igor Mammedov wrote: > cpu_exists() already does CPU lookup but > discards found CPU and returns boolean instead. > Make it more useful by returning a found CPU > and also rename it more descriptive name. > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost -- Eduardo