• J
    Show host model in domain capabilities · 14319c81
    Jiri Denemark 提交于
    The domain capabilities XML is capable of showing whether each guest CPU
    mode is supported or not with a possibility to provide additional
    details. This patch enhances host-model capability to advertise the
    exact CPU model which will be used as a host-model:
    
        <cpu>
            ...
            <mode name='host-model' supported='yes'>
                <model fallback='allow'>Broadwell</model>
                <vendor>Intel</vendor>
                <feature policy='disable' name='aes'/>
                <feature policy='require' name='vmx'/>
            </mode>
            ...
        </cpu>
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    14319c81
qemu_2.6.0.aarch64.xml 3.4 KB