From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMBty-00032Q-O9 for qemu-devel@nongnu.org; Fri, 17 Aug 2007 20:10:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMBtw-00031r-Ac for qemu-devel@nongnu.org; Fri, 17 Aug 2007 20:10:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMBtw-00031o-4y for qemu-devel@nongnu.org; Fri, 17 Aug 2007 20:10:48 -0400 Received: from rv-out-0910.google.com ([209.85.198.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IMBtv-0000Ty-OV for qemu-devel@nongnu.org; Fri, 17 Aug 2007 20:10:47 -0400 Received: by rv-out-0910.google.com with SMTP id g11so1972016rvb for ; Fri, 17 Aug 2007 17:10:46 -0700 (PDT) Message-ID: <68676e00708171710t96daed6y9828cad702b899c7@mail.gmail.com> Date: Sat, 18 Aug 2007 02:10:45 +0200 From: Luca Subject: Re: [kvm-devel] [Qemu-devel] [PATCH 0/4] Rework alarm timer infrastrucure - take 2 In-Reply-To: <46d6db660708171648m3a798685q6514261bc097bc62@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070817231149.544849769@gmail.com> <46d6db660708171648m3a798685q6514261bc097bc62@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian MICHON Cc: kvm-devel@lists.sf.net, qemu-devel@nongnu.org On 8/18/07, Christian MICHON wrote: > there's a typo line 1432 on vl.c after applying all 4 patches > (missing ';') Ops... > beyond this small typo, I managed to include this in a win32 qemu build. > is there a specific practical test to see the improvement in a linux guest > when running on a windows host ? The improvements - beyond the refactoring - are either specific to Linux (HPET timer) or to UNIX in general (dynticks - POSIX timers are used). It may be possible to use one-shot timer on windows too, but I'm not really familiar with win32 API. Luca