linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Question] Failed to access the BAR MMIO space of PCI device
@ 2013-04-07 19:19 zhengfei
  2013-04-08 14:23 ` Alex Williamson
  0 siblings, 1 reply; 5+ messages in thread
From: zhengfei @ 2013-04-07 19:19 UTC (permalink / raw)
  To: linux-pci

Hi,

I'm writing a driver for a SR-IOV device on the PCI bus. My architecture is 
a 64-bit X86 of intel Sandy bridge.

In my device driver, I want to configure the device to transfer data to/from 
X86.I get the the device BAR MMIO base address with the command "lspci -s 
04:00.03 -xxx" in the guest os(kvm).
But after I ioremap() that MMIO base address,I failed to access the BAR MMIO 
space in the guest os(kvm).

Is there a function which show mapping between the real PCI address stored in 
the BAR and the emulated address stored in the BAR?

Thanks.

zhengfei


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-12 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-07 19:19 [Question] Failed to access the BAR MMIO space of PCI device zhengfei
2013-04-08 14:23 ` Alex Williamson
2013-04-11 17:15   ` zhengfei
2013-04-11 17:57     ` Alex Williamson
2013-04-12 15:28       ` zhengfei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).