qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 14/21] add tsc field to cpu definition


From: Glauber Costa
Subject: [Qemu-devel] [PATCH 14/21] add tsc field to cpu definition
Date: Wed, 15 Oct 2008 19:55:11 -0200

From: Glauber Costa <address@hidden>

kvm will use it, but it is pretty general

Signed-off-by: Glauber Costa <address@hidden>
---
 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 3c11e0f..ab04500 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -580,6 +580,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]