From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCKjv-00036v-Gg for qemu-devel@nongnu.org; Fri, 27 Jun 2008 16:40:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCKjt-00035s-RK for qemu-devel@nongnu.org; Fri, 27 Jun 2008 16:40:14 -0400 Received: from [199.232.76.173] (port=51160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCKjt-00035A-Ba for qemu-devel@nongnu.org; Fri, 27 Jun 2008 16:40:13 -0400 Received: from mx1.redhat.com ([66.187.233.31]:55967) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCKjt-00081E-Jb for qemu-devel@nongnu.org; Fri, 27 Jun 2008 16:40:13 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5RKeCD4014602 for ; Fri, 27 Jun 2008 16:40:12 -0400 Received: from pobox-2.corp.redhat.com (pobox-2.corp.redhat.com [10.11.255.15]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5RKeBw6005995 for ; Fri, 27 Jun 2008 16:40:11 -0400 Received: from localhost.localdomain (vpn-4-80.str.redhat.com [10.32.4.80]) by pobox-2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5RKdadm004563 for ; Fri, 27 Jun 2008 16:40:10 -0400 From: Glauber Costa Date: Fri, 27 Jun 2008 17:38:17 -0300 Message-Id: <1214599103-13846-15-git-send-email-gcosta@redhat.com> In-Reply-To: <1214599103-13846-14-git-send-email-gcosta@redhat.com> References: <1214599103-13846-1-git-send-email-gcosta@redhat.com> <1214599103-13846-2-git-send-email-gcosta@redhat.com> <1214599103-13846-3-git-send-email-gcosta@redhat.com> <1214599103-13846-4-git-send-email-gcosta@redhat.com> <1214599103-13846-5-git-send-email-gcosta@redhat.com> <1214599103-13846-6-git-send-email-gcosta@redhat.com> <1214599103-13846-7-git-send-email-gcosta@redhat.com> <1214599103-13846-8-git-send-email-gcosta@redhat.com> <1214599103-13846-9-git-send-email-gcosta@redhat.com> <1214599103-13846-10-git-send-email-gcosta@redhat.com> <1214599103-13846-11-git-send-email-gcosta@redhat.com> <1214599103-13846-12-git-send-email-gcosta@redhat.com> <1214599103-13846-13-git-send-email-gcosta@redhat.com> <1214599103-13846-14-git-send-email-gcosta@redhat.com> Subject: [Qemu-devel] [PATCH 14/20] tsc: kvm will use it, but it is pretty general Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --- 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