• J
    qemu: Don't cache microcode version · 673c62a3
    Jiri Denemark 提交于
    My earlier commit be46f613 was incomplete. It removed caching of
    microcode version in the CPU driver, which means the capabilities XML
    will see the correct microcode version. But it is also cached in the
    QEMU capabilities cache where it is used to detect whether we need to
    reprobe QEMU. By missing the second place, the original commit
    be46f613 made the situation even worse since libvirt would report
    correct microcode version while still using the old host CPU model
    (visible in domain capabilities XML).
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    673c62a3
qemu_capabilities.c 163.9 KB