• A
    qemu: Use ARCH_IS_X86() more · 4b338729
    Andrea Bolognani 提交于
    In a few cases, we checked for VIR_ARCH_X86_64 and
    VIR_ARCH_I686 separately: change all those to use the
    ARCH_IS_X86() macro instead.
    4b338729
qemu_parse_command.c 91.7 KB