From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang Haoyu" Subject: Re: [question] lots of interrupts injected to vm when pressing some key w/o releasing Date: Mon, 15 Dec 2014 17:39:30 +0800 Message-ID: <201412151739269405790@sangfor.com> References: <201411201020560455720@sangfor.com>, , <546FBD47.3070703@redhat.com>, , <547450B4.6010909@redhat.com>, , <547F2F7F.8000109@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Cc: "Alex Williamson" , "Michael S.Tsirkin" , "Gleb Natapov" , "Wanpeng Li" To: "Paolo Bonzini" , "Zhang, Yang Z" , "kvm" Return-path: Received: from smtp.sangfor.com ([202.131.75.66]:42605 "EHLO mail.sangfor.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751793AbaLOJjj (ORCPT ); Mon, 15 Dec 2014 04:39:39 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Hi Paolo, Yang What's the status of this problem? Thanks, Zhang Haoyu On 2014-12-04 00:13:49, Paolo Bonzini wrote: > > >On 28/11/2014 12:59, Zhang, Yang Z wrote: >> >> According the feedback from Haoyu on my test patch which skipping the >> interrupt injection if irq line is active (See another thread), it seems >> QEMU does not follow the rule. But my patch is just a workaround. I >> guess we should have more though on this issue to find a better solution. > >Yes, I agree. > >Paolo