On Thu, Jul 10, 2008 at 06:07:27PM +0800, Yang, Sheng wrote: > I think it's may be unnecessary to map pages when device > assigned. The table can be set up along with set_memory_region(), it > covered all memory slots already, or I miss something here?
VT-d is only initialized after the slots are originally created, so when VT-d is initialized is map all of the existing slots separately, and then for each new slot that may be added we'll catch it via set_memory_region(). Cheers, Muli -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
