]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/kvm.c
kvm: Move x86-specific functions into target-i386/kvm.c
authorThomas Huth <thuth@redhat.com>
Thu, 15 Oct 2015 18:30:20 +0000 (20:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 19 Oct 2015 08:13:07 +0000 (10:13 +0200)
commit28143b409f698210d85165ca518235ac7e7c5ac5
tree4fecc4c987701d825da37991e93484c136f93343
parentdc9f06ca81e6e16d062ec382701142a3a2ab3f7d
kvm: Move x86-specific functions into target-i386/kvm.c

The functions for checking xcrs, xsave and pit_state2 are
only used on x86, so they should reside in target-i386/kvm.c.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1444933820-6968-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/kvm.h
kvm-all.c
kvm-stub.c
target-i386/kvm.c