Re: remove compatibility code related toCONFIG_DMAR

2008-09-18 Thread Mike Day
On 18/09/08 22:07 +0800, Han, Weidong wrote: The previous patch I sent out (for the kvm kernel tree) changes intel-iommu.h so this compatibility code is no longer needed. Mike > This compatibility code for intel_iommu makes VT-d cannot work in > current code (version < 2.6.28), due to intel_iommu

RE: remove compatibility code related toCONFIG_DMAR

2008-09-18 Thread Han, Weidong
Mike, I saw your patch. It's good. Randy (Weidong) Mike Day wrote: > On 18/09/08 22:07 +0800, Han, Weidong wrote: > The previous patch I sent out (for the kvm kernel tree) changes > intel-iommu.h so this compatibility code is no longer needed. > > Mike > >> This compatibility code for intel_io

RE: [PATCH] [KVM-userspace] remove compatibility code related toCONFIG_DMAR

2008-09-18 Thread Han, Weidong
This compatibility code for intel_iommu makes VT-d cannot work in current code (version < 2.6.28), due to intel_iommu_found() returns 0. Why add this limitation? Randy (Weidong) Mike Day wrote: > Compatibility code for intel_iommu no longer needed when > dependency on CONFIG_DMAR removed from kvm