RE: [patch] kvm.h only needs asm/types.h
"Zhang, Xiantao" <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64 |
|---|---|
| Message-ID | <706158FABBBA044BAD4FE898A02E4BC236A2C0D3@pdsmsx503.ccr.corp.intel.com> |
Generally we should include linux/types.h instead of asm/types.h for kernel. We have already used the magic hack-module.awk(replace linux/types.h with asm/types.h) to make it work in userspace. :) Xiantao Jes Sorensen wrote: > Hi, > > I'd like to push this one upstream - it allows us to share asm/kvm.h > directly with QEMU, without having to modify it. > > Patch against latest Linus tree. > > Cheers, > Jes