• J
    qemu: Store host-model CPU in qemu capabilities · 68c70118
    Jiri Denemark 提交于
    Host capabilities provide libvirt's view of the host CPU, but for a
    useful support for host-model CPUs we really need a hypervisor's view of
    the CPU. And since the view can be differ with emulator, qemu
    capabilities is the best place to store the host CPU model.
    
    This patch just copies the CPU model from host capabilities, but this
    will change in the future.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    68c70118
domaincapstest.c 14.2 KB