From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/4] move irq protection role to separate lock v4 Date: Thu, 04 Jun 2009 15:08:20 -0300 Message-ID: <20090604180820.644455695@localhost.localdomain> References: <4A2274AC.5050303@redhat.com> Cc: kvm@vger.kernel.org To: avi@redhat.com Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50796 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753349AbZFDSMs (ORCPT ); Thu, 4 Jun 2009 14:12:48 -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 n54ICpcx019379 for ; Thu, 4 Jun 2009 14:12:51 -0400 In-Reply-To: <4A2274AC.5050303@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. --