RE: [PATCH 4/4] KVM: Device assignemnt with VT-d

2008-07-28 Thread Ben-Ami Yassour
On Mon, 2008-07-28 at 14:49 +0800, Han, Weidong wrote: Ben-Ami Yassour wrote: From: Kay, Allen M [EMAIL PROTECTED] { if (pfn_valid(pfn)) return PageReserved(pfn_to_page(pfn)); I cannot find this is_mmio_pfn() definition on main KVM tree, and failed to patch it.

[PATCH 4/4] KVM: Device assignemnt with VT-d

2008-07-22 Thread Ben-Ami Yassour
From: Kay, Allen M [EMAIL PROTECTED] This patch includes the functions to support VT-d for passthrough devices. [Ben: fixed memory pinning, cleanup] Signed-off-by: Kay, Allen M [EMAIL PROTECTED] Signed-off-by: Weidong Han [EMAIL PROTECTED] Signed-off-by: Ben-Ami Yassour [EMAIL PROTECTED] ---