From: Zhang xiantao <[EMAIL PROTECTED]> Date: Tue, 20 Nov 2007 10:46:33 +0800 Subject: [PATCH] KVM Portability move: Moving kvm_vcpu_stat to x86.h Signed-off-by: Zhang xiantao <[EMAIL PROTECTED]> --- drivers/kvm/kvm.h | 22 ---------------------- drivers/kvm/x86.h | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index 5149d39..24fa37a 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -85,28 +85,6 @@ struct kvm_pio_request {
int rep;
};
-struct kvm_vcpu_stat {
- u32 pf_fixed;
- u32 pf_guest;
- u32 tlb_flush;
- u32 invlpg;
-
- u32 exits;
- u32 io_exits;
- u32 mmio_exits;
- u32 signal_exits;
- u32 irq_window_exits;
- u32 halt_exits;
- u32 halt_wakeup;
- u32 request_irq_exits;
- u32 irq_exits;
- u32 host_state_reload;
- u32 efer_reload;
- u32 fpu_reload;
- u32 insn_emulation;
- u32 insn_emulation_fail;
-};
-
struct kvm_io_device {
void (*read)(struct kvm_io_device *this,
gpa_t addr,
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h
index 2fdda8f..a0b8c84 100644
--- a/drivers/kvm/x86.h
+++ b/drivers/kvm/x86.h
@@ -134,6 +134,28 @@ struct kvm_mmu_memory_cache {
void *objects[KVM_NR_MEM_OBJS];
};
+struct kvm_vcpu_stat {
+ u32 pf_fixed;
+ u32 pf_guest;
+ u32 tlb_flush;
+ u32 invlpg;
+
+ u32 exits;
+ u32 io_exits;
+ u32 mmio_exits;
+ u32 signal_exits;
+ u32 irq_window_exits;
+ u32 halt_exits;
+ u32 halt_wakeup;
+ u32 request_irq_exits;
+ u32 irq_exits;
+ u32 host_state_reload;
+ u32 efer_reload;
+ u32 fpu_reload;
+ u32 insn_emulation;
+ u32 insn_emulation_fail;
+};
+
enum {
VCPU_REGS_RAX = 0,
VCPU_REGS_RCX = 1,
--
1.5.0.5
0003-KVM-Portability-move-Moving-kvm_vcpu_stat-to-x86.h.patch
Description: 0003-KVM-Portability-move-Moving-kvm_vcpu_stat-to-x86.h.patch
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
