From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIdJi-0002mX-HT for qemu-devel@nongnu.org; Thu, 30 Jun 2016 10:51:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIdJd-0006Bm-DW for qemu-devel@nongnu.org; Thu, 30 Jun 2016 10:51:45 -0400 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:36869 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIdJd-0006BI-2f for qemu-devel@nongnu.org; Thu, 30 Jun 2016 10:51:41 -0400 References: <1467297716-4060-1-git-send-email-pbonzini@redhat.com> From: Peter Lieven Message-ID: <577531F5.8090807@kamp.de> Date: Thu, 30 Jun 2016 16:51:33 +0200 MIME-Version: 1.0 In-Reply-To: <1467297716-4060-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pcspk: fix KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: real@ispras.ru Am 30.06.2016 um 16:41 schrieb Paolo Bonzini: > The link property that was added to the pcspk device has the wrong type: > it is only correct for TCG and for KVM's userspace or split irqchip > options. The default KVM option (fully in-kernel irqchip) breaks > because it uses a PIT whose type is a sibling of TYPE_I8254. > > Fixes: 873b4d3f0571a1e415cf089a67a230ea8a12d059 > Signed-off-by: Paolo Bonzini Tested-by: Peter Lieven