From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJJr4-0000y3-7F for qemu-devel@nongnu.org; Fri, 28 Feb 2014 04:35:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJJqu-0006KP-GR for qemu-devel@nongnu.org; Fri, 28 Feb 2014 04:35:42 -0500 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:44305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJJqu-0006KH-9x for qemu-devel@nongnu.org; Fri, 28 Feb 2014 04:35:32 -0500 Message-ID: <531057DB.3040309@ilande.co.uk> Date: Fri, 28 Feb 2014 09:33:15 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <1392394012-8661-1-git-send-email-sebastian.huber@embedded-brains.de> <52FE42B3.7080200@suse.de> <530D9E33.8090504@embedded-brains.de> <530E1D81.2000108@adacore.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] target-sparc: Add and use CPU_FEATURE_CASA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Sebastian Huber , =?UTF-8?B?QW5kcmVh?= =?UTF-8?B?cyBGw6RyYmVy?= , Fabien Chouteau , QEMU Developers On 26/02/14 17:25, Peter Maydell wrote: > On 26 February 2014 16:59, Fabien Chouteau wrote: >> On 02/26/2014 08:56 AM, Sebastian Huber wrote: >>> Hello, >>> >>> exists there someone who is able to commit this? >>> >> >> I'm sorry Sebastian, as you probably understood the SPARC maintainer is >> missing which makes commit process more difficult that it used to be... >> >> Peter, as discussed in a previous mail, do you agree to apply SPARC >> patches that have been reviewed? > > My preference is for one of the people who does care about SPARC > to take on the job of assembling these patches into pull requests, > testing them, checking they're not obviously broken or lunatic, etc. > Mark Cave-Ayland has been doing this recently, so I would prefer > this patch to go via his tree if he is happy with it and willing to take it. Hi Sebastian, My experience with SPARC is purely related to legacy emulation and so I haven't really looked at LEON3 in much detail which makes it tricky for me to review. Having said that, I'm definitely of the opinion that we should try and apply patches that people find useful where possible. If other people can provide Reviewed-by tags and as long as it doesn't break any of my existing images then I'd be willing to do that. (Note that running through a set of tests can take some time, so this is something I only generally do every few weeks). Peter - as soon as the openbios.git repository updates on git.qemu.org then I need to run through the test suite again, so that would be a good chance to test it from my perspective. I am assuming that since the patch was submitted before freeze then it's still a candidate for this release? ATB, Mark.