On Mon, May 16, 2016 at 17:15:44 +0800, Eli Qiao wrote:
Add Skylake Cpu model to cpu maps to let libvirt discover host
Skylake
cpu model correctly.
Currently, libvirt still think a Skylake cpu as Broadwell-noTSX
Signed-off-by: Eli Qiao <liyong.qiao(a)intel.com>
---
src/cpu/cpu_map.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
Adding a new model to libvirt when there is no support for it in QEMU
makes no sense. The only benefit will be seeing Skylake in capabilities
XML, but users won't be able to use it anyway.
Jirka