From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQtwr-00023r-AK for qemu-devel@nongnu.org; Tue, 10 Jan 2017 05:46:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQtwq-0007af-FA for qemu-devel@nongnu.org; Tue, 10 Jan 2017 05:46:37 -0500 Received: from mail-vk0-x233.google.com ([2607:f8b0:400c:c05::233]:33721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cQtwq-0007aZ-9u for qemu-devel@nongnu.org; Tue, 10 Jan 2017 05:46:36 -0500 Received: by mail-vk0-x233.google.com with SMTP id 137so357219002vkl.0 for ; Tue, 10 Jan 2017 02:46:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20170109190217.16301-1-rth@twiddle.net> From: Peter Maydell Date: Tue, 10 Jan 2017 10:46:05 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/11] tcg host mips64 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 9 January 2017 at 19:08, Peter Maydell wrote: > On 9 January 2017 at 19:02, Richard Henderson wrote: >> [Bah. This time with actual request-pull info.] >> >> This is v6 of Jin Guojie's patch set, as tested by Aurelien Jarno, >> James Hogan, and Yun Qiang Su. Plus one more patch from me to fix >> a trival Werror in mips specific code with gcc 5.3. >> >> >> r~ >> >> >> The following changes since commit f0d703314ecb0415d51425727ed73ad2c6e3238a: >> >> tcg-mips: Adjust qemu_ld/st for mips64 (2017-01-06 10:09:10 -0800) >> >> are available in the git repository at: >> >> git://github.com/rth7680/qemu.git tags/pull-tcg-20170108 >> >> for you to fetch changes up to f68808c7494b38764e1895a9852b994638b86536: >> >> translate-all: Avoid -Werror=switch-bool (2017-01-08 09:48:34 -0800) >> >> ---------------------------------------------------------------- >> TCG host support for mips64 >> >> ---------------------------------------------------------------- >> Richard Henderson (1): >> translate-all: Avoid -Werror=switch-bool >> >> translate-all.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Your pullreq has more stuff in it than the above diffstat and > patchlist say :-) > > tcg/mips/tcg-target.h | 60 ++- > tcg/mips/tcg-target.inc.c | 1170 > ++++++++++++++++++++++++++++++++++++++++----------- > translate-all.c | 2 +- > 3 files changed, 978 insertions(+), 254 deletions(-) > > I'm processing it anyway. Applied, thanks. -- PMM