• J
    qemu: Make virQEMUCapsProbeHostCPUForEmulator more generic · dd3fc650
    Jiri Denemark 提交于
    The function is renamed as virQEMUCapsProbeHostCPU and it does not get
    the list of allowed CPU models from qemuCaps anymore. This is
    responsibility is moved to the caller. The result is just a very thin
    wrapper around virCPUGetHost mostly required mocking in tests.
    
    The generic function is used in place of a direct call to virCPUGetHost
    in virQEMUCapsInitHostCPUModel to make sure tests don't accidentally
    probe host CPU.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    dd3fc650
qemu_capabilities.c 165.5 KB