From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [PATCH RFC 05/15] pci/x86: Rename pci_config_read() to pci_config_readl() Date: Mon, 11 Apr 2016 13:51:55 +0200 Message-ID: <20160411115155.nupwpaefpavtyi2z@hawk.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Thomas Huth To: Alexander Gordeev Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43819 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754538AbcDKLv7 (ORCPT ); Mon, 11 Apr 2016 07:51:59 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0B8CF821C7 for ; Mon, 11 Apr 2016 11:51:59 +0000 (UTC) Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 11, 2016 at 01:04:17PM +0200, Alexander Gordeev wrote: > This is needed to facilitate other-sized PCI configuration > space accessors, not just 32 bit one. > > Cc: Thomas Huth > Cc: Andrew Jones > Signed-off-by: Alexander Gordeev > --- > lib/pci.c | 8 ++++---- > lib/x86/asm/pci.h | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Andrew Jones