On Wed, 12 Aug 2009, [email protected] wrote: > One way (neither the quickest nor the easiest) to test would be to attempt > installing and running kvm. But that would require the requisite kernel > modules, which could be checked in your .config file: > > CONFIG_HAVE_KVM=y > CONFIG_HAVE_KVM_IRQCHIP=y > CONFIG_VIRTUALIZATION=y > CONFIG_KVM=m > CONFIG_KVM_INTEL=m > # CONFIG_KVM_AMD is not set > # CONFIG_KVM_TRACE is not set > > Naturally you'd want to disable CONFIG_KVM_INTEL and enable CONFIG_KVM_AMD.
Carlos, Ah, so! Good lesson. The default Slackware-12.2 kernel has both set as modules: CONFIG_HAVE_KVM=y CONFIG_KVM=m CONFIG_KVM_INTEL=m CONFIG_KVM_AMD=m # CONFIG_KVM_TRACE is not set This is the 2.6.27.7 kernel. Thanks, Rich -- Richard B. Shepard, Ph.D. | Integrity Credibility Applied Ecosystem Services, Inc. | Innovation <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
