Currently, it doesn't handle cleanly for VT-d device hot add, because 
kvm_map_guest() will allocate a dmar_domain. It should add a device to the 
existed dmar_domain instead create a new one. For hot remove, it doesn't 
release the device from adev_head list, remove its ioperm data from ioperm_head 
list, and detach it from the dmar_domain. 

This patchset adds these supports both on kernel and userspace.

Regards,
Weidong--
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

Reply via email to