]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 4 Oct 2012 20:49:07 +0000 (17:49 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 31 Oct 2012 01:39:49 +0000 (23:39 -0200)
commitffa8c11f0bbf47e1b7a3a62f97bc1da591c6734a
tree8d7bf7f0860bdf69af5d6c63cf1ba7b00c2cca42
parentb8091f245d36da604219db42552cc28400698446
i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too

Now that CPUID leaf 7 features can be enabled/disabled on the
command-line, we need to filter them properly using GET_SUPPORTED_CPUID,
at the same place where other features are filtered out.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/cpu.c