From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGpmy-0004Xk-Aa for qemu-devel@nongnu.org; Thu, 10 Jul 2008 02:38:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGpmx-0004XK-HH for qemu-devel@nongnu.org; Thu, 10 Jul 2008 02:37:59 -0400 Received: from [199.232.76.173] (port=43743 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGpmx-0004XC-6y for qemu-devel@nongnu.org; Thu, 10 Jul 2008 02:37:59 -0400 Received: from il.qumranet.com ([212.179.150.194]:29808) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGpmw-00060d-Mv for qemu-devel@nongnu.org; Thu, 10 Jul 2008 02:37:59 -0400 Message-ID: <4875ADE5.8070701@qumranet.com> Date: Thu, 10 Jul 2008 09:36:21 +0300 From: Dor Laor MIME-Version: 1.0 References: <1215661726.9862.33.camel@beth-ubuntu> In-Reply-To: <1215661726.9862.33.camel@beth-ubuntu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC][PATCH] Add HPET emulation to qemu Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Beth Kon Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, agraf@suse.de Beth Kon wrote: > This patch, based on an earlier patch by Alexander Graf, adds HPET > emulation to qemu. I am sending out a separate patch to kvm with the > required bios changes. > > This work is incomplete. > > Currently working (at least generally): > - linux 2.6.25.9 guest > > > Todo: > - other guest support (i.e. adding whatever may be missing for > support of other modes of operation used by other OS's). > - level-triggered interrupts > - non-legacy routing > - 64-bit operation > - ... > > Blessed addition :) Just adding to your todo list: - save/restore support - guest reset handler