From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD5rH-0006zo-1d for qemu-devel@nongnu.org; Thu, 09 Jul 2015 03:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZD5rB-0001WP-Ax for qemu-devel@nongnu.org; Thu, 09 Jul 2015 03:02:58 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:33086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD5rB-0001WF-3n for qemu-devel@nongnu.org; Thu, 09 Jul 2015 03:02:53 -0400 Received: by wiwl6 with SMTP id l6so9200507wiw.0 for ; Thu, 09 Jul 2015 00:02:37 -0700 (PDT) Sender: Paolo Bonzini References: <1436354392-26357-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <559E1C8A.1040904@redhat.com> Date: Thu, 9 Jul 2015 09:02:34 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/12] Final changes for 2.4-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 08/07/2015 22:48, Peter Maydell wrote: > On 8 July 2015 at 12:19, Paolo Bonzini wrote: >> The following changes since commit f6e3035f75e5c6a73485335765ae070304c7a110: >> >> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-smm' into staging (2015-07-06 23:37:53 +0100) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to 2828a307232ffceeddec9feb6a87ac660b68b693: >> >> ossaudio: fix memory leak (2015-07-08 13:11:01 +0200) >> >> ---------------------------------------------------------------- >> Bugfixes and Daniel Berrange's crypto library. >> > > Applied, thanks. Thank you very much! Paolo