• A
    qemu: capabilities: Make virHostCPUGetKVMMaxVCPUs() errors fatal · 4074a82c
    Andrea Bolognani 提交于
    An error in virHostCPUGetKVMMaxVCPUs() means we've been unable
    to access /dev/kvm, or we're running on a platform that doesn't
    support KVM in the first place.
    
    If that's the case, we shouldn't ignore the error and report
    domcapabilities even though we know the user won't be able to
    start any KVM guest.
    4074a82c
qemu_capabilities.c 132.0 KB