qemu-kvm: Drop redundant cpuid filtering from cpu_x86_cpuid
commitb7a39770a7e4c149e4af894d7c0f11581414da00
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 28 Sep 2011 14:53:30 +0000 (28 16:53 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 3 Oct 2011 19:48:39 +0000 (3 16:48 -0300)
tree91d87fccfdff2458588d6a971a8f102f517fa863
parentc67399646ba80a0aec9ec8831de2a1f4eb3e866e
qemu-kvm: Drop redundant cpuid filtering from cpu_x86_cpuid

This is already done in kvm_arch_init_vcpu based on the kernel-reported
supported features.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/cpuid.c