qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 14/20] tsc: kvm will use it, but it is pretty genera


From: Glauber Costa
Subject: [Qemu-devel] [PATCH 14/20] tsc: kvm will use it, but it is pretty general
Date: Fri, 27 Jun 2008 17:38:17 -0300

---
 target-i386/cpu.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index d80ffb8..d32f9ee 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -559,6 +559,7 @@ typedef struct CPUX86State {
     target_ulong kernelgsbase;
 #endif
 
+    uint64_t tsc;
     uint64_t pat;
 
     /* exception/interrupt handling */
-- 
1.5.5.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]