From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7yCj-0002Vl-0L for qemu-devel@nongnu.org; Tue, 09 May 2017 02:01:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7yCd-0001rd-BZ for qemu-devel@nongnu.org; Tue, 09 May 2017 02:01:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53278) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7yCd-0001rU-54 for qemu-devel@nongnu.org; Tue, 09 May 2017 02:00:55 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ED33D37E67 for ; Tue, 9 May 2017 06:00:53 +0000 (UTC) From: Peter Xu Date: Tue, 9 May 2017 14:00:41 +0800 Message-Id: <1494309644-18743-1-git-send-email-peterx@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] kvm: irqchip: skip msi update when msi disabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S . Tsirkin" , Paolo Bonzini , peterx@redhat.com v2: - missed one line in last patch to include msix header First two patches are new traces, please collect them if needed. The third patch is a fix to a qemu crash reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1448813 Please see its commit message for more information. Please review. Thanks. Peter Xu (3): kvm: irqchip: trace changes on msi add/remove msix: trace control bit write op kvm: irqchip: skip update msi when disabled hw/pci/msix.c | 11 +++++++++-- hw/pci/trace-events | 3 +++ kvm-all.c | 4 +++- target/i386/kvm.c | 13 +++++++++---- trace-events | 3 ++- 5 files changed, 26 insertions(+), 8 deletions(-) -- 2.7.4