• D
    Add support for -enable-kqemu flag · 6e44ec7a
    Daniel P. Berrange 提交于
    Previously QEMU enabled KQEMU by default and had -no-kqemu.
    0.11.x switched to requiring -enable-kqemu. 0.12.x dropped
    kqemu entirely. This patch adds support for -enable-kqemu
    so 0.11.x works. It replaces a huge set of if() with a
    switch() to make the code a bit more readable.
    
    * src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: Support
      -enable-kqemu
    6e44ec7a
qemu_conf.c 206.1 KB