From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Huff Subject: Re: [PATCH][KVM-AUTOTEST][REPOST] Add ability to install custom kernel modules Date: Mon, 01 Jun 2009 15:00:16 -0400 Message-ID: <4A242540.4040006@redhat.com> References: <1242865760-12086-1-git-send-email-mburns@redhat.com> <4A24191C.6080705@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Mike Burns , kvm@vger.kernel.org, ulublin@redhat.com To: Uri Lublin Return-path: Received: from mx2.redhat.com ([66.187.237.31]:37863 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbZFATAu (ORCPT ); Mon, 1 Jun 2009 15:00:50 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n51J0reN016026 for ; Mon, 1 Jun 2009 15:00:53 -0400 In-Reply-To: <4A24191C.6080705@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Uri Lublin wrote: > Hi Mike, > > Can you load those kernel modules before running kvm-autotest (something > like a setup script) ? And clean up when the run completes (cleanup > script) ? This can problay be done with the pre_command and post_command parameters that I added in my previous patch. Come to think of it, the whole custom kvm_install method is just a large pre_command. I even used alot of the same code mike used when adding this functionality. Does it make sense to treat the custom install of kvm as one large pre_command? -D