From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] virtio-pci: mask notifier error handling fixups Date: Thu, 20 Jan 2011 14:34:55 -0200 Message-ID: <20110120163455.GF5996@amt.cnet> References: <20110118134257.GA30044@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, alex.williamson@redhat.com To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14452 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753519Ab1ATWYV (ORCPT ); Thu, 20 Jan 2011 17:24:21 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0KMOLrh004497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Jan 2011 17:24:21 -0500 Content-Disposition: inline In-Reply-To: <20110118134257.GA30044@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jan 18, 2011 at 03:42:57PM +0200, Michael S. Tsirkin wrote: > Fix virtio-pci error handling in the mask notifiers: be careful to undo > exactly what we did so far. > > Reported-by: Alex Williamson > Signed-off-by: Michael S. Tsirkin > --- > > This is for qemu-kvm only. > > hw/virtio-pci.c | 12 ++++++++++++ > 1 files changed, 12 insertions(+), 0 deletions(-) Applied, thanks.