Should fpu_active be X86 specific? Not sure about PPC & S390 (Hollis &
Carsten?), but for IA64
it is catagoried into low fp & high fp.
Eddie
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index 08b5b21..a824073 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -333,7 +333,6 @@ void kvm_io_bus_register_dev(struct kvm_io_bus *bus,
int guest_mode; \
unsigned long requests; \
struct kvm_guest_debug guest_debug; \
- int fpu_active; \
int guest_fpu_loaded; \
wait_queue_head_t wq; \
int sigset_active; \
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h
index 01452b5..fcacb81 100644
--- a/drivers/kvm/x86.h
+++ b/drivers/kvm/x86.h
@@ -58,6 +58,7 @@ struct kvm_vcpu {
u64 *last_pte_updated;
+ int fpu_active;
struct i387_fxsave_struct host_fx_image;
struct i387_fxsave_struct guest_fx_image;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel