• J
    qemu: Use host-model CPU on s390 by default · 24d82022
    Jiri Denemark 提交于
    On s390 machines host-passthrough and host-model CPUs result in the same
    guest ABI (with QEMU new enough to be able to tell us what "host" CPU is
    expanded to, which was implemented around 2.9.0). So instead of using
    host-passthrough CPU when there's no CPU specified in a domain XML we
    can safely use host-model and benefit from CPU compatibility checks
    during migration, snapshot restore and similar operations.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    24d82022
qemu_domain.c 485.4 KB