Re: [PATCH] VT-d: remove useless header inclusion

2008-09-24 Thread Avi Kivity
Han, Weidong wrote: Avi Kivity wrote: Han, Weidong wrote: Currently "#include " is not needed in virt/kvm/kvm_main.c. What's more, this inclusion may result in compilation error in other architecture. Applied, but please also fix intel-iommu.h to compile on all archs. A

RE: [PATCH] VT-d: remove useless header inclusion

2008-09-24 Thread Han, Weidong
Avi Kivity wrote: > Han, Weidong wrote: >> Currently "#include " is not needed in >> virt/kvm/kvm_main.c. What's more, this inclusion may result in >> compilation error in other architecture. >> >> > > Applied, but please also fix intel-iommu.h to compile on all archs. Avi, Current intel-iommu

Re: [PATCH] VT-d: remove useless header inclusion

2008-09-24 Thread Avi Kivity
Han, Weidong wrote: Currently "#include " is not needed in virt/kvm/kvm_main.c. What's more, this inclusion may result in compilation error in other architecture. Applied, but please also fix intel-iommu.h to compile on all archs. -- error compiling committee.c: too many arguments to funct

[PATCH] VT-d: remove useless header inclusion

2008-09-23 Thread Han, Weidong
Currently "#include " is not needed in virt/kvm/kvm_main.c. What's more, this inclusion may result in compilation error in other architecture. Signed-off-by: Weidong Han <[EMAIL PROTECTED]> --- virt/kvm/kvm_main.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/virt/kvm/k