]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Isolate KVM-specific code on CPU feature filtering logic
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:32 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 16:04:15 +0000 (18:04 +0200)
commit27418adf32b9cd164d464fffc4fc0505d6b2b15d
treefd1c0c189c6691b10283064a7543880972983126
parent8459e3961eb5519cb16d5950020ef7010f4b8a6f
target-i386: Isolate KVM-specific code on CPU feature filtering logic

This will allow us to re-use the feature filtering logic (and the
check/enforce flag logic) for TCG.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c