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, 24 Nov 2014 20:17:46 +0800 Message-ID: <201411242017440822890@sangfor.com> References: <201411201020560455720@sangfor.com> Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Cc: "Paolo Bonzini" , "Alex Williamson" , "Zhang, Yang Z" , "Michael S.Tsirkin" , "Gleb Natapov" To: "Zhang Haoyu" , "kvm" Return-path: Received: from smtp.sanfor.com ([58.251.49.30]:36703 "EHLO mail.sangfor.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751795AbaKXMRu (ORCPT ); Mon, 24 Nov 2014 07:17:50 -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. Sorry for wrong description, the interrupt rate is normal, but huge numbers of vmexit induced by PIO were produced. Thanks, Zhang Haoyu >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