From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1yqN-0005Ft-Qr for qemu-devel@nongnu.org; Thu, 26 Nov 2015 10:52:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1yqK-0001gP-6Z for qemu-devel@nongnu.org; Thu, 26 Nov 2015 10:52:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1yqK-0001fy-0R for qemu-devel@nongnu.org; Thu, 26 Nov 2015 10:52:20 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 7827CC00124C for ; Thu, 26 Nov 2015 15:52:19 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-50.ams2.redhat.com [10.36.112.50]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAQFqH1I032111 for ; Thu, 26 Nov 2015 10:52:18 -0500 From: Paolo Bonzini Date: Thu, 26 Nov 2015 16:52:08 +0100 Message-Id: <1448553137-22191-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL v2 0/9] Misc patches for QEMU 2.5-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 5120901a378501403d5454b69cf43e666fc29d5b: target-i386: kvm: Print warning when clearing mcg_cap bits (2015-11-26 16:48:16 +0100) ---------------------------------------------------------------- Small patches, without the one that introduces -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 Eugene (jno) Dvurechenski (1): virtio-scsi: don't crash without a valid device Paolo Bonzini (2): MAINTAINERS: Update TCG CPU cores section target-sparc: fix 32-bit truncation in fpackfix Wen Congyang (1): call bdrv_drain_all() even if the vm is stopped MAINTAINERS | 17 +++++++++++++---- cpus.c | 2 ++ exec.c | 6 ------ hw/scsi/virtio-scsi.c | 2 +- target-i386/cpu.h | 2 ++ target-i386/kvm.c | 22 ++++++++++++++-------- target-sparc/vis_helper.c | 2 +- vl.c | 28 ++++++++++++++-------------- 8 files changed, 47 insertions(+), 34 deletions(-) -- 2.5.0