Re: [Qemu-devel] [PATCH] kvm: Move x86-specific functions into target-i386/kvm.c
On 15/10/2015 20:30, Thomas Huth wrote: > 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 > --- > include/sysemu/kvm.h | 2 -- > kvm-all.c| 29 - >
[Qemu-devel] [PATCH] 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 --- include/sysemu/kvm.h | 2 -- kvm-all.c| 29 - kvm-stub.c | 5 - target-i386/kvm.c| 31