diff options
author | Thomas Huth <thuth@redhat.com> | 2015-10-15 20:30:20 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-19 10:13:07 +0200 |
commit | 28143b409f698210d85165ca518235ac7e7c5ac5 (patch) | |
tree | 4fecc4c987701d825da37991e93484c136f93343 /kvm-stub.c | |
parent | dc9f06ca81e6e16d062ec382701142a3a2ab3f7d (diff) | |
download | hqemu-28143b409f698210d85165ca518235ac7e7c5ac5.zip hqemu-28143b409f698210d85165ca518235ac7e7c5ac5.tar.gz |
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>
Diffstat (limited to 'kvm-stub.c')
-rw-r--r-- | kvm-stub.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -67,11 +67,6 @@ int kvm_has_many_ioeventfds(void) return 0; } -int kvm_has_pit_state2(void) -{ - return 0; -} - void kvm_setup_guest_memory(void *start, size_t size) { } |