From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/4] move irq protection role to separate kvm->irq_lock Date: Mon, 18 May 2009 13:56:01 -0300 Message-ID: <20090518165601.747763120@localhost.localdomain> To: kvm@vger.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:55611 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752189AbZERRLw (ORCPT ); Mon, 18 May 2009 13:11:52 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4IHBs4U010287 for ; Mon, 18 May 2009 13:11:54 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4IHBrmi018665 for ; Mon, 18 May 2009 13:11:54 -0400 Received: from amt.cnet (vpn-10-172.str.redhat.com [10.32.10.172]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4IHBq9J017752 for ; Mon, 18 May 2009 13:11:53 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 33E31274006 for ; Mon, 18 May 2009 14:11:00 -0300 (BRT) Sender: kvm-owner@vger.kernel.org List-ID: Move irq protection role to separate kvm->irq_lock, and push locking down to MMIO/PIO in-kernel devices. Fixes http://article.gmane.org/gmane.comp.emulators.kvm.devel/32286. --