From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [patch 00/12] fake ACPI C2 emulation v2 Date: Mon, 2 Jun 2008 13:08:59 -0300 Message-ID: <20080602160859.GA3502@dmt.cnet> References: <20080529222249.563011248@localhost.localdomain> <48426A19.4010000@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Wright , Glauber Costa , Anthony Liguori , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([66.187.233.31]:58991 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752686AbYFBQNZ (ORCPT ); Mon, 2 Jun 2008 12:13:25 -0400 Content-Disposition: inline In-Reply-To: <48426A19.4010000@qumranet.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Jun 01, 2008 at 12:21:29PM +0300, Avi Kivity wrote: > Marcelo Tosatti wrote: >> Addressing comments on the previous patchset, follows: >> >> - Same fake C2 emulation >> - /dev/pmtimer >> - Support for multiple IO bitmap pages + userspace interface >> - In-kernel ACPI pmtimer emulation >> >> Tested with Linux and WinXP guests. Also tested migration. >> > > Do you have any performance numbers, comparing qemu/kernel/passthrough? Test is 1 million gettimeofday calls, Xeon 1.60GHz with 4MB L2. guest (qemu emulation): cycles:1189759332 guest (in-kernel emulation): cycles:628046412 guest (direct pmtimer): cycles:230372934 host (TSC): cycles:14862774 > [Real review will be delayed as I am travelling; will try to do as much as > I can] OK!