From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXF53-0004up-MQ for qemu-devel@nongnu.org; Wed, 12 Dec 2018 19:42:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXF51-0005S4-ED for qemu-devel@nongnu.org; Wed, 12 Dec 2018 19:42:21 -0500 References: <89a7db22-6744-0fb5-e543-847569e942c4@linaro.org> From: Alistair Francis Message-ID: Date: Wed, 12 Dec 2018 16:41:46 -0800 MIME-Version: 1.0 In-Reply-To: <89a7db22-6744-0fb5-e543-847569e942c4@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 00/23] Add RISC-V TCG backend support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Alistair Francis , "qemu-devel@nongnu.org" , "qemu-riscv@nongnu.org" On 12/12/2018 3:33 pm, Richard Henderson wrote: > On 12/12/18 1:42 PM, Alistair Francis wrote: >> As this is all new work (so can't cause regressions) I'm starting the >> patch series process with what we have so far. That way others can help >> contribute and test. If anyone has strong feelings for missing functionality >> let me know and we can work on adding that before this is merged. > > I'd be ok merging this immediately after the bswap patches currently queued on > my tcg-next-2 branch. Which for you just means defining > TCG_TARGET_HAS_MEMORY_BSWAP to 0 and fixing the one MAINTAINERS entry. > > Anything else can be fixed or improved via normal development. Awesome! I have fixed the maintainers file and defined TCG_TARGET_HAS_MEMORY_BSWAP to 0 (no effect yet) in my tree. Unless anyone else has any comments I'm just going to sit on these patches until your branch is merged then I'll send a v2. Alistair > > > r~ >