From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYrY7-00060U-VF for qemu-devel@nongnu.org; Fri, 20 Mar 2015 03:41:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYrXw-0004YW-DZ for qemu-devel@nongnu.org; Fri, 20 Mar 2015 03:40:55 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:60039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYrXw-0004YC-2y for qemu-devel@nongnu.org; Fri, 20 Mar 2015 03:40:44 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Mar 2015 07:40:42 -0000 Date: Fri, 20 Mar 2015 08:40:36 +0100 From: Thomas Huth Message-ID: <20150320084036.2f8cda73@oc7435384737.ibm.com> In-Reply-To: <20150318142021-mutt-send-email-mst@redhat.com> References: <1426313974-25607-1-git-send-email-thuth@linux.vnet.ibm.com> <1426313974-25607-4-git-send-email-thuth@linux.vnet.ibm.com> <20150318142021-mutt-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/7] pci: Remove unused function ich9_d2pbr_init() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Wed, 18 Mar 2015 14:20:41 +0100 "Michael S. Tsirkin" wrote: > On Sat, Mar 14, 2015 at 07:19:30AM +0100, Thomas Huth wrote: > > The function ich9_d2pbr_init() is completely unused and > > thus can be deleted. > > > > Signed-off-by: Thomas Huth > > Cc: Michael S. Tsirkin > > Reviewed-by: Michael S. Tsirkin > > I assume all this will go in for 2.4 through the trivial tree? The patch that removes unused functions from the migration code has already been picked up in the migration tree ... so I also don't mind whether you want to take this through the pci tree or not. Just if the patches are not picked up through other trees, they should finally go through trivial, I think. Thomas