From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrZMT-00089N-16 for qemu-devel@nongnu.org; Thu, 20 Nov 2014 16:34:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrZML-0000Op-4m for qemu-devel@nongnu.org; Thu, 20 Nov 2014 16:33:56 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:39746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrZMK-0000OU-Rg for qemu-devel@nongnu.org; Thu, 20 Nov 2014 16:33:49 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Nov 2014 21:33:48 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id D89951B08040 for ; Thu, 20 Nov 2014 21:33:56 +0000 (GMT) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sAKLXiqi57213046 for ; Thu, 20 Nov 2014 21:33:44 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sAKLXhL8027125 for ; Thu, 20 Nov 2014 14:33:44 -0700 From: Christian Borntraeger Date: Thu, 20 Nov 2014 22:33:32 +0100 Message-Id: <1416519221-22299-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PULL 0/9] valgrind/coverity/i386/s390x: memcheck false positives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Maydell Cc: Christian Borntraeger , qemu-devel Paolo, Peter, here is an updated version of my valgrind tree. Please review and consider for 2.3. The following changes since commit af3ff19b48f0bbf3a8bd35c47460358e8c6ae5e5: Update version for v2.2.0-rc2 release (2014-11-18 18:00:58 +0000) are available in the git repository at: git://github.com/borntraeger/qemu.git tags/memcheck for you to fetch changes up to 113fb9793bf21a3219d305206c79024b0801d7ab: coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route (2014-11-20 22:10:58 +0100) ---------------------------------------------------------------- valgrind/coverity/i386/s390x: memcheck false positives Let's avoid most memcheck false positives in KVM ioctls. ---------------------------------------------------------------- Christian Borntraeger (9): valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctl valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl valgrind/i386: avoid false positives on KVM_SET_PIT ioctl valgrind/i386: avoid false positives on KVM_SET_XCRS ioctl valgrind/i386: avoid false positives on KVM_SET_MSRS ioctl valgrind/i386: avoid false positives on KVM_GET_MSRS ioctl valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctl valgrind/s390x: avoid false positives on KVM_SET_FPU ioctl coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route hw/i386/kvm/clock.c | 3 +-- hw/i386/kvm/i8254.c | 2 +- kvm-all.c | 4 ++-- target-i386/kvm.c | 24 ++++++++++++++++++------ target-s390x/kvm.c | 2 +- 5 files changed, 23 insertions(+), 12 deletions(-)