On 12/27/2011 11:58 AM, 吴锐 wrote: > Hi, > > I am currently do a project to detect malicious module. And I want to > use KVM, namely, using virtualization to achieve this? > Is that possible to virtualize a kernel module without a virtualized Linux? > For example, if I only want to virtualize a network device, the > network device still runs inside the kernel memory address space > without changing anything else. > The only difference is that the network device will run on VMX > non-root mode, while the kernel still run on VMX root mode. > What would be the point? the "virtualized" module can corrupt the non-virtualized kernel's memory. It may be technically possible (using vmx, but not kvm), but it's a lot of work. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html