[Libvirt-cim] [PATCH] [TEST] Change default KVM emulator to qemu-kvm

zli at linux.vnet.ibm.com zli at linux.vnet.ibm.com
Wed Apr 9 02:57:39 UTC 2008


# HG changeset patch
# User Zhengang Li <lizg at cn.ibm.com>
# Date 1207709819 25200
# Node ID b5857217c64a081450cd21219035084eac455d85
# Parent  262153788503c8b10c76c77719bba081df9a7b88
[TEST] Change default KVM emulator to qemu-kvm

We're more close to KVM full coverage support. It makes
sense to set the default emulator to a real one instead
of a pure-qemu version.

Signed-off-by: Zhengang Li <lizg at cn.ibm.com>

diff -r 262153788503 -r b5857217c64a suites/libvirt-cim/lib/XenKvmLib/const.py
--- a/suites/libvirt-cim/lib/XenKvmLib/const.py	Tue Apr 08 17:58:44 2008 +0530
+++ b/suites/libvirt-cim/lib/XenKvmLib/const.py	Tue Apr 08 19:56:59 2008 -0700
@@ -43,7 +43,7 @@
 Xen_default_net_type = 'ethernet'
 
 # vxml.KVMXML
-KVM_default_emulator = '/usr/bin/qemu'
+KVM_default_emulator = '/usr/bin/qemu-kvm'
 KVM_disk_path = os.path.join(_image_dir, 'default-kvm-dimage')
 KVM_secondary_disk_path = os.path.join(_image_dir, 'default-kvm-dimage.2ND')
 KVM_default_disk_dev = 'hda'




More information about the Libvirt-cim mailing list