On 08/02/2012 12:38 PM, Chris Evich wrote:
Signed-off-by: Chris Evich<[email protected]> --- client/virt/libvirt_vm.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/client/virt/libvirt_vm.py b/client/virt/libvirt_vm.py index 29ba19d..7cae75c 100644 --- a/client/virt/libvirt_vm.py +++ b/client/virt/libvirt_vm.py @@ -1087,7 +1087,7 @@ class VM(virt_vm.BaseVM): virt_install_cmd += add_connect_uri(help, self.connect_uri) # hvm or pv specificed by libvirt switch (pv used by Xen only) - hvm_or_pv = params.get("hvm_or_pv") + hvm_or_pv = params.get("hvm_or_pv", "hvm") if hvm_or_pv: virt_install_cmd += add_hvm_or_pv(help, hvm_or_pv)
I keep forgetting to add the 'hvm_or_pv' to my variants which results in VERY slow guests :S Any objections to setting hvm as a default (when not specified)?
-- Chris Evich, RHCA, RHCE, RHCDS, RHCSS Quality Assurance Engineer e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
