On Mon, Nov 23, 2020 at 15:14:23 +0100, Tim Wiederhake wrote:
sync_qemu_i386.py in src/cpu_map is a tool to sync CPU models from
qemu
with libvirt. It currently has no provisions for detecting new features
that are not implemented in libvirt yet. This series changes that.
Currently missing x86 CPU models:
* "Denverton"
* "KnightsMill"
* "Snowridge"
Currently missing x86 CPU features:
* "core-capability"
* "fsrm"
* "split-lock-detect"
This series adds "core-capability", "fsrm",
"split-lock-detect" and the
CPU model for "Snowridge".
Although I acked patches 7 and 8 now, I think it makes sense to push
them with the rest of the Snowridge CPU model (included tests). Feel
free to include the Reviewed-by tags to does patches when resending them
accompanied with the new patches.
Jirka