From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcEq1-0003Tk-UE for qemu-devel@nongnu.org; Wed, 16 Sep 2015 11:41:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcEpx-0004Wv-Un for qemu-devel@nongnu.org; Wed, 16 Sep 2015 11:41:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcEpx-0004Wo-Pa for qemu-devel@nongnu.org; Wed, 16 Sep 2015 11:41:33 -0400 References: <1442406595-14296-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <55F98DA9.6040507@redhat.com> Date: Wed, 16 Sep 2015 17:41:29 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/24] Misc patches for 2015-09-16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 16/09/2015 17:08, Peter Maydell wrote: > On 16 September 2015 at 13:29, Paolo Bonzini wrot= e: >> The following changes since commit 007e620a7576e4ce2ea6955541e87d8ae8e= d32ae: >> >> Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into = staging (2015-09-14 18:51:09 +0100) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to 54ac801d5d1d5618344f65132f0d707c8c620df= 4: >> >> Revert "rcu: init rcu_registry_lock after fork" (2015-09-16 14:27:59= +0200) >> >> ---------------------------------------------------------------- >> * Linux header update and cleanup >> * Support for HyperV crash report >> * Cleanup of target-specific HMP commands >> * Multiarch batch >> * Checkpatch fix for Perl 5.22 >> * NBD fix >> * Revert incorrect commit 5243722376 >=20 > Hi. I'm afraid this fails to build on my w32 config: >=20 > CC i386-softmmu/arch_init.o > In file included from /home/petmay01/linaro/qemu-for-merges/monitor.c:6= 6: > /home/petmay01/linaro/qemu-for-merges/include/monitor/monitor-common.h:= 35: > error: redefinition of typedef =E2=80=98MonitorDef=E2=80=99 > /home/petmay01/linaro/qemu-for-merges/include/qemu/typedefs.h:83: > error: previous declaration of =E2=80=98MonitorDef=E2=80=99 was here The usual problem with different compiler versions. :( Fixed up and resent. Paolo