From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0v6t-000857-6V for qemu-devel@nongnu.org; Fri, 05 Jun 2015 13:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0v6p-0004dF-IS for qemu-devel@nongnu.org; Fri, 05 Jun 2015 13:08:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0v6p-0004ch-Cs for qemu-devel@nongnu.org; Fri, 05 Jun 2015 13:08:43 -0400 Message-ID: <5571D797.2060909@redhat.com> Date: Fri, 05 Jun 2015 19:08:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1433519774-4083-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/62] KVM, dirty bitmap, build system, SMM, icount changes for 2015-06-05 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 05/06/2015 18:38, Peter Maydell wrote: > On 5 June 2015 at 16:56, Paolo Bonzini wrote: >> The following changes since commit 00967f4e0bab246679d0ddc32fd31a7179345baf: >> >> Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' into staging (2015-06-05 12:04:42 +0100) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to 7452a3b21318902ffe725cc75e68dc3d0716070f: >> >> update Linux headers from kvm/next (2015-06-05 17:10:02 +0200) >> >> Apologies for the very large pull request, mostly due to the two main >> topics (dirty bitmap + SMM) being reviewed more or less at the same time. >> >> Diff to v1 below; Peter, it's a small ARM change so you can take a look. >> >> ---------------------------------------------------------------- >> * KVM error improvement from Laurent >> * CONFIG_PARALLEL fix from Mirek >> * Atomic/optimized dirty bitmap access from myself and Stefan >> * BUILD_DIR convenience/bugfix from Peter C >> * Memory leak fix from Shannon >> * SMM improvements (though still TCG only) from myself and Gerd, acked by mst >> >> ---------------------------------------------------------------- > > Hi. I'm afraid the tests failed to compile for me: Oops, I sent a build-fix patch for this and didn't realize that _my_ pull request introduced it. (In my defense, the patch wasn't mine)... Will resend on Monday. Paolo