From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] device-assignment: Cleanup on exit Date: Fri, 11 Jun 2010 14:14:28 -0300 Message-ID: <20100611171428.GC6913@amt.cnet> References: <20100610192715.27230.23460.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47733 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755744Ab0FKRrj (ORCPT ); Fri, 11 Jun 2010 13:47:39 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5BHlcqk001876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Jun 2010 13:47:38 -0400 Content-Disposition: inline In-Reply-To: <20100610192715.27230.23460.stgit@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 10, 2010 at 01:27:15PM -0600, Alex Williamson wrote: > close() the resource fd when we're done with it. Unregister and munmap the > anonymous memory for the MSIX table. > > Signed-off-by: Alex Williamson > --- > > hw/device-assignment.c | 21 +++++++++++++++++++++ > 1 files changed, 21 insertions(+), 0 deletions(-) Applied, thanks.