From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBKzo-00081w-IP for qemu-devel@nongnu.org; Fri, 10 Jun 2016 07:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBKzm-00087S-QZ for qemu-devel@nongnu.org; Fri, 10 Jun 2016 07:53:03 -0400 Date: Fri, 10 Jun 2016 08:52:53 -0300 From: Eduardo Habkost Message-ID: <20160610115253.GH17952@thinpad.lan.raisama.net> References: <1465492263-28472-1-git-send-email-imammedo@redhat.com> <1465492263-28472-4-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465492263-28472-4-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 3/6] target-sparc: cpu: use sparc_cpu_parse_features() directly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, mark.cave-ayland@ilande.co.uk, blauwirbel@gmail.com, qemu-arm@nongnu.org, pbonzini@redhat.com, rth@twiddle.net On Thu, Jun 09, 2016 at 07:11:00PM +0200, Igor Mammedov wrote: > make SPARC target use sparc_cpu_parse_features() directly > so it won't get in the way of switching other propertified > targets to handling features as global properties. > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost Applied to x86-next. -- Eduardo