Re: [yocto] Adding KVM kernel modules to Yocto Kernel

2019-11-06 Thread Bruce Ashfield
On Wed, Nov 6, 2019 at 11:56 AM Wayne Li wrote: > > The thing is I don't know how to pick specific kernel modules and add it to > the system. Me and my coworker were able to add missing TUN/TAP kernel > modules using the same process I described (i.e. pulling up the GUI, saving a > .config fil

Re: [yocto] Adding KVM kernel modules to Yocto Kernel

2019-11-06 Thread Wayne Li
The thing is I don't know how to pick specific kernel modules and add it to the system. Me and my coworker were able to add missing TUN/TAP kernel modules using the same process I described (i.e. pulling up the GUI, saving a .config file for TUN/TAP device driver support, and copying the .config f

Re: [yocto] Adding KVM kernel modules to Yocto Kernel

2019-11-06 Thread Bruce Ashfield
On Wed, Nov 6, 2019 at 11:30 AM Wayne Li wrote: > > Dear Yocto Developers, > > I'm trying to get KVM added and working on a Yocto kernel I built up for a > T4240 RDB (has a PowerPC CPU). KVM isn't working and the reason why it isn't > working seems to be I'm missing the necessary kernel modules

[yocto] Adding KVM kernel modules to Yocto Kernel

2019-11-06 Thread Wayne Li
Dear Yocto Developers, I'm trying to get KVM added and working on a Yocto kernel I built up for a T4240 RDB (has a PowerPC CPU). KVM isn't working and the reason why it isn't working seems to be I'm missing the necessary kernel modules. More specifically, I don't seem to have a kvm.ko file that