From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 3 Feb 2016 12:34:10 +0800 Subject: [U-Boot] [PATCH 21/23] x86: qemu: Convert to use DM PCI API In-Reply-To: References: <1454319658-17431-1-git-send-email-bmeng.cn@gmail.com> <1454319658-17431-22-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> Use pci_[read|write]_config intead of x86_pci_[read|write]_config. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cpu/qemu/qemu.c | 34 +++++++++++++++++----------------- >> 1 file changed, 17 insertions(+), 17 deletions(-) > > Reviewed-by: Simon Glass > Tested on Minnowmax: > Tested-by: Simon Glass applied to u-boot-x86/master, thanks!