• I
    virt-test: fix disable-kvm once more · cd311a31
    Igor Mammedov 提交于
    If config has only 'disable-kvm=yes' but not 'enable-kvm=no'
    qemu will be started in kvm mode and with kvm disabled at
    compile time it fails to launch.
    
    Currently disable/enable-kvm config options and qemu supported
    options are intermingled in a bunch of ifs, separate apples
    and oranges in different bins and make logic straightforward:
    
    * alias disable-kvm to enable-kvm param
    * get right option set to disable/enable kvm on qemu/qemu-kvm
    * set appropriate option depending on value of param enable-kvm
    Signed-off-by: NIgor Mammedov <imammedo@redhat.com>
    cd311a31
qemu_cpu.cfg 5.5 KB