From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dor Laor Subject: Re: [RFC][PATCH] Add HPET emulation to qemu Date: Thu, 10 Jul 2008 09:36:21 +0300 Message-ID: <4875ADE5.8070701@qumranet.com> References: <1215661726.9862.33.camel@beth-ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, agraf@suse.de, kvm@vger.kernel.org To: Beth Kon Return-path: Received: from il.qumranet.com ([212.179.150.194]:29806 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753534AbYGJGh6 (ORCPT ); Thu, 10 Jul 2008 02:37:58 -0400 In-Reply-To: <1215661726.9862.33.camel@beth-ubuntu> Sender: kvm-owner@vger.kernel.org List-ID: 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