From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/4] move irq protection role to separate lock v3 Date: Thu, 28 May 2009 01:45:52 -0300 Message-ID: <20090528044552.151652861@localhost.localdomain> References: <4A19553F.1090903@redhat.com> To: kvm@vger.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:35475 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbZE1Eyt (ORCPT ); Thu, 28 May 2009 00:54:49 -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 n4S4spiH020730 for ; Thu, 28 May 2009 00:54:51 -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 n4S4spXo007303 for ; Thu, 28 May 2009 00:54:51 -0400 Received: from amt.cnet (vpn-10-6.str.redhat.com [10.32.10.6]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4S4snxl020724 for ; Thu, 28 May 2009 00:54:50 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id ED9E955802B for ; Thu, 28 May 2009 01:54:11 -0300 (BRT) In-Reply-To: <4A19553F.1090903@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: This is to fix a deadlock reported by Alex Williamson, while at the same time makes it easier to allow PIO/MMIO regions to be registered/unregistered while a guest is alive. --