Skip to content

RHEL-only: AArch64: Drop unsupported CPU types

Andrew Jones requested to merge (removed):drop-cpus into c9s

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2066824
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=45978406
Upstream: RHEL-only

AArch64 is in tech preview so it has the flexibility to completely drop unsupported cpu types in order to ensure they are not used.

Testing status:
'/usr/libexec/qemu-kvm -cpu help' now only shows the three cpu types we support and they still work as expected. When attempting to use the removed cpu types qemu reports "qemu-kvm: unable to find CPU model 'CPU-TYPE'"

Edited by Andrew Jones

Merge request reports