From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFjRp-00074I-Ry for qemu-devel@nongnu.org; Mon, 26 Jan 2015 08:11:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFjRl-0006CH-BD for qemu-devel@nongnu.org; Mon, 26 Jan 2015 08:11:21 -0500 Received: from mail-lb0-f177.google.com ([209.85.217.177]:54905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFjRl-0006CB-5M for qemu-devel@nongnu.org; Mon, 26 Jan 2015 08:11:17 -0500 Received: by mail-lb0-f177.google.com with SMTP id p9so7430644lbv.8 for ; Mon, 26 Jan 2015 05:11:16 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1422272804-25947-1-git-send-email-pbonzini@redhat.com> References: <1422272804-25947-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Mon, 26 Jan 2015 13:10:56 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/19] i386, KVM, misc changes for 2015-01-26 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 26 January 2015 at 11:46, Paolo Bonzini wrote: > The following changes since commit a46b3aaf6bb038d4f6f192a84df204f10929e75c: > > Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20150123' into staging (2015-01-23 13:24:17 +0000) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to fc116efad0aadb2f8a49d51240bddbfe21b631a0: > > kvm_stat: Add RESET support for perf event ioctl (2015-01-26 12:27:05 +0100) > > ---------------------------------------------------------------- > - Many fixes from the floor as usual > - New "edu" device (v1->v2: fix 32-bit compilation) > - Disabling HLE and RTM on Haswell & Broadwell > - kvm_stat updates > - Added --enable-modules to Travis, in preparation for switching > the default > > ---------------------------------------------------------------- Applied, thanks. -- PMM