From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1tyT-0003v9-FV for qemu-devel@nongnu.org; Thu, 26 Nov 2015 05:40:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1tyQ-0002yF-4P for qemu-devel@nongnu.org; Thu, 26 Nov 2015 05:40:25 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:35171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1tyP-0002yA-U1 for qemu-devel@nongnu.org; Thu, 26 Nov 2015 05:40:22 -0500 Received: by wmuu63 with SMTP id u63so15935296wmu.0 for ; Thu, 26 Nov 2015 02:40:21 -0800 (PST) Sender: Paolo Bonzini References: <1448471956-66873-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <5656E194.10609@redhat.com> Date: Thu, 26 Nov 2015 11:40:20 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] Misc patches for QEMU 2.5-rc2 (2015-11-25) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 26/11/2015 10:46, Peter Maydell wrote: > On 25 November 2015 at 17:19, Paolo Bonzini wrote: >> The following changes since commit 4b6eda626fdb8bf90472c6868d502a2ac09abeeb: >> >> Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151124' into staging (2015-11-24 17:05:06 +0000) >> >> are available in the git repository at: >> >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to 6ac504d20a0967da06caadf595388f753908328a: >> >> target-i386: kvm: Print warning when clearing mcg_cap bits (2015-11-25 17:48:46 +0100) >> >> ---------------------------------------------------------------- >> Small patches, most notably the introduction of -fwrapv. >> >> ---------------------------------------------------------------- >> Daniel P. Berrange (2): >> Revert "exec: silence hugetlbfs warning under qtest" >> exec: remove warning about mempath and hugetlbfs >> >> Eduardo Habkost (3): >> target-i386: kvm: Abort if MCE bank count is not supported by host >> target-i386: kvm: Use env->mcg_cap when setting up MCE >> target-i386: kvm: Print warning when clearing mcg_cap bits >> >> Paolo Bonzini (3): >> MAINTAINERS: Update TCG CPU cores section >> QEMU does not care about left shifts of signed negative values >> target-sparc: fix 32-bit truncation in fpackfix >> >> Wen Congyang (1): >> call bdrv_drain_all() even if the vm is stopped > > I definitely don't think we should apply the -fwrapv patch yet; > would you mind respinning this pullrequest without it? In what way does that patch make that thing worse? Paolo