From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjNny-0007jf-I3 for qemu-devel@nongnu.org; Thu, 02 Mar 2017 05:17:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjNnx-0002h1-EO for qemu-devel@nongnu.org; Thu, 02 Mar 2017 05:17:50 -0500 Received: from mail-wr0-x235.google.com ([2a00:1450:400c:c0c::235]:34772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjNnx-0002gf-8p for qemu-devel@nongnu.org; Thu, 02 Mar 2017 05:17:49 -0500 Received: by mail-wr0-x235.google.com with SMTP id l37so48504775wrc.1 for ; Thu, 02 Mar 2017 02:17:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20170228213324.23510-1-rth@twiddle.net> References: <20170228213324.23510-1-rth@twiddle.net> From: Peter Maydell Date: Thu, 2 Mar 2017 10:17:27 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL] TCG queued patch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 28 February 2017 at 21:33, Richard Henderson wrote: > Only one this week. Pranith didn't mention which compiler version, > but I can imagine gcc7 or clang warning of such a thing. > > > r~ > > > The following changes since commit e7c83a885f865128ae3cf1946f8cb538b63cbfba: > > vhost-user: delay vhost_user_stop (2017-02-28 19:11:15 +0000) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20170301 > > for you to fetch changes up to dc1eccd661ada3b746ca4438e444993c36a0f04f: > > aarch64: Change ext type to TCGType to fix warnings (2017-03-01 08:28:06 +1100) > > ---------------------------------------------------------------- > Queued TCG patch > > ---------------------------------------------------------------- > Pranith Kumar (1): > aarch64: Change ext type to TCGType to fix warnings > > tcg/aarch64/tcg-target.inc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. -- PMM