From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm-userspace: Make PC speaker emulation aware of in-kernel PIT Date: Mon, 27 Apr 2009 19:32:25 -0300 Message-ID: <20090427223225.GA15441@amt.cnet> References: <49F0CE65.4050005@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm-devel To: Jan Kiszka Return-path: Received: from mx2.redhat.com ([66.187.237.31]:57239 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757247AbZD0Wcy (ORCPT ); Mon, 27 Apr 2009 18:32:54 -0400 Content-Disposition: inline In-Reply-To: <49F0CE65.4050005@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 23, 2009 at 10:24:05PM +0200, Jan Kiszka wrote: > When using the in-kernel PIT the speaker emulation has to synchronize > the PIT state with KVM. Enhance the existing speaker sound device and > allow it to take over port 0x61 by using KVM_CREATE_PIT_NOSPKR when > available. This unbreaks -soundhw pcspk in KVM mode. ACK both patches.