From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang Haoyu" Subject: [question] lots of interrupts injected to vm when pressing some key w/o releasing Date: Thu, 20 Nov 2014 10:20:58 +0800 Message-ID: <201411201020560455720@sangfor.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "Paolo Bonzini" , "Alex Williamson" , "Zhang, Yang Z" , "Xiao Guangrong" , "Michael S.Tsirkin" , "Gleb Natapov" To: "kvm" Return-path: Received: from smtp.sanfor.com ([58.251.49.30]:56680 "EHLO mail.sangfor.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1756563AbaKTCVO (ORCPT ); Wed, 19 Nov 2014 21:21:14 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Hi all, If I press the one of "Insert/Delete/Home/End/PageUp/PageDown/UpArrow/ DownArrow/LeftArrow/RightArrow" key w/o releasing, then lots of interrupts will be injected to vm(win7/win2008), about 8000/s, the system become very slow, bringing very bad experience. But the other keys are okay. And, linux guest has no this problem. If I remove the commit of 0bc830b05c667218d703f2026ec866c49df974fc, then the problem disappeared, but win7 guest got stuck at booting stage. And so strange that If the vm has only one vcpu, then the problem also disappeared. Any ideas? Thanks, Zhang Haoyu