From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] kvmtrace: fix ktime_t type usage in kvm.h Date: Tue, 15 Jul 2008 11:54:30 +0300 Message-ID: <487C65C6.4050309@qumranet.com> References: <1216110106-3961-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, hollisb@us.ibm.com, kvm-ppc@vger.kernel.org, borntraeger@de.ibm.com To: ehrhardt@linux.vnet.ibm.com Return-path: Received: from il.qumranet.com ([212.179.150.194]:24294 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755385AbYGOIzB (ORCPT ); Tue, 15 Jul 2008 04:55:01 -0400 In-Reply-To: <1216110106-3961-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: ehrhardt@linux.vnet.ibm.com wrote: > From: Christian Ehrhardt > > This is a small but important change I unfortunately lost in one of my > debugging patches which actually should only contain some printf's. > This patch adds the ktime header since we now use ktime_t in this kvm.h. > Even with all my tests I missed that, sorry for the inconvenience. > > ktime_t is kernel internal anyway. I converted kvmtrace to use a u64 nsec timestamp. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.