From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [RFC] Paravirt timer for KVM Date: Fri, 12 Oct 2007 13:58:48 -0500 Message-ID: <470FC3E8.6090006@codemonkey.ws> References: <5d6222a80710120908s6b1f5845head84e7b7a463cd1@mail.gmail.com> <470FBF58.2080701@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel , Avi Kivity To: Jeremy Fitzhardinge Return-path: In-Reply-To: <470FBF58.2080701-TSDbQ3PG+2Y@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Jeremy Fitzhardinge wrote: > Glauber de Oliveira Costa wrote: > >> My next TODOs with it are: >> * Get SMP working >> * Try something for stolen time, as jeremy's last suggestion for anthony's patch >> * Measure the time it takes for a hypercall, and subtract this time >> for calculating the expiry time for the timer event. >> >> > > >> diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c >> index d474cd6..fd758f9 100644 >> --- a/arch/i386/kernel/setup.c >> +++ b/arch/i386/kernel/setup.c >> @@ -46,6 +46,7 @@ >> #include >> #include >> #include >> +#include >> >> #include