All of lore.kernel.org
 help / color / mirror / Atom feed
* error messages when doing VT-d device passthrough
@ 2010-08-30 23:57 Kay, Allen M
  2010-08-31  0:08 ` Kay, Allen M
  0 siblings, 1 reply; 10+ messages in thread
From: Kay, Allen M @ 2010-08-30 23:57 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: tim.deegan@eu.citrix.com, Keir Fraser


[-- Attachment #1.1: Type: text/plain, Size: 418 bytes --]

I'm getting the following error messages when doing Vt-d device passthrough:

...
 (XEN) p2m.c:2626:d0 clear_mmio_p2m_entry: gfn_to_mfn failed! gfn=000f303b
...

This message is printed out for each MMIO page used by the device.  This seems to be cause by the code change from "if ( INVALID_MFN == mfn)" to "if (!mfn_valid(mfn) )" in p2m.c/clear_mmio_p2m_entry().

What is the reason for the change?

Allen

[-- Attachment #1.2: Type: text/html, Size: 5230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2010-09-02  9:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 23:57 error messages when doing VT-d device passthrough Kay, Allen M
2010-08-31  0:08 ` Kay, Allen M
2010-08-31  1:58   ` [PATCH] re-enable HVM PCI passthrough functionality Kay, Allen M
2010-08-31  9:17     ` Tim Deegan
2010-08-31  9:35       ` Christoph Egger
2010-08-31 16:13         ` Kay, Allen M
2010-09-01  8:56           ` Tim Deegan
2010-09-02  2:26             ` Zhang, Yang Z
2010-09-02  8:34               ` Christoph Egger
2010-09-02  9:07                 ` Tim Deegan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.