From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvCE9-0006sx-EJ for qemu-devel@nongnu.org; Wed, 08 Feb 2012 13:26:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvCE7-0001aU-Gs for qemu-devel@nongnu.org; Wed, 08 Feb 2012 13:26:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvCE7-0001aG-9j for qemu-devel@nongnu.org; Wed, 08 Feb 2012 13:26:43 -0500 Date: Wed, 8 Feb 2012 16:24:40 -0200 From: Marcelo Tosatti Message-ID: <20120208182440.GA15958@amt.cnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/4] uq/master: Introduce KVM PIT support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Avi Kivity , kvm@vger.kernel.org, qemu-devel On Sun, Feb 05, 2012 at 11:46:26AM +0100, Jan Kiszka wrote: > This adds another piece of qemu-kvm to upstream: The accelerated > in-kernel model of the i8254. It does this in the same fashion as the > interrupt controllers were already introduced. And it even has one bug > less than qemu-kvm: PC speaker output still works with KVM acceleration > enabled. > > Changes in v2: > - Rebased over recent upstream master to reflect QOM changes > > The patches depend on the follow upstream or uq/master patches: > - pit, hpet, pcspk: fixes & preparation for KVM (v4, 7 patches) > http://thread.gmane.org/gmane.comp.emulators.kvm.devel/86006 > - kvm: Implement kvm_irqchip_in_kernel > http://thread.gmane.org/gmane.comp.emulators.qemu/134399 > - KVM: Fix breakages of QOM conversion > http://permalink.gmane.org/gmane.comp.emulators.qemu/134844 > > It is based on upstream commit cb437e48ab (before the VGA breakage). The > series plus dependencies is also available at > > git://git.kiszka.org/qemu-kvm.git queues/kvm-pit > > Please review / merge. Looks good.