]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Give hint about -noTSX CPU model
authorJiri Denemark <jdenemar@redhat.com>
Tue, 24 Mar 2015 13:12:07 +0000 (14:12 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 26 Mar 2015 08:20:00 +0000 (09:20 +0100)
commit53c8062f7eb7028043a314f2f18bf34ff0e82f0d
tree25014574860870bfdeecb1679a20ee2bd18b30dd
parentc563b50605ae9895b981d198e11dbe9f6e18027b
qemu: Give hint about -noTSX CPU model

Because of the microcode update to Haswell/Broadwell CPUs, existing
domains using these CPUs may fail to start even though they used to run
just fine. To help users solve this issue we try to suggest switching to
-noTSX variant of the CPU model:

    virsh # start cd
    error: Failed to start domain cd
    error: unsupported configuration: guest and host CPU are not
    compatible: Host CPU does not provide required features: rtm, hle;
    try using 'Haswell-noTSX' CPU model

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_command.c