]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
i386: Add "stibp" flag name
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 10 Dec 2018 18:02:50 +0000 (16:02 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 11 Dec 2018 20:50:48 +0000 (18:50 -0200)
commit0e8916582991b9fd0b94850a8444b8b80d0a0955
treef2b1dce312277ad6f9cdedccbef6ac63e8fbd15f
parent9115bb121323290a2fc3fc30fb35e0deee38d064
i386: Add "stibp" flag name

The STIBP flag may be supported by the host KVM module, so QEMU
can allow it to be configured manually, and it can be exposed to
guests when using "-cpu host".

No additional migration code is required because the whole
contents of spec_ctrl is already migrated in the "cpu/spec_ctrl"
section.

Corresponding KVM patch was submitted at:
https://lore.kernel.org/lkml/20181205191956.31480-1-ehabkost@redhat.com/

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20181210180250.31299-1-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c