]> git.proxmox.com Git - qemu.git/commit
i386: kvm: mask cpuid_ext4_features bits earlier
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 4 Oct 2012 20:49:04 +0000 (17:49 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 31 Oct 2012 01:39:49 +0000 (23:39 -0200)
commitc9da8382c1432fbafb8705e7faecdf783c0b1821
treee56f0ef5899a21f11a6c3b0129b39caf11f05f3a
parentea85c9e45655c5e3a665a5295e5338b995e4a29c
i386: kvm: mask cpuid_ext4_features bits earlier

This way all the filtering by GET_SUPPORTED_CPUID is being done at the
same place in the code.

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