On Wed, Jun 19, 2019 at 11:38:14AM +0200, Jiri Denemark wrote:
We used type=full expansion on the result of previous type=static
expansion to get all possible spellings of CPU features. Since we can
now translate the QEMU's canonical names to our names, we can drop this
magic and do only type=static CPU model expansion.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 9 +-
.../caps_4.1.0.x86_64.replies | 1964 +----------------
.../caps_4.1.0.x86_64.xml | 226 +-
3 files changed, 48 insertions(+), 2151 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano