From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-4.cisco.com (sj-iport-4.cisco.com [171.68.10.86]) by ozlabs.org (Postfix) with ESMTP id 95391DE09C for ; Tue, 30 Jan 2007 04:33:00 +1100 (EST) To: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [RFC/PATCH 4/16] Abstract MSI suspend References: <20070125083410.631EEDE277@ozlabs.org> <1170055377.19887.60.camel@concordia.ozlabs.ibm.com> <1170064058.19887.78.camel@concordia.ozlabs.ibm.com> <20070129165217.GA10992@colo.lackof.org> From: Roland Dreier Date: Mon, 29 Jan 2007 09:32:52 -0800 In-Reply-To: (Eric W. Biederman's message of "Mon, 29 Jan 2007 10:25:29 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Grant Grundler , Greg Kroah-Hartman , Kyle McMartin , linuxppc-dev@ozlabs.org, Brice Goglin , shaohua.li@intel.com, linux-pci@atrey.karlin.mff.cuni.cz, "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > There is this function. It does save the table, I haven't > looked closely enough yet to know if it saves all of the > other details yet. OK, fair enough, I missed that call to pci_save_msix_state() in pci_save_state(). Yeah, I guess it's close to working. - R.