On Fri, Feb 02, 2024 at 16:08:56 +0100, Tim Wiederhake wrote:
These were introduced in 1d946ac794 in an attempt to make this
information usable for libvirt. This did not work out and has
been unused since. Remove from x86_features.xml as this data
is preserved in the feature name translation tables in
sync_qemu_features_i386.py.
Signed-off-by: Tim Wiederhake <twiederh(a)redhat.com>
---
src/cpu/cpu_x86.c | 5 -----
src/cpu_map/x86_features.xml | 26 --------------------------
2 files changed, 31 deletions(-)
Can we somehow keep the aliases as comments at least? They are useful
when grepping for code for a specific feature that has different name in
QEMU and/or the kernel.
Jirka